48375 Commits

Author SHA1 Message Date
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
Alessandro Pasotti
a2718daff7 Add test data for gfi server relations 2018-06-14 19:01:03 +02:00
Alessandro Pasotti
eb0be33178 [bugfix][server] Respect relations in getfeatureinfo
Fixes #18518

QGIS Server 3 GetFeatureInfo doesn't resolve value relations anymore
2018-06-14 18:35:49 +02:00
Matthias Kuhn
478d6d0880
Also forward proxyAuthentication and sslErrors to main thread 2018-06-14 14:49:19 +02: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
Alessandro Pasotti
9def3470f0 [bugfix] Crash on undo layout legend item on deleted item
Fixes #19155
2018-06-14 11:15:33 +02: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
6dd352940f
No need for extra variables 2018-06-14 10:27:39 +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
Matthias Kuhn
402f3ffdd5
Regenerate sip with latest sipify 2018-06-14 09:54:00 +02:00
Matthias Kuhn
410d85539a
Fix some authentication interaction threading issues 2018-06-14 09:52:28 +02:00
Matthias Kuhn
44e8f60a63
Add documentation 2018-06-14 09:52:28 +02:00
Matthias Kuhn
620d4d7abb
Use direct connection for NAM auth connections 2018-06-14 09:52:27 +02:00
Matthias Kuhn
b756a021ca
Timeout tests after 55s 2018-06-14 09:52:27 +02:00
Matthias Kuhn
8fc5b10122
Experimental commit for synchroneous auth support 2018-06-14 09:52:27 +02:00
Matthias Kuhn
666a0e99b4
Parse capabilities immediately
... even when the request is sent in a different thread.
2018-06-14 09:52:27 +02:00
Matthias Kuhn
bdcd87675e
Add comment to explain the nasty details 2018-06-14 09:52:27 +02:00
Matthias Kuhn
143ee82ec9
Avoid deadlock by using Qt::DirectConnection 2018-06-14 09:52:26 +02:00
Matthias Kuhn
c59df79aec
Send request from spawned thread 2018-06-14 09:52:26 +02:00
Matthias Kuhn
9b5c5b0081
Run WFS feature counter task in separate thread 2018-06-14 09:52:26 +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