Nyall Dawson
0a6024b506
[3d] Add a title to 3d config window
...
Fixes #18281
2018-03-03 11:00:14 +10:00
Matthias Kuhn
0d208298b7
Merge pull request #6506 from m-kuhn/fixRange
...
Fix Integer range widget with allowNull
2018-03-02 17:02:53 -05:00
Matthias Kuhn
b84f014d9e
Merge pull request #6503 from m-kuhn/variousFixes
...
Various fixes
2018-03-02 17:02:38 -05:00
Matthias Kuhn
fc5073ddb0
Documentation fix
2018-03-02 12:44:02 -05:00
Webmaster
2073562fa5
harmonize join type value (0=one-to-many, 1=one-to-one)
2018-03-02 21:01:12 +07:00
nirvn
1542b484be
[FEATURE][processing] add discard non matching option to join attribute table alg
2018-03-02 21:01:12 +07:00
Blottiere Paul
e531052b28
Rename cancel() to cancelReload() and update doc accordingly
2018-03-02 10:41:07 +00:00
Blottiere Paul
941aa0a650
Add a takeLayer method
2018-03-02 09:43:26 +00:00
Blottiere Paul
1ad02adfe0
Update documentation
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
c2a2f33288
Rename postpone option in lazy
2018-03-02 09:43:26 +00:00
Blottiere Paul
86d66c73a9
Add interrupt method
2018-03-02 09:43:26 +00:00
Blottiere Paul
f5a3e60b4e
Update documentation
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
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
6f38a5037d
[processing] fix condition and use more generic "htm" constant for
...
filter testing
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
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
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
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
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
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
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
Denis Rouzaud
a483ef817a
correctly use reference for context in QgsReadWriteContextCategoryPopper
2018-02-28 17:02:51 -09:00
Nyall Dawson
3c78fb58aa
Fix build warnings on msvc
2018-03-01 10:21:28 +10:00
Nyall Dawson
2345852fdf
[labeling] Fix broken data defined shape radius setting
2018-03-01 10:54:13 +11:00
Nyall Dawson
b17a5560b8
Merge pull request #6486 from nyalldawson/dynamic
...
[processing] Support dynamic properties for all native c++ algorithms
2018-03-01 10:40:25 +11:00
Nyall Dawson
71d1074c11
Tweak grid alignment for Project Properties layout
2018-03-01 09:17:23 +10:00