35072 Commits

Author SHA1 Message Date
Alexander Bruy
ca66951ab1 [processing] add icons for interpolation tools 2016-10-19 14:59:41 +03:00
Alexander Bruy
774965c2d4 [processing] expose TIN interpolation from interpolation plugin in toolbox 2016-10-19 14:59:41 +03:00
Alexander Bruy
f7575e08f5 [processing] expose IDW interpolation from Interpolation plugin in toolbox 2016-10-19 14:58:35 +03:00
rldhont
5d4cf2fd4d Merge pull request #3625 from rldhont/db_manager_lowercaseFieldNames
[DB Manager] Allow lowercase field names for homogenize PostGIS Import
2016-10-19 13:40:29 +02:00
rldhont
a9795ad8ea [DB Manager] Allow lowercase field names for homogenize PostGIS Import
PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportIntoPostGIS and not in DB Mananger.

This commit fix it.
2016-10-19 13:03:32 +02:00
Jaka Kranjc
c130372730 doc: fixed processing's description for v.extract (#3637) 2016-10-19 12:09:01 +02:00
Piotr Pociask
cd0fefb42b [processing] Update voronoi classes for Python3; update expected data for multipoint Delaunay traingulation test 2016-10-19 11:15:38 +02:00
Piotr Pociask
3af23036fd Test for multipoint Delaunay triangulation 2016-10-19 11:15:38 +02:00
Piotr Pociask
41fafd6982 [processing] support MultiPoint geometries in Delaunay triangulation 2016-10-19 11:15:38 +02:00
Alexander Bruy
ee9e1c3328 [processing] add missed spatial index constructor (follow up 700441eec9) 2016-10-19 09:19:00 +03:00
Nyall Dawson
1a51a7577b Merge pull request #3631 from nirvn/legend_vertical_alignment_2
[legend] insure multi-line labels are vertically centered with tall symbols
2016-10-19 14:36:08 +10:00
nirvn
455874258c [legend] insure multi-line labels are vertically centered with tall symbols 2016-10-19 10:02:43 +07:00
Nyall Dawson
4bcd97066f Fix more occurances of drawPolygon issues on Windows 2016-10-19 10:31:45 +10:00
Nyall Dawson
4b398d3c80 Fix badly worded string 2016-10-19 09:18:36 +10:00
Nyall Dawson
cea47427d0 Optimise creation of spatial indexes
Use constructor which takes an iterator instead of manually
adding features, and don't request attributes for spatial
index features
2016-10-19 08:38:11 +10:00
Alexander Bruy
9d6acbdb99 [processing] add missed imports 2016-10-18 20:57:34 +03:00
rldhont
2655ceda30 Merge pull request #3595 from rldhont/fix_server_legend_layertitle
[BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend
2016-10-18 16:44:11 +02:00
Even Rouault
8c37370310 Fix 70ae301310c7a58134ac699fae70af7fd1176684
70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
or GDAL 2.1.2
2016-10-18 15:59:40 +02:00
Alexander Bruy
700441eec9 [processing] remove debug line and fix spatial index creation 2016-10-18 16:55:19 +03:00
volaya
63955e6574 [processing] fixed handling of None param values in ogr2ogrtopostgis.py
Conflicts:
	python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
2016-10-18 16:55:19 +03:00
volaya
aeaef6f549 [processing] made connection params optional in ogr2ogrtopostgis.py 2016-10-18 16:55:19 +03:00
volaya
e55d1923fc [processing] fixes for 'import into PostGIS' alg
fixes #15097
2016-10-18 16:55:19 +03:00
Sandro Santilli
6731eaa9e5 Add test for setting up connection string
Conflicts:
	python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
2016-10-18 16:55:19 +03:00
Sandro Santilli
d63222e68e [processing] Allow using libpq defaults for host,port,user,pass and dbname
Fixes #15706
2016-10-18 16:55:19 +03:00
volaya
b83fbb16c9 [processing] warn if extent might not be in the expected CRS 2016-10-18 16:55:19 +03:00
volaya
b4562d143e [processing] fixed iterative execution
fixes #15650
2016-10-18 16:55:19 +03:00
volaya
7a87fb55b0 [processing] don't use full path for naming layers when loaded in dataobjects.load 2016-10-18 16:55:19 +03:00
volaya
22a6c473d9 [processing] alternative way of copying algorithms in a model.
should fix #15060 and #15480
2016-10-18 16:55:19 +03:00
volaya
eb5fc90f44 [processing] dont use hidden outputs when exporting to python or displaying alg help
fixes #14998

Conflicts:
	python/plugins/processing/core/GeoAlgorithm.py
2016-10-18 16:55:19 +03:00
volaya
90db246488 [processing] use only selected features for spatial index
fixes #15584
2016-10-18 16:55:19 +03:00
volaya
128da3002a [processing] better update of expression widget when layer is changed in fields calculator 2016-10-18 16:55:19 +03:00
volaya
c0e3b8fbf9 [processing] added short help for saga raster calculator 2016-10-18 16:55:19 +03:00
volaya
135576ec4d [processing] fixed wrong import in i_aster_toar
Conflicts:
	python/plugins/processing/algs/grass7/ext/i_aster_toar.py
2016-10-18 16:55:19 +03:00
Matthias Kuhn
e0fc641402 Show commit errors in transaction mode 2016-10-18 15:47:42 +02:00
Even Rouault
70ae301310 [OGR provider] Update layer extent for GPKG layers
When moving or deleting a geometry that previously touched the layer extent,
the layer extent was never shrinked.

This fix requires GDAL 2.1.2 or above as well.

Fixes #15273
2016-10-18 15:03:21 +02:00
Even Rouault
1b48a7432a test_provider_ogr_gpkg.py: remove stuff that shouldn't have gone in 348af7ed5267f66f5ac2426be303a4ea69edd96f 2016-10-18 14:17:38 +02:00
Even Rouault
348af7ed52 test_provider_ogr_gpkg.py: pyflakes fixes 2016-10-18 14:16:20 +02:00
Even Rouault
9786fc00e2 DBManager: python3 fix in create table dialog
The setAutoCompletion() method of QComboBox was deprecated in QT 4 and
has been removed in QT 5. Auto completion is enabled by default.
2016-10-18 13:43:26 +02:00
Marco Hugentobler
5038949062 WMS Server: catch QgsCSException and don't add null bounding boxes to the capabilities 2016-10-18 13:18:06 +02:00
rldhont
a51ef42924 [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend
If the layer has only one legend node, it is embedded in parent.
In QGIS Server the user can specify no layer title, so the layer title has not be displayed.
2016-10-18 12:17:45 +02:00
Juergen E. Fischer
14fbb942c7 qgm2cpp.pl fix 2016-10-18 12:07:28 +02:00
Sandro Santilli
2fc418016f [processing] Fix handling of None shapeEncoding
Fixes #15719 -- object of type 'NoneType' has no len()
2016-10-18 11:44:40 +02:00
Alexander Bruy
f0f70a5d9a Merge pull request #3624 from ghtmtt/master
[processing] porting some small fixes to master
2016-10-18 12:38:45 +03:00
Sandro Santilli
8843de88c7 Fix ogrLayerName handling of PostgreSQL dataset URIs
Also document "uri" parameter semantic, and add more tests.
See for background
https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045311.html
REF #15698
2016-10-18 11:05:31 +02:00
matteo
76d17ca55b update ScriptEditorDialog for py3 2016-10-18 10:56:54 +02:00
Matteo Ghetta
7f3b10b424 [processing] fix button font size in script editor
fixes the zooming of the font size in script editor dialog using another method
2016-10-18 10:13:54 +02:00
Matteo Ghetta
76eb086c89 [processing] avoid overlapping UI
multi field widget doesn't overlap anymore with other widgets
2016-10-18 10:10:54 +02:00
Matteo Ghetta
904f49eceb [processing] Missing import fixed for R algorithm 2016-10-18 10:08:36 +02:00
Nyall Dawson
743a5cdb03 Followup e8be0e, fix rotation when disabling sync 2016-10-18 16:32:24 +10:00
volaya
1762c9ca3c Merge pull request #3619 from nirvn/processing_tinyfix
[processing] fix missing argument when calling getMinCoveringExtent()
2016-10-18 08:30:55 +02:00