Juergen E. Fischer
d4b3993120
german translation update and fix uppercase otherwise duplicate translation strings
2014-05-21 22:18:59 +02:00
Juergen E. Fischer
91f371bb15
fix warnings
2014-05-21 22:18:59 +02:00
Juergen E. Fischer
c169842130
hungarian translation: remove duplicate translation string
2014-05-21 22:18:59 +02:00
Juergen E. Fischer
5b2824f788
indentation update
2014-05-21 22:18:59 +02:00
Salvatore Larosa
470431d6b4
[processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking
2014-05-21 22:05:07 +02:00
Robert Szczepanek
7c0a484719
[TRANSUP] pl: WMS
2014-05-21 16:01:04 -04:00
Martin Dobias
4988bc503a
Add the missing SIP stub file
2014-05-22 01:09:14 +07:00
Martin Dobias
b2a4c765b4
[FEATURE] Merge of legend refactoring work
...
This replaces the existing tree widget implementation with more modular approach. In summary:
- tree hierarchy in CORE library: QgsLayerTreeNode, QgsLayerTreeLayer, QgsLayerTreeGroup
- model/view based tree view: QgsLayerTreeModel, QgsLayerTreeView
- tree synchronization with map layer registry: QgsLayerTreeRegistryBridge
- controlling of map canvas: QgsLayerTreeCanvasBridge
Conflicts:
src/ui/qgisapp.ui
2014-05-21 23:37:58 +07:00
Martin Dobias
0b072e6e83
Added some doxygen documentation and minor code cleanups
2014-05-21 23:27:37 +07:00
Victor Olaya
7f218c7295
[processing] fixes in modeler to make multiple inputs work correctly
2014-05-21 17:36:22 +02:00
Victor Olaya
1e4d6a9a73
[processing] fixed issue in modeler with hidden params
2014-05-21 17:36:14 +02:00
Victor Olaya
28659b6164
[processing] fixed OutputFile constructor
2014-05-21 17:36:06 +02:00
Victor Olaya
293ac60722
[processing] removed interface module
...
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
fcc24e9be2
[processing] added checkboxes to multiple input selector
2014-05-21 17:35:40 +02:00
Victor Olaya
fad280edd0
[processing] rewrote saga raster calculator as individual algorithm
2014-05-21 17:35:30 +02:00
Victor Olaya
b1103c0081
[processing] major overhaul of lastools algorithms
...
Code contributed by Martin Isenburg
2014-05-21 17:35:21 +02:00
Victor Olaya
dd47b61bef
[processing] minor change in ParameterFile to handle None values
2014-05-21 17:35:12 +02:00
Victor Olaya
6ea91c4bec
[processing] removed debug line
2014-05-21 17:35:05 +02:00
Victor Olaya
9733ae8e50
[processing] fixed issue when opening loaded layers in batch interface ( #10277 )
2014-05-21 17:34:57 +02:00
Victor Olaya
ef8383a752
[processing] remove unnecessary print sentences
2014-05-21 17:34:49 +02:00
Victor Olaya
889d2a1b45
[processing] code cleaning. Removed debug sentences
2014-05-21 17:34:40 +02:00
Victor Olaya
202d331abb
[processing] simplified saga algorithms
...
Now it assumes matching grid extents and does not perform resampling
2014-05-21 17:34:32 +02:00
Victor Olaya
c1a2ac8678
[processing] changed dialog from critical to warning
2014-05-21 17:34:24 +02:00
Martin Dobias
e92ff00c6e
Removed old legend implementation classes
2014-05-21 22:12:09 +07:00
Nyall Dawson
d83ef3fe3a
[FEATURE] Allow dragging and dropping colors from color buttons (also works with some other applications, eg dropping colors from GIMP or Gpick). Tweak color button context menu to remove extra options.
2014-05-22 00:48:35 +10:00
Martin Dobias
0d761bfc9b
Merge remote-tracking branch 'denis/scalevisiblayers_newlegend' into legend-refactoring
2014-05-21 21:21:19 +07:00
Marco Hugentobler
d6889a4e4c
Merge branch 'server_value_relation'
2014-05-21 15:36:54 +02:00
Marco Hugentobler
5f12661d34
WMS server: Use ; as separator in case of multiple selection for value relations
2014-05-21 15:35:16 +02:00
mhugent
5417639285
Merge pull request #1377 from luca76/master
...
WMS GetLegendGrapics: obtain legend graphics with no labels
2014-05-21 15:29:23 +02:00
Nyall Dawson
af7af6c26a
[FEATURE] Add option to use colour preview modes (grayscale, colour blindess) in map canvas ( fix #9886 )
2014-05-21 23:30:21 +10:00
Luca M
b87049e94c
GetLegendGraphics with no label
...
Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel
2014-05-21 15:25:10 +02:00
Luca M
1487329f79
GetLegendGraphics with no label
...
With this commit, you can call GetLegendGraphics with two parameters (LAYERTITLE=false / RULELABEL=false) to disable labels in the resulting legend.
Useful for Qgis Web Client, LizMap-Web-Client and Qgis2Leaf.
2014-05-21 15:24:20 +02:00
Leyan
4768a8fdb6
Better snapping behavior
2014-05-21 21:12:26 +08:00
Marco Hugentobler
c0a5697043
Server: consider there can be multi selection mode in value relation
2014-05-21 14:54:07 +02:00
Denis Rouzaud
8485b9ce6f
set layer scale visibility for several layers
2014-05-21 14:49:08 +02:00
Leyan
2377f17966
code cleanup
2014-05-21 20:45:28 +08:00
Martin Dobias
3180dee4fa
Handling of WMS legend graphic
2014-05-21 19:30:29 +07:00
Marco Hugentobler
95513492f9
Fix joins and value relations in WMS server
2014-05-21 13:46:44 +02:00
Radim Blazek
c00bcb1bd0
added support for QGIS mapserver GetFeatureInfo GML flavour
2014-05-21 13:24:32 +02:00
Radim Blazek
be318fe6b2
WMS identify with format feature (GML) fixe, fixes #10306
2014-05-21 13:24:32 +02:00
Martin Dobias
0e7955146a
Support for custom layer order for legacy projects
2014-05-21 18:08:42 +07:00
Alexander Bruy
21da03e904
[processing] fix out of bounds error in extract values scripts
2014-05-21 12:00:23 +03:00
Alexander Bruy
0e48b3a720
[processing] fix number input panel
2014-05-21 11:54:31 +03:00
Martin Dobias
fd8722a402
Add usual file headers and update indentation
2014-05-21 15:28:23 +07:00
Martin Dobias
bb7831fea0
Fix collapse of layer nodes after double click
2014-05-21 14:49:34 +07:00
Martin Dobias
66cecd72ac
Allow changes of visibility from layer order widget
2014-05-21 14:49:34 +07:00
Martin Dobias
393a41588e
Loading and saving of custom layer order
2014-05-21 14:49:34 +07:00
Martin Dobias
55c4ae5755
Remove the legend from the application completely.
2014-05-21 14:49:34 +07:00
Martin Dobias
d26bdf7621
Use layer tree view in legend interface implementation
2014-05-21 14:49:33 +07:00
Martin Dobias
90a88eaa8c
Further replacements of legend by layer tree within application
2014-05-21 14:49:33 +07:00