16444 Commits

Author SHA1 Message Date
Radim Blazek
c4b74c9266 Categorized vector GUI DnD and sorting, fixes #2816 2012-11-11 19:52:11 +01:00
Werner Macho
ae55e6515e translation update: and add swahili language coordinator 2012-11-11 18:38:53 +01:00
Werner Macho
e60632147a translation update: added swahili on request 2012-11-11 18:32:14 +01:00
Victor Olaya
5c887194ad Fixed #6619 2012-11-11 13:42:46 +01:00
Marco Hugentobler
8914e7d6ce Zonal statistics: avoid access to pixels outside the raster. Fixes ticket #6624 2012-11-10 22:09:31 +01:00
Werner Macho
e899021115 translation update: gl_ES by XAN 2012-11-10 21:25:23 +01:00
Larry Shaffer
15fe9926ce Add data defined option to always show a label, unless overridden
- Label is skipped during PAL priority calculation, permitting collisions and overlaps
- Overridden by layer and data defined 'scale/pixel size visibility' and data defined 'show label'  options
- Add option to Change Label tool
2012-11-10 00:49:50 -07:00
Nathan Woodrow
a7699e2696 [FEATURE] Add ability to create user defined Python (and C++) expression functions 2012-11-10 11:20:26 +10:00
Victor Olaya
d5dc331fab disabled postgis algs until they are ready 2012-11-10 00:36:06 +01:00
Victor Olaya
1c0f7a2279 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-11-10 00:31:42 +01:00
Victor Olaya
27f197cf24 fixed problems with missing example scripts folder
Restructured gdal tools (now gdal/ogr)
Added new OTB segmentation algos
2012-11-10 00:31:01 +01:00
Larry Shaffer
e5f07edf55 Add pixel size limiting for labels defined in map units
- Allows user to quickly set visibility thresholds based upon text legibility
- By default initially on for map unit labels to skip rendering at sizes < 3 px
2012-11-09 14:27:55 -07:00
volaya
d49c7d7830 Merge pull request #324 from giohappy/master
Quote input vector/raster path parameter in Sextante SagaAlgorithm
2012-11-09 13:24:50 -08:00
giohappy
17c5e37060 Update python/plugins/sextante/saga/SagaAlgorithm.py
Add quotes to input vector/raster paths parameters
2012-11-09 22:21:39 +01:00
Alexander Bruy
a2d434700d [FEATURE] Eliminate tool for fTools, contributed by Bernhard Strobl 2012-11-09 20:15:44 +02:00
alexbruy
6d5bbed3a6 Merge pull request #323 from sanak/ftools-dissolve-line
Add line layer support for dissolve function (fix #5059)
2012-11-09 09:07:17 -08:00
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
sanak
05aca2b695 add line layer support for dissolve function. 2012-11-09 20:50:12 +09: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