46418 Commits

Author SHA1 Message Date
Blottiere Paul
777fdebb73 Clean task once model is completed 2018-03-02 09:43:26 +00:00
Blottiere Paul
ad91694b76 Remove unnecessary cancel subtask 2018-03-02 09:43:26 +00:00
Blottiere Paul
eef18cbe2e Remove unused code 2018-03-02 09:43:26 +00:00
Blottiere Paul
887a226115 Use python super() calls 2018-03-02 09:43:26 +00:00
Blottiere Paul
6a49e57c5d Fixes 3.0 -> 3.2 2018-03-02 09:43:26 +00:00
Blottiere Paul
8873e9a020 Fix sip binding 2018-03-02 09:43:26 +00:00
Blottiere Paul
c2a2f33288 Rename postpone option in lazy 2018-03-02 09:43:26 +00:00
Blottiere Paul
fea66f9913 Update ui and add shortcut to cancel pending query 2018-03-02 09:43:26 +00:00
Blottiere Paul
86d66c73a9 Add interrupt method 2018-03-02 09:43:26 +00:00
Blottiere Paul
cf53a4cb14 Add async model for gpkg 2018-03-02 09:43:26 +00:00
Blottiere Paul
f5a3e60b4e Update documentation 2018-03-02 09:43:26 +00:00
Blottiere Paul
ad630094c1 More cleaning 2018-03-02 09:43:26 +00:00
Blottiere Paul
a948f1b84d Some clean 2018-03-02 09:43:26 +00:00
Blottiere Paul
957e92c847 Add async model for virtual layers 2018-03-02 09:43:26 +00:00
Blottiere Paul
bf7df6d2e3 Add a cancel button for Postgis and Spatialite 2018-03-02 09:43:26 +00:00
Alexander Bruy
0081f781d3
Merge pull request #6487 from alexbruy/processing-output-file
[processing] fix QgsProcessingParameterFileDestination handling in models
2018-03-02 11:23:55 +02:00
Alexander Bruy
dc3353e928 [processing] forgot to rename variable 2018-03-02 11:03:01 +02:00
Alexander Bruy
ae9bd06eed
Merge pull request #6501 from alexbruy/multi-ring
[processing][FEATURE] add multi-ring buffer algorithm
2018-03-02 10:36:30 +02:00
Alexander Bruy
a2179046e8 [processing] add tests for creating outputs from FileDestination
parameter
2018-03-02 10:35:56 +02:00
Alexander Bruy
6f38a5037d [processing] fix condition and use more generic "htm" constant for
filter testing
2018-03-02 10:35:56 +02:00
Alexander Bruy
22fea14a17 [processing] remove explicit outputs definitions 2018-03-02 10:35:56 +02:00
Alexander Bruy
73a8b80e59 [processing] determive correct output type based on the
QgsProcessingParameterFileDestination filter
2018-03-02 10:35:56 +02:00
Alexander Bruy
705ffced63 [processing] implement toOutputDefinition() method for
QgsProcessingParameterFileDestination
2018-03-02 10:35:55 +02:00
Alexander Bruy
df61548c82 [processing] rename algorithm to "Multi-ring buffer (constant distance)" 2018-03-02 10:00:16 +02:00
Alexander Bruy
669beac824 [processing] evaluate dynamic parameters before processing feature 2018-03-02 10:00:16 +02:00
Alexander Bruy
5daa8fdb67 [processing] add test for multiring buffer algorithm 2018-03-02 10:00:16 +02:00
Alexander Bruy
8c0c581790 [processing] make multi-ring buffer parameters dynamic 2018-03-02 10:00:16 +02:00
Alexander Bruy
04ce43569e [processing][FEATURE] multiring buffer algorithm 2018-03-02 10:00:16 +02:00
Nyall Dawson
b61882f2f4 Catch a possible exception in QgsGeometry::makeValid 2018-03-02 16:09:42 +11:00
Nyall Dawson
e05a5a9302 [pal] Use QgsGeometry::makeValid instead of buffer(0) to repair geometries
Possibly refs #14752
2018-03-02 16:09:42 +11:00
Nyall Dawson
70242a3ac4 Fix leak when converting 2.x compositions 2018-03-02 16:09:42 +11:00
Nyall Dawson
55814b8f23 Fix missing transform context warnings on status bar coordinate display 2018-03-02 16:09:42 +11:00
Nyall Dawson
0823de0fab Prevent status bar coordinate widget from shrinking too small 2018-03-02 16:09:42 +11:00
Mathieu Pellerin
6f47b25037
[FEATURE][processing] one-to-many join support to the join attribute table alg. (#6499) 2018-03-02 11:58:16 +07:00
Nyall Dawson
2238b42501 [layouts] Fix missing map name in map item properties dialog
Fixes #18288
2018-03-02 13:44:32 +11:00
Nyall Dawson
b5d9e7a7cf Fix raster calc dialog uses an open file dialog instead of save dialog
Fixes #18303
2018-03-02 13:44:32 +11:00
Alessandro Pasotti
baeaeace10
Merge pull request #6502 from elpaso/bugfix-18230-server-prefix-path
[bugfix][server] Fix prefix path for server
2018-03-01 22:01:29 +01:00
Matthias Kuhn
b37c410dbf Fix tests 2018-03-01 15:43:59 -05:00
Matthias Kuhn
4f4b8310d6
Merge pull request #6504 from m-kuhn/processingParametersRegistry
More processing parameters in modeller
2018-03-01 12:22:58 -05:00
Matthias Kuhn
b20889a6b9 Add test for 0/NULL range widget
For #18297
2018-03-01 12:08:23 -05:00
Matthias Kuhn
0b49a83a89 Fix int range widget minimum value
The int range widget so far assigned NULL to the minimum value when allowNull was activated. This made it impossible to enter the minimum value into a range widget.

This also fixes some signals which in case of a NULL value would emit a slightly-below-minimum value for double and int spinboxes.

Fix #18297
2018-03-01 11:18:33 -05:00
Matthias Kuhn
752dc7d5b3 Replace dynamic_cast with qobject_cast 2018-03-01 10:44:21 -05:00
Matthias Kuhn
b67813bdc9 API doc update 2018-03-01 10:42:51 -05:00
Matthias Kuhn
0c730596fa Hide unsupported parameters in modeller 2018-03-01 10:42:51 -05:00
Matthias Kuhn
9e955ce804
Merge pull request #6446 from raymondnijssen/3d_objects
New 3d symbols. Blender files in: https://github.com/raymondnijssen/q…
2018-03-01 10:30:41 -05:00
Matthias Kuhn
a0cda52269 Remove outdated comment block 2018-03-01 09:49:50 -05:00
Matthias Kuhn
9aac4e38df Use translated text in modeller 2018-03-01 09:47:35 -05:00
Alexander Bruy
f9ac1ff0f3 add spacer to the Source tab of the Layer properties window (fix #18279) 2018-03-01 16:08:34 +02:00
Matthias Kuhn
6d94ea5f1c Prefer https 2018-03-01 08:14:10 -05:00
Matthias Kuhn
592c9b24b9 Expose fields mapping parameter to modeler 2018-03-01 08:13:08 -05:00