6072 Commits

Author SHA1 Message Date
Werner Macho
6acdfc6e84 improve import handling 2016-03-15 11:14:16 +01:00
Matthias Kuhn
5789dd8e99 python3 compatibility fix 2016-03-15 08:18:39 +01:00
Matthias Kuhn
9852d6d74f Improve debug output of processing tests 2016-03-14 22:01:51 +01:00
Juergen E. Fischer
fb3fcfa3a0 Python3/Qt5/2to3 updates:
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Nyall Dawson
e72a82e04f Minor refactor of QgsDiagramLayerSettings
- add public getters and setters for variables, will make variables
private in QGIS 3.0
- avoid some memory leaks and potential crashes
- move calculation of referenced fields to diagram classes, out
of QgsVectorLayerDiagramProvider
2016-03-15 06:24:38 +11:00
Matthias Kuhn
d6fca7e2e3 Indentation update 2016-03-14 10:56:24 +01:00
Matthias Kuhn
9ca09abb02 Fix expected dataset for splitlineswithlines test 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
e02d36f830 [BUG] make sure that result line consists of two nodes 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
97b0375804 [processing] test: limit coordinate comparison precision 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
648e6ac692 [processing] test: remove gfs output files 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
cfc0eb680e Try to fix indentation error 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
9124586bbf [processing] update test output files 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bf54b9529a [processing] test cases for splitlineswithlines 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
0c719d6c0e [BUG] Do not output lines with two identical points 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
e3a2a1e5db [BUG] access geometry the right way 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
ffae112ece [BUG] Do not output lines shorter than 0.00001 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bbcacfbfbd [BUG] Avoid trying to split a line with itself 2016-03-14 09:57:03 +01:00
Alexander Bruy
6610c6e25d [processing] don't throw error when new provider added and settings is not updated yet 2016-03-13 13:22:19 +02:00
Matthias Kuhn
e6785ba513 Be more verbose on exceptions in geoalgorithms 2016-03-10 12:14:29 +01:00
Matthias Kuhn
61366583b1 [processing] Fix default argument is SilentProgress for GeoAlgorithm.execute() 2016-03-10 12:14:28 +01:00
Alexander Bruy
9b35a9885a Merge pull request #2890 from NaturalGIS/processing_better_grass7_r_cost
[processing] better GRASS 7 r.cost algorithms
2016-03-10 08:05:29 +02:00
Nyall Dawson
8b34437192 Partially revert 3ec161 2016-03-10 12:59:58 +11:00
Nyall Dawson
3ec16131bc Indentation 2016-03-10 10:45:19 +11:00
Nyall Dawson
80afbeda93 Use doubles instead of float for min/max layer scales 2016-03-10 10:45:19 +11:00
Nyall Dawson
3b4638ab83 Followup 01f615d 2016-03-10 07:43:25 +11:00
Nyall Dawson
01f615d0d0 Merge pull request #2888 from pvalsecc/scaleDenom
Scale based layer visibility cosmetics
2016-03-10 07:42:25 +11:00
Alexander Bruy
605e0c43fe [processing] don't show tip when user uses search and tip was disabled (fix #14379) 2016-03-09 14:21:54 +02:00
Giovanni Manghi
c4c67b0b59 Processing, better GRASS7 r.cost descriptions files names and parameters 2016-03-09 11:57:37 +00:00
Giovanni Manghi
2bcac17e7c Processing, better GRASS7 r.cost descriptions files names and parameters 2016-03-09 11:57:28 +00:00
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
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
Nyall Dawson
6be8d06dc6 Fix searching for symbols by tag (fix #14445), add tests 2016-03-09 15:22:34 +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
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
Giovanni Manghi
5c20b33a58 processing add missing saga 2.2.x shapes_polygons tools tools 2016-03-07 18:18:28 +00:00
radosuav
9c611c98e8 [Processing] Fix TypeError in Zonal Statistics algorithm
Fixes #14412
2016-03-07 16:56:35 +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
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
Markus Neteler
5104438706 Include parameter target elevation above the ground 2016-03-06 22:26:45 +01: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