24627 Commits

Author SHA1 Message Date
Nyall Dawson
a64e7b134c More const correctness, fix crash with atlas 2014-09-02 19:31:43 +10:00
Nyall Dawson
14abd459ac Merge pull request #1572 from jef-n/store-blend-mode
Save blendmode/composition mode in project file
2014-09-02 19:27:18 +10:00
Juergen E. Fischer
6d4dee914e Save blendmode/composition mode in project file 2014-09-02 10:31:03 +02:00
Denis Rouzaud
368755a51a fix sorting of map layer combo box and more const correctness 2014-09-02 08:10:32 +02:00
Salvatore Larosa
8b989424e0 [context-help] set heading to 3 for heatmap plugin and python console help file 2014-09-01 21:39:18 +02:00
Salvatore Larosa
7fdaf080b2 [heatmap-plugin] replace messagebar to messagebox 2014-09-01 19:28:45 +02:00
Denis Rouzaud
665866f1a6 more const correctness 2014-09-01 16:55:18 +02:00
Denis Rouzaud
5c5deec4a0 SIP file for new date time edit 2014-09-01 15:39:26 +02:00
Denis Rouzaud
834c630f54 added new QgsDateTimeEdit to custom widgets 2014-09-01 15:39:19 +02:00
Denis Rouzaud
01b290c4d4 new edit widget for date/time capable of setting null dates 2014-09-01 15:39:09 +02:00
Nyall Dawson
a4377ae029 [composer] Support drag and drop restacking of items via item panel (fix #11058) 2014-09-01 19:50:54 +10:00
Denis Rouzaud
5b1a516f2e more flag operators declaration in SIP, better use of flags in data defined button 2014-09-01 10:51:06 +02:00
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