16427 Commits

Author SHA1 Message Date
mhugent
716e188eb5 Merge pull request #321 from matthias-kuhn/rubberband
[FIX]: Build rubberband completely even with incomplete input
2012-11-09 08:03:42 -08:00
Tim Sutton
3f72a6a593 Added from uri test for mem provider. Simplified the vector writer test. 2012-11-09 15:00:54 +02:00
Giuseppe Sucameli
5817ad1c53 Merge pull request #322 from matthias-kuhn/ellipsemarker
Alpha for ellipse marker (fix #6668)
2012-11-09 04:56:44 -08:00
Matthias Kuhn
32502219e8 [FIX] Alpha for ellipse marker
http://hub.qgis.org/issues/6668
2012-11-09 13:16:43 +01:00
Tim Sutton
3564eaeb57 Added unit test for vector file writer as it is currently segfaulting in master 2012-11-09 12:42:23 +02:00
Juergen E. Fischer
b965254bc2 debian packaging update 2012-11-09 10:54:17 +01:00
Matthias Kuhn
36452a8e24 [FIX]: Build rubberband completely even with incomplete input
An empty polyline in a mulipolyline led to the rubberband ignoring all further polylines.
e.g. addGeometry( [[(1,2)(2,3)][][(2,3)(3,4)]] ) was ignoring the polyline (2,3)(3,4).
2012-11-09 10:53:43 +01:00
Sandro Santilli
1dacbd63fe Fix next edge label direction arrows
Basically uses direction indicator for the next_left but omits
it for the next_right (would require backward direction)

Also this commit sets the line color, even if fully transparent,
for the sake of showing a color which corresponds to the label
color (would be better to have support for a "label" kind of icon
in the legend..)
2012-11-08 23:13:40 +01:00
Sandro Santilli
8414ff909d Split edge layer into "edge" and "edge label"
Mind you: you may need to re-run cmake as a filename changed
2012-11-08 19:33:29 +01:00
Larry Shaffer
81f99d6658 Fix for #6658, update duplicateLayers() to work around odd layer group segfault bug
- Move QgsLegend::findLegendLayer() methods to public
2012-11-08 09:10:34 -07:00
Victor Olaya
474bd2400f fixed missing scripts folder 2012-11-08 09:20:52 +01:00
Marco Hugentobler
7094c19a14 Ticket #6643 Interpolation plugin: the option to load a layer after analyses should be on by default 2012-11-08 08:42:36 +01:00
Larry Shaffer
59fe8fd589 Add letter and word spacing to curved labels for line layers
- Curved spacings match Qt-produced spacings for parallel (and other) labels
- Remove redundant letter/word resetting in options gui
- Remove on-fly adjustments to spinbox steps (only made sense with UTM, not LatLong)
2012-11-08 00:25:14 -07:00
Sandro Santilli
b5a12d3a7d Split node layer into "node" and "node label" 2012-11-08 01:17:31 +01:00
Victor Olaya
e65fff8b9c Harcoded example folder for models and scripts
fixed bugs in mmqgis library.
2012-11-08 00:40:27 +01:00
Juergen E. Fischer
78d5ff50b2 osgeo4w: fix crssync run if installed into a directory with blanks 2012-11-07 23:18:47 +01:00
Sandro Santilli
44753cbc3b Fix layer visibility settings 2012-11-07 23:14:21 +01:00
Victor Olaya
3c5de39a2b restructured admintools (was geoservertools) 2012-11-07 21:04:51 +01:00
Alexander Bruy
6a2fdf5fea create directories for models and R script in user folder 2012-11-07 21:42:21 +02:00
Larry Shaffer
8d1ce0337c Update QgsMessageBar sip binding 2012-11-07 12:45:00 -07:00
Larry Shaffer
87af12f355 Update to QgsMessageBar stylesheet 2012-11-07 11:59:36 -07:00
Tim Sutton
6c695d5fc1 Enabled some tests that werent running because they missed test prefix in method name. Better error messages for failing tests 2012-11-07 17:04:21 +02:00
Radim Blazek
fce38c5533 vector save as: separated MITAB and MIF formats, fixes #6233; added test if OGR SpatiaLite is available 2012-11-07 12:49:39 +01:00
Marco Hugentobler
a07c4daafa Ticket #6644 terrain analysis plugin: the option to load a layer after analyses should be on by default 2012-11-07 09:50:29 +01:00
Marco Hugentobler
5f19c6b319 Fix bug #6582: QGIS server displayes text layers only with absolute pathes 2012-11-07 09:13:02 +01:00
Juergen E. Fischer
e15f4a8383 fix some attribute editor signals 2012-11-07 01:23:40 +01:00
Juergen E. Fischer
484f72cf0c fix layer extent calculation 2012-11-07 01:23:40 +01:00
Larry Shaffer
4910276930 Update to QgsMessageBar and duplicateLayers()
- Move project macros message into project open method (as app property, partially showed behind later messages)
- Support for multi-line messages that also wrap at with canvas window width
- Update text stylesheets to handle all text styling
- Show count of remaining queued messages
- Add popup menu to Close button with action to optionally close all messages at once
- Add slot to clear all widgets, called on project close
- Update QgisApp::duplicateLayers() to use QgsMessageBar instead of popup dialogs
2012-11-06 16:25:00 -07:00
Etienne Tourigny
b754f0771f add QgsApplication::upgradeConfig to upgrade any configs that changed from 1.8
use different keys for scanItemsInBrowser and scanZipInBrowser in qgis-1.9 because new storage type (string vs. int) causes conflicts with 1.8
2012-11-06 18:17:54 -02:00
Radim Blazek
038acbc760 vector feature counts moved to vector layer, enabled feature counts in composer legend, fixes #6237 2012-11-06 17:58:24 +01:00
Juergen E. Fischer
4b789b891f make html print option more visible in identify tool 2012-11-06 15:57:32 +01:00
Juergen E. Fischer
9336af03f9 add missing GUI_EXPORT to QgsSvgAnnotationItem 2012-11-06 13:58:44 +01:00
Marco Hugentobler
52dd48e929 [FEATURE]: svg- and text items can be used as watermarks in QGIS server. Developed for Faunalia ( http://www.faunalia.it) with funding from Regione Toscana \- Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE 2012-11-06 09:06:31 +01:00
Victor Olaya
f410e389d8 Added missing cmake files
fixed bug in execution dialog when running iterative algorithms
2012-11-06 08:50:43 +01:00
Victor Olaya
d97d4a6596 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-11-06 08:49:29 +01:00
Marco Hugentobler
550a2c6286 Save / restore settings for annotation tools. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE 2012-11-06 08:48:19 +01:00
Marco Hugentobler
5a9418cce0 Consistent names for Svg classes. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE 2012-11-06 08:48:05 +01:00
Marco Hugentobler
32265de64b QGIS server: ignore svg items not fixed to pixel position. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE 2012-11-06 08:47:47 +01:00
Marco Hugentobler
716d619d75 Print svg item in qgis server. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE 2012-11-06 08:46:58 +01:00
Juergen E. Fischer
ff78ef1802 fix build error (please stick with C++) 2012-11-06 08:44:53 +01:00
Larry Shaffer
410deb9d56 Set transparent background only for Close tool button, instead of also for tool tip 2012-11-05 16:58:14 -07:00
Victor Olaya
a2e6a484af code cleaning 2012-11-06 00:05:08 +01:00
volaya
5bb19c3ffc Update python/plugins/sextante/CMakeLists.txt
added servertools folder to cmakelists
2012-11-05 23:56:44 +01:00
Radim Blazek
e12f6bb1b7 fixed warning 2012-11-05 23:31:23 +01:00
Larry Shaffer
6515dc85b2 Add Atlas generation dock to Composer's View->Panels menu 2012-11-05 15:28:33 -07:00
Victor Olaya
56fef8bd2b Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-11-05 23:19:51 +01:00
Victor Olaya
d53f1238fb cleaned code in geoserver algs 2012-11-05 23:19:22 +01:00
Radim Blazek
5de2feef7d add total feature count in legend, fixes #3402 2012-11-05 23:17:32 +01:00
Victor Olaya
983535fa58 fixed #6571, #6619 and problem with missing arrows in modeler
added first draft of geoserver tools
nviz is back in grass tools
2012-11-05 20:07:16 +01:00
Etienne Tourigny
a4e4999e57 check for existence of icon file in plugin manager 2012-11-05 16:18:07 -02:00