48259 Commits

Author SHA1 Message Date
Nyall Dawson
37e379836b [processing][saga] Fix duplicate cluster analysis algs 2018-06-15 13:48:43 +10:00
Nyall Dawson
a8c0cef49a [processing][saga] Fix params for IDW alg 2018-06-15 13:48:43 +10:00
Nyall Dawson
d04fee69b3 [processing][saga] Remove duplicate GWR algs, fix params 2018-06-15 13:48:43 +10:00
Nyall Dawson
0a2c856bbb [processing][saga] Remove duplicate polygon self intersection alg, fix params and add test 2018-06-15 13:48:43 +10:00
Nyall Dawson
dd9e46f86c [processing][saga] Remove duplicate intersect alg, add test 2018-06-15 13:48:43 +10:00
Nyall Dawson
c85b1649c8 [processing][saga] Remove duplicate symmetrical difference alg
and add test.

Warnings: SAGA results are bad here! Use the native QGIS alg
instead
2018-06-15 13:48:43 +10:00
Nyall Dawson
f75d31c40c [processing][saga] Remove duplicate polygon difference alg, add test 2018-06-15 13:48:43 +10:00
Nyall Dawson
bdac9f10c6 [processing][saga] Remove duplicate identity alg, add test 2018-06-15 13:48:43 +10:00
Nyall Dawson
07530be1b6 [processing][saga] Remove duplicate polygon union algorithm
Also
- fix typo in algorithm name
- add unit test
2018-06-15 13:48:43 +10:00
Nyall Dawson
939551bc35 [processing][saga] Remove duplicate polygon update algorithm, add test 2018-06-15 13:48:43 +10:00
Alessandro Pasotti
f07b90d3fa Remove unused and duplicated private function 2018-06-15 07:07:47 +10:00
Nyall Dawson
f99d51175f Fix seealso links 2018-06-15 06:39:48 +10:00
Nyall Dawson
f838001d0a Indentation 2018-06-15 06:39:48 +10:00
Nyall Dawson
b11769ffc2 Calculate block extent directly from iterator 2018-06-15 06:39:48 +10:00
Nyall Dawson
76eb29daf3 Unit tests and dox for QgsRasterIterator 2018-06-15 06:39:48 +10:00
Nyall Dawson
bde8b4303f Fix exception in create constant raster alg 2018-06-15 06:39:48 +10:00
Nyall Dawson
a80f7ab980 [afs] Fix 'Limit to extent' option was ignored 2018-06-15 06:39:36 +10:00
Matthias Kuhn
2fe394be1c
Merge pull request #7241 from tudorbarascu/typo
fix dislpay typo
2018-06-14 13:23:09 +02:00
Tudor Bărăscu
a92b049a70 fix dislpay typo 2018-06-14 13:02:40 +03:00
Martin Dobias
4beb3211e2 Fix text on symbol disappearing from single symbol renderer
Because the single symbol was not having rule key in legend...
2018-06-14 11:12:35 +02:00
Matthias Kuhn
8397517960
Merge pull request #7236 from nyalldawson/min_qt
Minimum qt version is 5.4
2018-06-14 10:16:00 +02:00
Alessandro Pasotti
365fbed2a6
Merge pull request #7231 from elpaso/bugfix-18282-non-ascii-tags
[bugfix] Style Manager - non ascii tags in symbols
2018-06-14 09:49:11 +02:00
Nyall Dawson
22ce7081d1 Fix build warning 2018-06-14 15:51:31 +10:00
Nyall Dawson
6a76502bbc Make QgsRasterIterator optionally return the exact extent of the
current block returned

... because this is very difficult to calculate exactly outside
of the iterator, yet the iterator itself has this knowledge already...
2018-06-14 14:41:43 +10:00
Alexander Bruy
dcff720bb0 also use 1-dimensional table in modeler dialog (follow up 4b354984e8) 2018-06-14 09:35:11 +10:00
Nyall Dawson
a6d78bc294 Minimum qt version is 5.4 2018-06-14 09:32:18 +10:00
Juergen E. Fischer
262cee6f34 fix build with Qt <5.7 2018-06-13 20:36:23 +02:00
Alessandro Pasotti
b3c31d3aff [bugfix] Fix symbol tags with cyrillic names
... and other non-ascii as well

Fixes #18282 - Style Manager - Impossible to work with non-Latin characters (tag or symbol names)
2018-06-13 15:46:38 +02:00
Alessandro Pasotti
3f938e438c Add test for QgsSqliteUtils 2018-06-13 15:46:05 +02:00
Denis Rouzaud
3651df0727
add logMessage method to locator filter (#7222)
to discourage from using Python print()
2018-06-13 03:26:25 -08:00
Nyall Dawson
494f7bcde1 Fix double clear actions sometimes show in spin boxes
Fixes #19178
2018-06-13 19:23:25 +10:00
Stéphane Brunner
dab4437780
Merge pull request #7208 from arnaud-morvan/wfs_srs_multilayer
[server] Fix BBOX SRS in WFS GetFeature POST with two queries
2018-06-13 11:15:48 +02:00
Nyall Dawson
59938c83cc [processing] Fix Python representation of matrix parameter values with null entries 2018-06-13 14:54:40 +10:00
Nyall Dawson
0da30699a5 [processing] Add unit tests for reclassify using nulls 2018-06-13 14:54:40 +10:00
Nyall Dawson
7c1dcfabcb Support infinite ranges for null class boundaries 2018-06-13 14:54:40 +10:00
Nyall Dawson
2320a043e2 Fix unit test 2018-06-13 14:54:40 +10:00
Nyall Dawson
1a226e6cd3 Report warnings when class boundaries overlap 2018-06-13 14:54:40 +10:00
Nyall Dawson
6b24d8c6d7 [processing] Restore window geometry for fixed table editor dialog 2018-06-13 14:54:40 +10:00
Nyall Dawson
0f0a7dc64a Add QgsRasterRange::asText for a text representation of a range 2018-06-13 14:54:40 +10:00
Nyall Dawson
f934c5c09a Add overlaps test to QgsRasterRange 2018-06-13 14:54:40 +10:00
Nyall Dawson
eec2f47cb8 Remove a duplicate test 2018-06-13 14:54:40 +10:00
Nyall Dawson
dcd872ba15 Use default raster iterator tile size 2018-06-13 14:54:40 +10:00
Nyall Dawson
e45958eabe Move more raster block methods to header for better compiler optimisation 2018-06-13 14:54:40 +10:00
Nyall Dawson
fe863cb1f2 Unit tests for reclassification with data types 2018-06-13 14:54:40 +10:00
Nyall Dawson
a62a2bc7ce Expose choice of raster data type for reclassify algs 2018-06-13 14:54:40 +10:00
Nyall Dawson
b26957e41f Throw exception when raster output could not be created 2018-06-13 14:54:40 +10:00
Nyall Dawson
85d895d0e3 Fix cancelation support for reclassify algs 2018-06-13 14:54:40 +10:00
Nyall Dawson
d7a37fa3eb Throw exception when invalid band number specified 2018-06-13 14:54:40 +10:00
Nyall Dawson
50c28e416d Fix typo 2018-06-13 14:54:40 +10:00
Nyall Dawson
81d5a2d87e Throw exception for invalid table sizes 2018-06-13 14:54:40 +10:00