33898 Commits

Author SHA1 Message Date
Hugo Mercier
c6fb7b3b0e [virtual layer] Escape column names in query 2016-06-28 09:51:35 +02:00
Hugo Mercier
871b6ae4d7 [virtual layer] Improve error message 2016-06-28 09:51:35 +02:00
nirvn
c775a52efd [styledock] improve UI layout of raster renderers 2016-06-28 13:38:16 +07:00
Sandro Santilli
ba1d38c2ed Add comment describing the invalid polygon
Follow up to
https://github.com/qgis/QGIS/pull/3246#discussion_r68661723
2016-06-28 06:17:36 +02:00
Mathieu Pellerin
002ace2882 [styledock] improve categorized, graduated, and rule-based renderer layout (#3247) 2016-06-28 12:32:37 +10:00
Asger Skovbo Petersen
00dc27fd27 Rename hillshade renderer in drop down (#3245)
Remove non functioning code for setting resampling automagically for hillshade renderer
2016-06-28 09:49:11 +10:00
Sandro Santilli
3d319d90bd Add test for selecting invalid geometries (#3246)
See #13635
The test passes
2016-06-28 00:27:16 +02:00
mhugent
21b8ef0e4a Merge pull request #3242 from mhugent/full_circle
Change full circle interpretation, fixes #15116
2016-06-27 16:15:07 +02:00
Even Rouault
e02661cd09 [OGR provider] Workaround GDAL 1.11.X (X<=4) crashing bug on GPKG databases with layers with curve geometries 2016-06-27 15:42:17 +02:00
Marco Hugentobler
663333de7d Indentation 2016-06-27 15:00:18 +02:00
Even Rouault
83683be3dc Adjust testqgsgeometry expected results after af2993e97b5a4ab98107bdce86780d11dca91109 2016-06-27 13:37:45 +02:00
Marco Hugentobler
ef90c0b2f7 Add unit test for ticket #15116 2016-06-27 13:32:36 +02:00
Alexander Bruy
1b60b088a2 [processing] support more field types 2016-06-27 14:18:31 +03:00
Even Rouault
af2993e97b QgsCoordinateTransform::transformCoords(): do not convert elevations to radians
Fixes #14702
2016-06-27 12:08:55 +02:00
Mathieu Pellerin
7b1ee07f92 [gui] improve scale widget layout to save space (#3243) 2016-06-27 12:06:58 +02:00
Nyall Dawson
4080aad0ee [ogr] Read GPX elevation values as geometry Z values 2016-06-27 19:34:28 +10:00
Matthias Kuhn
2e168ef9c9 Install missing geometry header files 2016-06-27 11:19:43 +02:00
Marco Hugentobler
3e069c3806 Fix full circle area calculation 2016-06-27 11:18:09 +02:00
Alexander Bruy
c913a7f3af Merge pull request #3233 from alexbruy/paste-style-fix
don't apply raster style to vectors (fix #15001)
2016-06-27 12:03:57 +03:00
Marco Hugentobler
203f9755ee Change full circle interpretation, fixes #15116 2016-06-27 10:37:37 +02:00
Tudor Bărăscu
eabdb656a2 Show cannot pan WARNING for NULL geometry
refs [#15122](https://hub.qgis.org/issues/15122)
2016-06-27 10:21:33 +02:00
Nyall Dawson
861017547b Fix crash when backing through QgsPanelWidgetStack breadcrumbs 2016-06-27 17:23:31 +10:00
Nyall Dawson
3b1d4e2319 Set map canvas for style dock symbol widget 2016-06-27 16:04:39 +10:00
Nyall Dawson
c49af32e95 Fix rule based settings not saved (fix #15146, #15147, #15148) 2016-06-27 15:56:06 +10:00
Nyall Dawson
06343776d3 Fix context menu options for graduated ranges does nothing 2016-06-27 15:40:29 +10:00
Nyall Dawson
5078e464fe Fix setting renderer symbol properties from context menu (fix #15145) 2016-06-27 15:39:59 +10:00
Nyall Dawson
45b878331c Fix cannot change color of class symbols (fix #15142) 2016-06-27 15:11:43 +10:00
Nyall Dawson
5b166a9d6b Fix label button not opening label dock panel (fix #15144) 2016-06-27 14:50:15 +10:00
Nyall Dawson
8dc8952dde Fix broken symbol layer lock (fix #15143) 2016-06-27 14:11:09 +10:00
Nyall Dawson
c3c5c43190 Avoid style dock flashing when editing layers
Also prevent a lot of duplicate style dock updates, and fix
the style dock losing connection to layer style changes
2016-06-27 14:03:36 +10:00
Nyall Dawson
df579a57e1 Fix changing selected categorised renderer symbols (fix #15141) 2016-06-27 12:16:11 +10:00
Nyall Dawson
91c2d769a1 Disable simple marker fill color for outline only shapes 2016-06-27 10:17:54 +10:00
Nyall Dawson
9f0ae9b408 Make outline only simple markers work with categorised/graduated
etc renderers (fix #15132)
2016-06-27 10:17:54 +10:00
Médéric RIBREUX
ef4a0d8d08 Move problematics tests at the end of tests... 2016-06-26 21:20:19 +02:00
Médéric RIBREUX
4140655f20 Remove 3 unit tests that don't perform well in osgeo4travis 2016-06-26 17:29:53 +02:00
Médéric RIBREUX
a1c541ee6d Add another bunch of tests for rasters 2016-06-26 16:13:39 +02:00
Médéric RIBREUX
2a98098c13 Fix r.li interfaces 2016-06-26 16:12:03 +02:00
Médéric RIBREUX
758f917ecb Fix r.his 2016-06-26 12:48:31 +02:00
Matthias Kuhn
972fc9fa11 Hide layer edit state buttons on relation editor when in transaction
... because that the buttons are there was mainly triggered by the fact
that it's sometimes hard to find the appropriate layer in the legend.

Fix #15102
2016-06-26 12:47:07 +02:00
Médéric RIBREUX
b68800e188 Fix r.fillnulls 2016-06-26 12:36:27 +02:00
Matthias Kuhn
4b0df5bc5b QgsMapLayerRegistry::removeMapLayers don't emit signals when empty
Fix #15088
2016-06-26 12:15:21 +02:00
Matthias Kuhn
f193c4e27d Don't put default network cache directory directly in $HOME
Fix #15111
2016-06-26 12:00:26 +02:00
Médéric RIBREUX
25411c733c Fix r.composite 2016-06-26 11:58:19 +02:00
Matthias Kuhn
0bac4b8612 Don't lock canvas when trying to pan to null geometry
Fix #15122
2016-06-26 11:44:48 +02:00
Nyall Dawson
88fc149d59 Fix labeling priority slider not working with style dock (fix #15126)
Also remove a lot of unnecessary duplicate connections
2016-06-26 19:00:21 +10:00
Nyall Dawson
6d6aa8dd27 Fix cannot set line symbol data defined properties for vector
field marker (refs #15131)
2016-06-26 17:40:50 +10:00
Nyall Dawson
9c16a958e1 Use field icon for vector field symbol layer combo boxes 2016-06-26 17:40:50 +10:00
Nyall Dawson
e6034e9a1e Fix vector field symbol does not use subsymbol color (fix #15130) 2016-06-26 17:40:50 +10:00
Nyall Dawson
302f8d418f Capitalisation 2016-06-26 17:40:50 +10:00
Nyall Dawson
b2e820b453 Merge pull request #3237 from nirvn/form_view_icon_p2
[gui] more colorful form view icon
2016-06-26 16:19:21 +10:00