7344 Commits

Author SHA1 Message Date
Nyall Dawson
061882d9f7 [processing] Port file widget wrapper to new c++ API 2019-02-09 06:23:47 +10:00
Alessandro Pasotti
ce7b8e269b
Update tests/src/python/test_provider_spatialite.py 2019-02-08 19:25:46 +01:00
Alessandro Pasotti
7f61dc4954 Fix spatialite text pks and other issues
... also fixes the geometry information query
when spatialite version is >= 4

Fixes #21176

With tests
2019-02-08 17:49:03 +01:00
mhugent
4eaae77a5d
Merge pull request #9129 from mhugent/itempolyline_end_arrow
Move end arrowhead by half arrow width
2019-02-08 17:19:29 +01:00
Marco Hugentobler
14e517665f Add unittest for composer polyline with arrow 2019-02-08 16:23:29 +01:00
Martin Dobias
b7138b17e1 Fix tests 2019-02-08 13:15:09 +01:00
Martin Dobias
941ec4cf66 [vertex tool] add new vertex without moving it (shift+double click)
Obviously this is something that some people find useful, but because
it is not so common it uses shift modifier.
2019-02-08 13:15:09 +01:00
Marco Hugentobler
a321d40840 Adapt unit test control images 2019-02-08 10:56:07 +01:00
rldhont
f285d91ce4 [Tests] Add LIKE with underscore (_) as partially uncompiled expression for shp provider 2019-02-08 15:42:36 +10:00
rldhont
4b60a1e3bd [Tests] Add LIKE underscore (_) test to feature source test base 2019-02-08 15:42:36 +10:00
Even Rouault
2341fa86f6
Merge pull request #9118 from rouault/fix_20742
Correctly compute layer extent when zooming out layer [WFS provider]
2019-02-07 17:32:57 +01:00
mhugent
a774499b95 Don't add extra linebreak in print composer tables
Check if remaining text is short enough to go in one line. Fixes #20546
2019-02-07 21:08:05 +11:00
Tudor Bărăscu
6c1036c5c0 remove 'multithreading is not supp in server text' 2019-02-07 17:19:14 +11:00
Julien Cabieces
e948120b7b Correct crash when read from ogr file in thread (QgsProcessing for instance)
fixes #20581
2019-02-07 16:58:12 +11:00
Even Rouault
32d902874a
[WFS provider] Correctly compute layer extent when zooming out layer (fixes #20742) 2019-02-06 22:32:26 +01:00
Matthias Kuhn
31ab3bb5d1
Merge pull request #9115 from m-kuhn/wmts-getcapabilities-compat
Append ? to WMTS GetCapabilities
2019-02-06 22:01:53 +01:00
Matthias Kuhn
76ac0f1f3c
Even more test fixes 2019-02-06 20:07:10 +01:00
Matthias Kuhn
0629a1b6da
More test fixes 2019-02-06 20:06:53 +01:00
Matthias Kuhn
a13e50270e
Fix test 2019-02-06 18:21:55 +01:00
Matthias Kuhn
3564838ef2
Fix test 2019-02-06 18:21:29 +01:00
Matthias Kuhn
db15057732
Merge pull request #9112 from m-kuhn/sip-keep-reference-to-registry
Sip keep reference to registry
2019-02-06 17:13:17 +01:00
Matthias Kuhn
b2aed603f1
Add registry keepreference test 2019-02-06 12:18:41 +01:00
Even Rouault
e19bf11f9e
[WFS provider] Ensure stability of QGIS FeatureId when reloading layer (fixes #20865) 2019-02-06 10:44:52 +01:00
Nyall Dawson
62e09d9467 [processing] If model name starts with a digit, we need to remove that when generating a class name 2019-02-05 22:45:43 +11:00
Alessandro Pasotti
185855b214
Merge pull request #9099 from elpaso/bugfix-21150-file-protocol-path-resolver
Strip file:// from local files path before resolving
2019-02-05 10:58:26 +01:00
Martin Dobias
4f905cc2e8 [vertex tool] right-click to loop through editable features
Until now mouse right-click could only select and deselect the highlighted
feature to "lock" vertex tool (and numerical editor) to it, so that it is
easier to focus only on editing of the particular feature. It was however
still difficult to pick the right feature in case there were multiple
features in one location or very close to each other. This is now solved
by the fact that repeated right button clicks will loop through the editable
features. So if there are two features in one location (A, B) then repeated
right-clicks will select: A - B - nothing - A - B - nothing ...
2019-02-05 09:07:58 +01:00
Alessandro Pasotti
22c22e8e5c Strip file:// from local files path before resolving
Fixes #21150 - Delimitedtext layer saves absolute path
when project in relative path mode
2019-02-05 08:29:38 +01:00
Nyall Dawson
eeff02fc14 [processing] Port matrix widget wrapper to newer c++ API
Allows matrix parameters to be correctly set for model child algorithms

Fixes #20914
2019-02-05 16:57:21 +11:00
Nyall Dawson
867e39947b Allow for exact calculation of symbol sizes with mixed layer units
Fixes #21143
2019-02-05 11:07:02 +11:00
Alessandro Pasotti
3c9b6e5e4f
Merge pull request #9071 from elpaso/bugfix-21100-ogrprovider-missing-quoteidentifier
Quote field name identifiers in ORDER BY and MAX/MIN queries
2019-02-04 11:01:38 +01:00
Nyall Dawson
0250cab307 [processing] Reorganise python script generated from model, to
move "guts" of script to top (initAlgorithm/processAlgorithm)
and boilerplate methods (createInstance, etc) to end
2019-02-04 11:58:55 +11:00
Nyall Dawson
6aea4838db [processing] Pep8 fixes for model to script 2019-02-04 11:58:55 +11:00
Juergen E. Fischer
4a44306700 allow to build against separate PROJ.4 and GDAL installs 2019-02-03 16:29:46 +01:00
Nyall Dawson
16995206ae Unit tests for QgsCredentials 2019-02-03 13:02:18 +11:00
Etienne Trimaille
57695bd036 use upper camel case for the class name 2019-02-03 07:18:34 +11:00
Alessandro Pasotti
020117262c Add testdata file 2019-02-02 19:22:04 +01:00
Alessandro Pasotti
0797059a38 Spellok 2019-02-02 17:25:36 +01:00
Alessandro Pasotti
b51426640d Quote field name identifiers in ORDER BY and MAX/MIN queries
Fixes #21100
2019-02-02 11:45:13 +01:00
Etienne Trimaille
122d5c3efd fix some PEP8 in Processing Model as python code 2019-02-02 09:29:58 +11:00
Luigi Pirelli
d06406d0e8 fixed spellcheck 2019-02-01 20:33:01 +01:00
Peter Petrik
3103b00f00
fix identify for mesh layers (#9047) 2019-02-01 15:18:26 +01:00
Luigi Pirelli
0e9af79165 fixed AStyle with astyle-all.sh 2019-02-01 14:42:36 +01:00
Nyall Dawson
4908ef1641 Revert "Revert QgsBlockingNetworkRequest"
With recent changes in QgsNetworkAccessManager this should be
safe to resurrect (fingers crossed!). Also simplify code a lot,
because now QgsNetworkAccessManager handles waking the worker
thread after the auth request is handled.

Add a lot more tests
2019-02-01 21:44:53 +11:00
Nyall Dawson
c03ce93011 Allow use of local httpbin instances in unit tests 2019-02-01 21:44:53 +11:00
Nyall Dawson
f1040efc03 Nicer API for network timeouts 2019-02-01 21:44:53 +11:00
Nyall Dawson
18941a1aa2 Fix timeout in network timeout tests 2019-02-01 21:44:53 +11:00
Nyall Dawson
cc6d88e265 Add signal for logging after network authentication details have been added 2019-02-01 21:44:53 +11:00
Nyall Dawson
8ee2e793f8 Make network authentication request handling thread safe, avoid
races and crashes when auth requests occur in non-main thread

Like the recent SSL error handling, this commit abstracts out
the network authentication handling into a thread safe approach.
2019-02-01 21:44:53 +11:00
Nyall Dawson
9b2e60130f [processing] Update QgsProcessingModelAlgorithm::asPythonCode for 3.x API 2019-02-01 17:54:28 +11:00
Nyall Dawson
fb519ead46 Update QgsProcessingModelChildAlgorithm::asPythonCode for 3.x API 2019-02-01 17:54:28 +11:00