23701 Commits

Author SHA1 Message Date
Juergen E. Fischer
d308ee5201 another german translation update 2014-06-17 21:39:16 +02:00
Juergen E. Fischer
a120bb9678 identify result: show id as feature label if html display string is enabled (fixes #10410) 2014-06-17 21:37:19 +02:00
Juergen E. Fischer
cdc235f915 identify results: don't close dialog when last feature/layer is removed (fixes #10415) 2014-06-17 20:15:09 +02:00
Martin Dobias
cff5b56471 Use at() instead of operator [] to avoid detach and save time 2014-06-18 01:00:42 +07:00
Jürgen Fischer
45ebe5372e Merge pull request #1407 from dbaston/master
postgres provider: avoid overflow from casting index oid to integer (fixes #9005)
2014-06-17 18:37:29 +02:00
Martin Dobias
c27e731ece Fix #10608 (impossible to add a new column in attribute table) 2014-06-17 22:14:27 +07:00
Martin Dobias
1e94fd5dfd Do not show tooltips from message log viewer during QGIS startup.
Showing them leads to disturbing effects while loading the GUI
2014-06-17 20:28:56 +07:00
Martin Dobias
a745127d9e Fix small jumps of the map canvas image after panning 2014-06-17 19:57:16 +07:00
Nyall Dawson
ae965680cf [composer] Increase number of decimal places for scale bar settings (fix #9367) 2014-06-17 22:23:33 +10:00
Werner Macho
894dee86d6 [TRANSUP] es by Carlos
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-17 13:22:16 +01:00
Nyall Dawson
da5215d339 [composer] Respect layer transparency when drawing legend items (fix #7890) 2014-06-17 22:02:50 +10:00
Nyall Dawson
4bb5aaef25 Bump maximum distances for marker line symbol styles 2014-06-17 22:01:38 +10:00
Nyall Dawson
4a70d1b9e2 [composer] Correctly handle symbology using map units when drawing grid lines and overlays on maps (fix #8210) 2014-06-17 22:01:24 +10:00
Nyall Dawson
95f88aeea9 [composer] More GUI label alignment fixes for Windows 2014-06-17 21:40:59 +10:00
Juergen E. Fischer
3f6233079b python console: workaround for PyQt 4.11 problem 2014-06-17 13:10:58 +02:00
Juergen E. Fischer
28d6249dd9 german translation update 2014-06-17 12:32:44 +02:00
Martin Dobias
172277e836 Make field expression widget work even without a layer (needed in composer) 2014-06-17 17:28:45 +07:00
Juergen E. Fischer
8097d04664 make two editor widget strings translatable (and german translation update) 2014-06-17 12:23:49 +02:00
Martin Dobias
f797b799ce Merge pull request #1459 from cdavila/patch-1
Fix wrong reference to geometries in syntax
2014-06-17 17:08:32 +07:00
Martin Dobias
ed1d08d435 Fix #10605 (round corners when using simple line with offset) 2014-06-17 16:46:58 +07:00
Marco Hugentobler
fb5cca296b Fix text linebreaks in dxf export 2014-06-17 10:20:32 +02:00
Juergen E. Fischer
605ef17907 add doxygen notes to QgsGeometry::offsetCurve 2014-06-17 10:11:09 +02:00
Martin Dobias
eb6a45c454 [layertree] Fix #10449 (auto-collapse layer if symbology has >= 10 items) 2014-06-17 14:57:32 +07:00
Martin Dobias
378de25d3d [layertree] QgsLayerTreeGroup doxymentation 2014-06-17 14:57:31 +07:00
Martin Dobias
b134c254f3 [layertree] Update layer tree view when a tree node changes the expanded state 2014-06-17 14:57:31 +07:00
Juergen E. Fischer
e4dd900854 osgeo4w: fix postinstall-common.bat quoting (fixes #10131) 2014-06-17 09:10:44 +02:00
cdavila
a70c865b62 Remove duplicated line 2014-06-17 09:01:16 +02:00
Juergen E. Fischer
91ce2bcf72 fix typo 2014-06-17 08:48:35 +02:00
cdavila
8c7b6717c9 Fix wrong reference to geometries in sintax
Geometry a was repeated and geometry was missing
2014-06-17 08:44:56 +02:00
Alexander Bruy
c37e61d199 assign WGS84 to output layer, save length and time information (fix #8696) 2014-06-16 17:19:30 +03:00
Alexander Bruy
d616bf4558 restore export functionality in RoadGraph (fix #8695) 2014-06-16 17:19:30 +03:00
Nyall Dawson
85b8e1075b [composer] Ignore double clicks on mouse handle item (refs #10143) 2014-06-16 21:59:27 +10:00
Nyall Dawson
80555d0f4b [composer] Use the old line placement algorithm for arrows created in versions prior to 2.4 (fix #10457) 2014-06-16 21:36:26 +10:00
Martin Dobias
bff7882cf6 Fix waitForFinishedWithEventLoop() causing a freeze in composer
Thanks Nyall for finding that out!
2014-06-16 18:07:51 +07:00
Martin Dobias
033bf6f6cc Inverted polygons fixes (crashes, geometry checking, memory consuption, CPU efficiency) 2014-06-16 17:40:51 +07:00
Nyall Dawson
7ff4888205 [composer] Neaten up some item widget panels 2014-06-16 20:40:07 +10:00
Sandro Santilli
39b3e5fa10 Allow db_manager use of connections with no parameters
Fixes 'Error: database "" does not exist' message.
Closes bug #9037
2014-06-16 12:06:18 +02:00
Victor Olaya
acc6271f18 [processing] added algs to set style of layer 2014-06-16 12:04:28 +02:00
Victor Olaya
68e2def12a [processing] indentation fix 2014-06-16 12:04:27 +02:00
Victor Olaya
72d33852f1 [processing] added extension option to ParameterFile.py 2014-06-16 12:04:26 +02:00
Victor Olaya
3d152393d7 [processing] If SAGA/OTB exist as bundled app, do not allow manual configuration 2014-06-16 12:04:25 +02:00
Victor Olaya
09cfc03a45 [processing] Prioritze bundled gdal over framework on OS X 2014-06-16 12:04:24 +02:00
Martin Dobias
7ed87c61a0 Merge pull request #1455 from Oslandia/fix_inverted
Inverted polygons: fix memory leaks
2014-06-16 15:39:29 +07:00
Werner Macho
8005eab051 Merge pull request #1454 from Cracert/i18n
[TRANSUP] pl: varia, #10
2014-06-16 09:31:01 +01:00
Hugo Mercier
1613d840ce Restore _makeUnion 2014-06-16 10:30:28 +02:00
Martin Dobias
aa09c8cbe6 Fix #10392 (ellipsoid for measurement keep getting reset) 2014-06-16 15:02:26 +07:00
Marco Hugentobler
42d14d72af Fix another parameter check in server code 2014-06-16 09:59:12 +02:00
Hugo Mercier
5963510519 Fix a small memory leak in singlesymbolrenderer widget 2014-06-16 09:34:47 +02:00
Hugo Mercier
71a1f89e8d Inverted polygons: fix memory leaks 2014-06-16 09:34:26 +02:00
Marco Hugentobler
47cf096e25 Fix layertitle string comparison 2014-06-16 09:12:05 +02:00