46557 Commits

Author SHA1 Message Date
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
Matthias Kuhn
eba96fb9cc Add a processing parameter registry
to manage parameter metadata in a single place.
2018-03-01 08:12:41 -05:00
Matthias Kuhn
8b784400f7 Avoid catchall exception 2018-03-01 08:12:41 -05:00
Matthias Kuhn
ecae50f1d3 Allow processing plugins to load their own parameters 2018-03-01 08:12:41 -05:00
Alessandro Pasotti
0050eb5936 Spelling 2018-03-01 13:52:07 +01:00
Alessandro Pasotti
1d7d51c8e1 [bugfix][server] Fix prefix path for server
Fixes #18230 - service configuration error (service unknown or unsupported)

I though about placing the fix into the server code, but I believe
that it's much more cleaner here: otherwise we'd need to adjust all
other paths *after* they were uncorrectly set by the application
init() code.
2018-03-01 13:12:55 +01:00
Alexander Bruy
88734647ce [processing] fix typo (fix #18248) 2018-03-01 10:40:27 +02:00
Nyall Dawson
0f93e55fce [layouts] Fix legends do not respect reference point when auto sizing
Fixes #18269
2018-03-01 18:02:41 +11:00
Harrissou Sant-anna
75f91e53c5 Add missing caption and some tweaks to map units dialog 2018-03-01 17:28:16 +11:00
Nyall Dawson
7459539b82 Add unit tests for categorized renderer unchecked symbols 2018-03-01 16:49:29 +11:00
Nyall Dawson
0acdcfadfd Fix crash when using the identify tool on a categorized render
with an unchecked category corresponding to the feature at the
clicked point

Also fix count of default category symbols
2018-03-01 16:49:29 +11:00
Nyall Dawson
4e182be4ec [processing] Fix 'selected features' checkbox is incorrectly disabled
Fixes #18278
2018-03-01 15:29:06 +10:00