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
anitagraser
75b3464e1c
check if value is None before trying to cast float
...
the tool used to fail when there were NULL values in the fields
2014-08-28 09:48:02 +02:00
Alexander Bruy
6130505c79
[processing] fix vector functions definitions
2014-08-28 09:33:05 +03:00
Matthias Kuhn
b1ce532dfd
Add icon size 48 and 64
...
To make life easier on touch devices
Fix #9527
2014-08-27 20:42:02 +02:00
Juergen E. Fischer
f28b63497d
allow reactivation of measurement after deactivation
2014-08-27 16:18:07 +02:00
Matthias Kuhn
b3d19d6b65
Followup 1bdef80: Fix crash when layer not in edit mode
2014-08-27 15:56:08 +02:00
Matthias Kuhn
1bdef80ef4
QgsVectorLayer::uniqueValues() also returns uncommitted values
2014-08-27 15:39:17 +02:00
Denis Rouzaud
482fa44c5b
[custom widgets] add relation reference
2014-08-27 14:13:54 +02:00
Denis Rouzaud
c243c587c8
relation editor: use a public constructor, remove UI file
...
rename file according to class name
2014-08-27 14:11:58 +02:00
Matthias Kuhn
4b8288c026
openFeatureForm: Update attributes on provided when used modal
...
Fix #11099
2014-08-26 16:07:17 +02:00
Matthias Kuhn
956f80ee03
CollapsibleGroupBox: hide content when collapsed
2014-08-26 15:09:27 +02:00
Denis Rouzaud
92058f4daf
editor widgets: rename to wrapper to distinguish from the real widgets
2014-08-26 13:36:27 +02:00
Juergen E. Fischer
797cd47c82
german translation update
2014-08-25 22:05:58 +02:00
Juergen E. Fischer
2f4a565cd3
indentation update
2014-08-25 22:02:05 +02:00
Tim Sutton
88b13e8985
Merge pull request #1561 from DelazJ/ProjSelector
...
Activate the help button in select projection Dialog
2014-08-25 16:53:03 +02:00
DelazJ
6cd8e4fb00
Add slot on ContextHelp button
2014-08-25 16:08:15 +02:00
DelazJ
7b04eb4f5d
Referencing Help button function
2014-08-25 16:07:13 +02:00
Nyall Dawson
7b84ccc9b1
[composer] Don't draw handles around locked items ( fix #11059 )
2014-08-25 22:58:42 +10:00
Matthias Kuhn
29afed61e1
Fix tab order in add relation dialog
2014-08-25 14:37:48 +02:00
Tim Sutton
3892964490
Merge pull request #1549 from DelazJ/TableManager_GUI
...
Set 0 as default value of srid in DB_Manager dialogs (issue #7083 )
2014-08-25 13:47:04 +02:00
Nyall Dawson
d70235ffbe
[composer] Show selected items in bold in items tree panel ( fix #11057 )
2014-08-25 21:46:11 +10:00
Tim Sutton
2055950d99
Merge pull request #1552 from DelazJ/SaveAsDialog
...
Put by default to on the "Add layer to map canvas" option when saving new file (issue #6642 )
2014-08-25 13:43:33 +02:00
Tim Sutton
f1aafe06c8
Merge pull request #1557 from DelazJ/VectorSymbolselector
...
fix #10472 : Enlarge btnSaveSymbol so it shows fully its text in all languages
2014-08-25 13:41:21 +02:00
Tim Sutton
ae25009c66
Merge pull request #1551 from DelazJ/FToolsAddNewLayerToMapCanvas
...
Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642 )
2014-08-25 13:40:00 +02:00
Nyall Dawson
4d1595ce79
[composer] Remove destructive 'Load from template' action, replace with
...
non-destructive 'Add items from template' action
2014-08-25 20:46:58 +10:00
Nyall Dawson
1f6dd8e5a7
Add an edit button for shapeburst and gradient color ramps
2014-08-25 20:31:12 +10:00
Nyall Dawson
8224a16f11
Fix unit choice for ellipse symbol layer type
2014-08-25 20:24:53 +10:00
Nyall Dawson
8766cd187b
Add a platform-specific size hint for QgsColorButtonV2 (refs #11060 )
2014-08-25 20:14:23 +10:00