Denis Rouzaud
8a65115100
[SIP] add missing operator for flags
2014-09-01 10:40:37 +02:00
Juergen E. Fischer
596dd6b8af
german translation update
2014-09-01 09:42:17 +02:00
Juergen E. Fischer
869c906999
indentation update, Q_FOREACH support in astyle, doxygen fix
2014-09-01 09:39:33 +02:00
Denis Rouzaud
252dc377a4
[map layer actions] action for group of features, rename availability to target (flags), only emit signal for defined target"
...
Conflicts:
src/gui/qgsmaplayeractionregistry.cpp
src/gui/qgsmaplayeractionregistry.h
2014-09-01 08:22:23 +02:00
Nyall Dawson
b5835972bb
[composer] Add zoomToExtent for QgsComposerMap, allows easily fitting a set extent into the map item without altering the item's shape
2014-09-01 16:05:27 +10:00
Martin Dobias
dd78f099ab
Fix doxygen warnings, fix missing bindings
2014-09-01 11:05:51 +07:00
Martin Dobias
45d4793c4d
Followup fix for #11006 (spotted by Nyall - thanks)
2014-09-01 10:10:38 +07:00
Martin Dobias
d994e0a1b3
Fix #11006 (wrong size of symbols in print composer legend if map units are used)
2014-09-01 10:10:38 +07:00
Martin Dobias
d3e24c75b1
Added header to new files
2014-09-01 10:10:38 +07:00
Martin Dobias
216ecab1fc
More Python wrapper updates + fixes
2014-09-01 10:10:37 +07:00
Martin Dobias
b04199a4af
Revert previous changes to QgsLegendModel and its items
2014-09-01 10:10:37 +07:00
Martin Dobias
68ed52e963
API fixes, added missing python wrappers
2014-09-01 10:10:37 +07:00
Martin Dobias
ee3d67bcf3
Update Python bindings
2014-09-01 10:10:37 +07:00
Martin Dobias
514c49d176
Improve docs for QgsLegendSymbolItemV2
2014-09-01 10:10:37 +07:00
Martin Dobias
872fe7aff1
Introduce scale-based filtering of legend nodes (in WMS)
2014-09-01 10:10:37 +07:00
Martin Dobias
1406febee9
Fix WMS with custom rule / no labels
2014-09-01 10:10:37 +07:00
Martin Dobias
812f671f82
Legend customization via layer node's custom properties
...
This allows for reordering, renaming and removal of legend nodes.
Composer either uses default project layer tree (auto-update on)
or customized layer tree (auto-update off).
2014-09-01 10:10:37 +07:00
Martin Dobias
3021bdafb0
Work in progress: Make composer legend widget work with QgsLayerTreeModel
2014-09-01 10:10:37 +07:00
Martin Dobias
e6c6aa2137
Layer tree model support replacement of layer tree + layer node handles removal of layer cleanly
2014-09-01 10:10:36 +07:00
Martin Dobias
0fc7fc7b07
New flag to disable checkboxes for legend nodes in layer tree model
2014-09-01 10:10:36 +07:00
Martin Dobias
8dba8af60d
Support for custom labels in symbol-v2 legend node
2014-09-01 10:10:36 +07:00
Martin Dobias
89941f6b0a
Moved QgsLayerTreeModelLegendNode (+derived classes) to a new file
2014-09-01 10:10:36 +07:00
Martin Dobias
6891aae19a
Use QgsLayerTreeModel as a source of data for legend rendering instead of QgsLegendModel
...
This is work in progress, customization of legend is not working yet
2014-09-01 10:10:36 +07:00
Martin Dobias
372b7311a8
Fixed bugs with feature count, maintenance of QgsLegendSymbolItemV2
2014-09-01 10:10:36 +07:00
Martin Dobias
f96484fb91
Make WMS server use QgsLegendRenderer
2014-09-01 10:10:36 +07:00
Martin Dobias
4d0c04325b
Force vector output for preview icon so it avoids cached pixmaps
2014-09-01 10:10:36 +07:00
Martin Dobias
9464698f67
Fix nested WMS layer data items
2014-09-01 10:10:35 +07:00
Martin Dobias
45d65849bc
Fix rendering of WMS Legend Graphics
2014-09-01 10:10:35 +07:00
Martin Dobias
05b01c115e
Fix crash in WMS GetLegendGraphics
2014-09-01 10:10:35 +07:00
Martin Dobias
fb7901c9d9
Added support for check states to rule-based renderer
2014-09-01 10:10:35 +07:00
Martin Dobias
cf955822a6
Identify renderer's categories/rules by key instead of index
2014-09-01 10:10:35 +07:00
Martin Dobias
54946a44e2
Scale range supported by symbol in QgsLegendSymbolItemV2
2014-09-01 10:10:35 +07:00
Martin Dobias
4fa1f45d56
Creation of legend items for map layers moved to QgsMapLayerLegend
2014-09-01 10:10:35 +07:00
Martin Dobias
9dd7c73cd0
Automatic creation of composer legend symbol item icon
2014-09-01 10:10:35 +07:00
Martin Dobias
fda50ede01
Move bits of legend rendering code into item classes + add rendering test
2014-09-01 10:10:35 +07:00
Juergen E. Fischer
ee33edc0b0
debian packaging update
2014-08-31 23:00:51 +02:00
Juergen E. Fischer
dc21e7a4ae
german translation update
2014-08-31 02:19:16 +02:00
Jürgen Fischer
71be1553f5
Merge pull request #1569 from nyalldawson/measure_undo
...
Allow removing last point while measuring
2014-08-30 16:05:13 +02:00
Nyall Dawson
793db5f53f
Allow removing last point while measuring via del/backspace keys ( fix #10176 )
2014-08-30 21:48:18 +10:00
Juergen E. Fischer
acf1f70f13
Fix #11092 :
...
* fix crash when invalid shapefile layer is repacked
* error out if vector file writer is invoke with an empty filename
* don't allow "Save as..." without a given filename
2014-08-30 09:03:05 +02:00
Juergen E. Fischer
a35138508c
grass provider: catch unavailable mapserver ( fixes #11025 )
2014-08-30 08:31:16 +02:00
Juergen E. Fischer
00ca017def
Fix GEOS dev detection ( fixes #11081 )
2014-08-30 08:09:30 +02:00
Juergen E. Fischer
ce28daca30
fix doxygen warnings
2014-08-30 08:06:00 +02:00
Werner Macho
9c4682c79c
[TRANSUP] transifex and string update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-08-29 18:35:00 +02:00
mhugent
dcc7948934
Merge pull request #1547 from marcel-dancak/bbox-bugfix
...
Mapserver: fixed bounding box of points features collection returned in GetFeatureInfo request
2014-08-29 16:38:08 +02:00
Alexander Bruy
f92fd58163
fix layout of the New Vector Layer dialog
2014-08-29 17:23:54 +03:00
Martin Dobias
cded7c7955
Added Michael Douchin to contributors
2014-08-29 12:52:28 +07:00
Martin Dobias
4a67573458
Merge pull request #1566 from mdouchin/debug_project_path_embedded_items
...
Fix #11109 (Write relative path in project XML for embedded groups and layers)
2014-08-29 11:08:04 +07:00
alexbruy
99ff44cb16
Merge pull request #1564 from anitagraser/patch-2
...
[processing] check if value is None before trying to cast float
2014-08-28 19:47:11 +03:00
Michael Douchin
092b7fc673
[BUGFIX] Issue #11109 - Write relative path in project XML for embedded groups and layers when needed
2014-08-28 18:24:05 +02:00