31590 Commits

Author SHA1 Message Date
volaya
2ce4b8a7d0 Merge pull request #2883 from radosuav/zonal_statistics_fix
[Processing] Fix TypeError in Zonal Statistics algorithm
2016-03-09 11:40:46 +01:00
Nyall Dawson
5bb17235c5 Fix doxygen/sip binding test failures 2016-03-09 11:33:37 +01:00
Matthias Kuhn
ee46ece2da QgsMapLayerModel: allow direct retrieval of map layer 2016-03-09 11:33:37 +01:00
Patrick Valsecchi
556b621ad6 [FEATURE] Add a menu entry to zoom to a layer's scale range 2016-03-09 09:56:32 +01:00
Patrick Valsecchi
a112dfe63e Make out of range layers greyed out in the tree 2016-03-09 09:56:15 +01:00
Patrick Valsecchi
3efc73be61 Made layers/labels visibility more consistent
Some places forgot to make the max scale inclusive.
2016-03-09 09:56:06 +01:00
Juergen E. Fischer
de06cd7612 globe: fix osgearth 2.5 support (followup 6327558) 2016-03-09 08:58:57 +01:00
Nyall Dawson
6be8d06dc6 Fix searching for symbols by tag (fix #14445), add tests 2016-03-09 15:22:34 +11:00
Matthias Kuhn
e404a1c0a3 Make travis osx before_install more portable 2016-03-09 00:46:42 +01:00
Salvatore Larosa
3059dd5480 fix whatsthis for coordinate box, followup f01cc55 2016-03-08 22:02:22 +01:00
Salvatore Larosa
f01cc55582 fix tooltip for coordinate display 2016-03-08 21:54:01 +01:00
Juergen E. Fischer
63275585de globe: adapt to osgearth 2.7 2016-03-08 21:35:18 +01:00
Nyall Dawson
7f179032f7 Correctly set title for label svg selector dialog 2016-03-09 07:19:29 +11:00
Alexander Bruy
e0c98cf409 Merge pull request #2881 from NaturalGIS/processing_missing_saga_shapes_polygons_tools
[processing] add missing SAGA 2.2.x shapes_polygons_tools tools
2016-03-08 11:57:20 +02:00
Alexander Bruy
dc137d771e Merge pull request #2873 from NaturalGIS/processing_add_extent_gdal_rasterize
[processing] add extent parameter to gdal rasterize
2016-03-08 11:56:35 +02:00
Giovanni Manghi
2c7f40b65c try fix indentation 2016-03-08 09:05:48 +00:00
Matthias Kuhn
e08130d716 Merge pull request #2827 from SebDieBln/AllowNullInRelationRef
[Bugfix] offer NULL value in relation reference widget if allowed (fixes #14162)
2016-03-08 08:11:55 +01:00
Nyall Dawson
c6ebb8cbb8 Default to remembering last attribute table view 2016-03-08 16:23:45 +11:00
Nyall Dawson
47d97b21d4 Cache pixmaps in feature list view 2016-03-08 15:56:55 +11:00
Nyall Dawson
ea10c5da3c Use correct field icon in form view preview menu 2016-03-08 13:48:58 +11:00
Nyall Dawson
f98b4ef635 [FEATURE] Add setting for default attribute dialog view
Options for table view, form view and remember last view
2016-03-08 13:33:13 +11:00
Nyall Dawson
8d3e3a44c9 Expand height of svg image list in composer picture widget 2016-03-08 10:47:21 +11:00
Nyall Dawson
8c0230fd3a Parameterise more included SVGs 2016-03-08 10:47:21 +11:00
Nyall Dawson
9d2fe8f943 Port more svgs to parameters, remove default colors 2016-03-08 10:47:21 +11:00
nirvn
de0b770a1e [svg] add fill and outline parameters to all arrows 2016-03-08 10:47:21 +11:00
Jürgen Fischer
7ade582615 Merge pull request #2880 from rouault/avoid_busy_loop_in_QgsVectorLayerRenderer_drawRendererV2
QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all …
2016-03-07 23:55:05 +01:00
Nyall Dawson
ed3cb12008 [FEATURE] Parameterized svg support for composer svg images
This makes it possible to change SVG fill/outline color and outline
width when using parameterised SVG files such as those included
with QGIS (fix #10542)
2016-03-08 08:15:04 +11:00
Nyall Dawson
94e7720fe3 Use SVG cache to handle parameterized SVG files in composer picture
selection widget (fix #14385)
2016-03-08 08:14:58 +11:00
Giovanni Manghi
5c20b33a58 processing add missing saga 2.2.x shapes_polygons tools tools 2016-03-07 18:18:28 +00:00
Even Rouault
b1f5b5fd51 QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all situations
Currently the mContext.renderingStopped() check is done only if the feature
has a geometry. Which makes it possible to have really really long loops if
a long series of features without geometries are returned by the feature iterator.
This is perhaps not something that can happen in practice, but I hit that issue
when prototyping my WFS asynchronous feature downloading that currently only returns
dummy features. QGIS was completely blocked due to the iterator returning infinite
geometry-less features.
2016-03-07 18:42:11 +01:00
radosuav
9c611c98e8 [Processing] Fix TypeError in Zonal Statistics algorithm
Fixes #14412
2016-03-07 16:56:35 +01:00
Juergen E. Fischer
b1b7b65771 add missing include (followup a89b510) 2016-03-07 16:35:18 +01:00
Juergen E. Fischer
c2c326c42e de-plenk question and exclamation marks 2016-03-07 15:10:46 +01:00
Alexander Bruy
c51025a715 Merge pull request #2878 from NaturalGIS/processing_fix_saga_2_2_x_resampling
[processing] fix SAGA 2.2.x resampling
2016-03-07 14:42:55 +02:00
Alexander Bruy
d30ad84cda Merge pull request #2877 from NaturalGIS/processing_fix_saga_2_2_x_grid_spline
[processing] fix SAGA 2.2.x grid_spline tools
2016-03-07 14:42:26 +02:00
Alexander Bruy
6292789f56 Merge pull request #2875 from neteler/patch-74
[processing] include target elevation above the ground parameter in GRASS7 r.viewshed
2016-03-07 14:39:51 +02:00
Alexander Bruy
6d0fa652df Merge pull request #2874 from NaturalGIS/processing_saga_mask
[processing] allow unmatching extents in SAGA grid masking algs
2016-03-07 14:38:48 +02:00
Giovanni Manghi
278b7f2037 processing fix SAGA 2.2.x resampling 2016-03-07 08:11:20 +00:00
Giovanni Manghi
35c81b4b40 processing fix SAGA 2.2.* grid_spline tools 2016-03-07 07:42:13 +00:00
Nyall Dawson
bd140a75bb Merge pull request #2852 from ahuarte47/Labeling_CheckBoundingBoxes
[Improvement] Use BoundingBoxes in labeling
2016-03-07 12:02:28 +11:00
Alvaro Huarte
b07bbd043d Use BoundingBoxes in labeling
Use BoundingBoxes to check faster if clipping is necessary
2016-03-07 01:15:46 +01:00
Nyall Dawson
a89b51076c Merge indidividual regression1141.cpp and regression1141.cpp checks
into testqgsrasterlayer and testqgsvectorfilewriter

(slightly speeds up compiling and running tests)
2016-03-07 09:39:48 +11:00
Nyall Dawson
eb31e01a2f Move QgsCompositionChecker to core, speeds up compilation with
tests enabled
2016-03-07 09:38:36 +11:00
Markus Neteler
5104438706 Include parameter target elevation above the ground 2016-03-06 22:26:45 +01:00
Juergen E. Fischer
df22d565f5 include autopep8 in indentation tip 2016-03-06 22:21:43 +01:00
Juergen E. Fischer
d1743a99f9 update qgis_labelingenginev2 test mask for ubuntu xenial 2016-03-06 22:18:47 +01:00
Nyall Dawson
c50161d0be Merge pull request #2868 from manisandro/next_vertex
Fix out of bounds array access if nextVertex is called on empty geometry collection
2016-03-07 07:56:10 +11:00
Giovanni Manghi
6a0606b6db processing: in SAGA grid masking it is not mandatory for inputs to have the same extent 2016-03-06 18:05:14 +00:00
Giovanni Manghi
e4f75672bc processing: add extent parameter to gdal rasterize 2016-03-06 17:59:57 +00:00
Martin Dobias
42d88848f3 Improved fix for spatialite views (fixes #14232) 2016-03-06 20:13:03 +08:00