Alessandro Pasotti
b819f2baa8
Added multiple edit and attributes tests
2016-06-29 16:30:47 +02:00
Nyall Dawson
009fbc6362
Merge pull request #3249 from nirvn/raster_renderer_layout
...
[styledock] improve UI layout of raster renderers
2016-06-29 11:23:12 +10:00
Nathan Woodrow
a231466d88
[style dock] Keep factories updated
2016-06-29 10:17:30 +10:00
Nyall Dawson
b5f0fc8d8b
Indentation
2016-06-29 10:16:06 +10:00
Nyall Dawson
2bf54de8ba
Fix doxygen warning
2016-06-29 10:15:50 +10:00
Nyall Dawson
af9b4a7f45
Fix failing distance area test on OSX
2016-06-29 10:10:21 +10:00
Nyall Dawson
caf1038d62
Add missing sip bindings
2016-06-29 10:08:34 +10:00
Nyall Dawson
039a77d5bb
Fix indentation
2016-06-29 09:59:17 +10:00
Nyall Dawson
724d3e0832
Fix failing test
2016-06-29 09:59:00 +10:00
Nyall Dawson
ec49c407a4
Fix warnings
2016-06-29 09:32:11 +10:00
rldhont
979e194b93
Server code cleanage
2016-06-28 18:32:34 +02:00
rldhont
d3eb164582
[BUGFIX] QgsMSLayerCache: remove layer from QgsMapLayerRegistry before delete it
...
In QGIS Server, layers can be added to QgsMapLayerRegistry and delete by QgsMSLayerCache. This means that QgsMapLayerRegistry can have reference to deleted pointers.
2016-06-28 18:22:45 +02:00
rldhont
7dcb9ccc6e
Flush capabilities cache when flushing project layers
...
Made by @dmarteau
2016-06-28 18:15:26 +02:00
Nathan Woodrow
bf53e4ca0b
[style dock] Fix display of extra pages
2016-06-28 22:41:17 +10:00
Nathan Woodrow
f6e67ae155
[style dock] inline refine rules for rule based styles
2016-06-28 22:15:12 +10:00
Nathan Woodrow
3d6ea7b489
Fix windows build
2016-06-28 21:16:34 +10:00
Even Rouault
45a4ae2b3c
Merge pull request #3244 from rouault/fix_transformCoords
...
QgsCoordinateTransform::transformCoords(): do not convert elevations to radians
2016-06-28 12:44:57 +02:00
Sandro Santilli
f0e0ba5bb0
Add test for QgsGeometryUtils::sqrDistToLine
...
See #13952
2016-06-28 12:24:20 +02:00
Sandro Santilli
323abe434f
Add missing newline
2016-06-28 10:28:06 +02:00
nirvn
50ab699097
[styledock] better use of QGroupBox to highlight raster sections
2016-06-28 15:14:05 +07:00
Hugo Mercier
73ac2f3039
[virtual layer] Cleanup - unused variable
2016-06-28 09:55:02 +02:00
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