24627 Commits

Author SHA1 Message Date
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
Nyall Dawson
31c055d2ca Fix some alignment and tab issues with symbol dialogs (refs #11060) 2014-08-25 19:58:43 +10:00
DelazJ
937a97db1e Enlarge btnSaveSymbol so it shows fully its text
The btnSaveSymbol has his width increased from 50 to 70 when horizontalSpacer has its width decreased from 40 to 20
2014-08-25 11:24:42 +02:00
Matthias Kuhn
3d7d240b05 Range Widget: Only enable for supported data types
And some doxymentation
2014-08-25 11:12:06 +02:00
Juergen E. Fischer
dddf89535e german translation update 2014-08-24 19:06:44 +02:00
Juergen E. Fischer
a8e7f9fb4f osgeo4w: fix plugin install, add more error checking and include latest updates
also in package.cmd
2014-08-24 17:35:32 +02:00
Nyall Dawson
709c285338 [composer] Fix regression in locked map layers (fix #11089) 2014-08-24 23:11:39 +10:00
Nyall Dawson
8230521f5a Standardise to 6 decimal places for controls which can be set to map units in symbology (fix #11064) 2014-08-24 22:48:55 +10:00
Nyall Dawson
add188b519 Where possible, maintain properties of symbol layer when changing symbol layer type (fix #8389) 2014-08-24 21:18:04 +10:00
Nyall Dawson
847fd2e1c0 Fix warning 2014-08-24 16:28:42 +10:00
Salvatore Larosa
31da0e333e set scrollarea to no frame for settings in plugin manager 2014-08-23 17:27:51 +02:00
rldhont
403f59fd95 Bug #10974 QGIS WFS Server provides too much precision PR #1520 UI
Add a cell in the WFS vector layer table to specify the coordinate precision by layer
2014-08-22 15:49:47 +02:00