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
Nyall Dawson
946687c87b
Update QgsProcessingModelChildParameterSource::asPythonCode
2019-02-01 17:54:28 +11:00
Nyall Dawson
37774f9aa9
[processing] Add util to convert QVariant value to Python literal
2019-02-01 17:54:28 +11:00
Peter Petrik
7a12f11392
fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datasets)
2019-02-01 06:56:26 +11:00
Luigi Pirelli
82e48f9c82
Added SLD 1.0 export for rasters
2019-01-31 15:21:05 +01:00
Nyall Dawson
679b60e366
[processing][needs-docs] Extract binary field algorithm should use
...
an expression parameter instead of string for destination file name
It makes no sense to enter a constant string value here!
2019-01-31 19:29:47 +11:00
Peter Petrik
ebcc694ab1
fix #18954 add&rename vector fields ( #8982 )
...
fix #18954 add&rename vector fields at the same time
2019-01-31 09:20:49 +01:00
Nyall Dawson
e670371fa3
[layouts] Show an explicit warning when exporting a layout which contains a broken image
2019-01-31 10:02:18 +11:00
Martin Dobias
3769faa86b
[vertex tool] Fix vertex addition to polygon's first segment ( fixes #20774 )
...
With topo editing mode enabled, addition of extra points to keep the topology
correct wasn't working correctly because for the first segment we were getting
two matches due to duplicated first and last vertex in the ring. The fix
ensures that only one match will be returned for the first duplicated vertex.
2019-01-30 10:23:36 +01:00
Peter Petrik
606359117b
allow to drop 2dm files from system file browser ( #8987 )
...
* allow to drop 2dm files from system file browser
* support non-ascii files for mesh layer
2019-01-30 08:49:37 +01:00
Nyall Dawson
cf1cf0fe45
Fix empty strings in proxy exclude list results in proxy being skipped for ALL hosts
...
Fixes #20213
2019-01-30 05:08:39 +11:00
lbartoletti
cfdc8c26c2
[BUGFIX] fix qgsRound for negative numbers. Fixes #20861
2019-01-30 03:27:23 +11:00
Alexander Bruy
b57c0fa9ed
Merge pull request #8998 from alexbruy/processing-tempdir
...
[processing] handle Processing.TEMPORARY_OUTPUT for folder parameters
2019-01-29 15:27:13 +02:00
Alexander Bruy
d5b42aeec0
add test for temporary directory output
2019-01-29 12:58:11 +02:00
Alexander Bruy
4b2334ba69
fix typo which caused issues with temporary file outputs also fix
...
related tests
2019-01-29 12:58:40 +02:00
Nyall Dawson
3adbed503d
Fix test
2019-01-29 18:15:40 +11:00
Nyall Dawson
63b6a77702
[processing] Add API to convert a parameter definition to an equivalent
...
Python constructor string
2019-01-29 18:15:40 +11:00
Nyall Dawson
d4b262cdb0
Add method to convert QgsProcessing::SourceType to string representation
2019-01-29 18:15:40 +11:00
Denis Rouzaud
3a19182fe8
add QgsField::isDateTime ( #9007 )
...
* add QgsField::isDateTime
* use QgsField::isDateTime
* rename to isDateOrTime
2019-01-28 13:53:16 -05:00
Blottiere Paul
8305bda5ef
Fix unit test
2019-01-28 11:42:14 +00:00
Blottiere Paul
19a77fff80
Update expected file
2019-01-28 11:42:14 +00:00
Blottiere Paul
3c8d5ebda5
Update GetCapabilities tests with new json format
2019-01-28 11:42:14 +00:00
Blottiere Paul
4acc7136f0
Update test
2019-01-28 11:42:14 +00:00
Blottiere Paul
aa55beba8e
Update tests
2019-01-28 11:42:14 +00:00
Blottiere Paul
70189194a9
Fix unit test
2019-01-28 11:42:14 +00:00
Blottiere Paul
1b6ed5f45e
Update expected files for unit tests
2019-01-28 11:42:14 +00:00
Blottiere Paul
3b452869ea
Add unit test for application/geo+json format
2019-01-28 11:42:14 +00:00
Blottiere Paul
8db9ab1563
Fix comment
2019-01-28 11:42:14 +00:00