48347 Commits

Author SHA1 Message Date
Marco Hugentobler
18f0af8c23 Port dxf export improvements to QGIS 3 2018-06-17 11:11:39 +10:00
Marco Hugentobler
aa47dbef10 Support geometry generator in dxf output 2018-06-17 11:11:39 +10:00
Nyall Dawson
1d111ce741 Ban @ doxygen style annotations 2018-06-17 09:24:37 +10:00
Nyall Dawson
da487e2e34 Ban deprecated qMin/qMax/etc methods 2018-06-17 09:24:37 +10:00
Nyall Dawson
c705670947 Upgrade INT_ methods to numeric_limits 2018-06-17 09:24:37 +10:00
Nyall Dawson
17cd2fd5f3 More DBL_MIN/MAX_EPSILON upgrades 2018-06-17 09:24:37 +10:00
Nyall Dawson
ce6fc8fe96 [ci] Add unit test for banned keywords
Flags use of keywords representing deprecated or other
"to be avoided" methods, e.g. use of DBL_MAX instead of
the type-safe std::numeric_limits<double>::max() method.
2018-06-17 09:24:37 +10:00
Nyall Dawson
a4c8386e88 [sipify] Replace std::numeric_limits with old style DBL_MAX/etc 2018-06-17 09:24:37 +10:00
Nyall Dawson
47e7a100d9 DBL_EPSILON -> numeric_limits 2018-06-17 09:24:37 +10:00
Nyall Dawson
eabd5c3b3d Remove a bunch of disabled code 2018-06-17 09:24:37 +10:00
Nyall Dawson
ac17d300ca DBL_MAX -> std::numeric_limits 2018-06-17 09:24:37 +10:00
Nyall Dawson
ce74d57b2e [postgres] Really disable dynamic queue size
The original commit speed up some layers, but regressed
performance for others. It was decided to revert the
dynamic queue feature, but it seems this was never actually
done.

Fixes #16239, #19203
2018-06-16 15:36:23 +10:00
Nyall Dawson
8323462f3b [processing][saga] Fix definition of cross profiles alg, add test 2018-06-16 15:35:31 +10:00
nirvn
312c901ea0 [ui] properly size symbols in the layer properties' dependencies list 2018-06-16 07:35:52 +07:00
nirvn
e6bd0bc4ef [ui] properly size symbols for the layout legend item widget's list 2018-06-16 07:35:52 +07:00
Alessandro Pasotti
65c1ed2a17 Typo and SIP_SKIP 2018-06-15 09:02:47 +02:00
Matthias Kuhn
66ad9d99dd
Merge pull request #7055 from m-kuhn/wfsNoMainThreadEventLoopb
Avoid running QEventLoop on main thread (in WFS provider)
2018-06-15 08:57:50 +02:00
Nyall Dawson
6b08eff655 Spelling 2018-06-15 13:48:43 +10:00
Nyall Dawson
55a54b0971 [processing][saga] Fix duplicate confusion matrix algs
Fixes #19188
2018-06-15 13:48:43 +10:00
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
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