Nyall Dawson
506f6d40b7
[processing] Fix picking point from map always triggers a release
...
event for previous map tool
2017-09-24 12:09:38 +10:00
Nyall Dawson
6efcc2fe86
Transparently reproject source points in algs
2017-09-24 12:09:38 +10:00
Nyall Dawson
8902d5f48f
Merge pull request #5244 from nyalldawson/proc_misc
...
[processing] Misc test related fixes
2017-09-24 10:37:06 +10:00
Nyall Dawson
db04d65593
Use processing config help key
2017-09-24 08:30:28 +10:00
Nyall Dawson
fe98fe1131
Merge pull request #5236 from nyalldawson/field_default
...
[processing] Allow setting default values for field parameters in models
2017-09-24 07:58:39 +10:00
Alexander Bruy
afac940d37
[processing] add band parameter support in test generator
2017-09-24 07:50:05 +10:00
Nyall Dawson
34a8c8aab8
Fix exception when running alg with no parameters from toolbox
2017-09-24 07:46:35 +10:00
Nyall Dawson
5a802b595d
Add missing test files
2017-09-23 10:36:33 +10:00
Nyall Dawson
ae42bf4b6e
Update expected test results (rename field)
2017-09-23 09:27:26 +10:00
Nyall Dawson
0dd434c183
[processing] Port mean coordinates to c++
...
And remove final use of inefficient vector.extractPoints function
2017-09-23 09:25:18 +10:00
Nyall Dawson
10d6ef06e8
Replace more duplicate code with QgsProcessingUtils.combineFields
2017-09-23 08:41:54 +10:00
Nyall Dawson
a191c77bcb
Remove duplicate testForUniqueness method (replaced with QgsProcessingUtils.combineFields)
2017-09-23 08:37:35 +10:00
Juergen E. Fischer
8b32d8d949
translation string fixes
2017-09-22 11:38:42 +02:00
Nyall Dawson
21f92a6fb2
Port line intersection and split with lines to c++
2017-09-22 15:19:32 +10:00
Nyall Dawson
c41dca937c
Port processing combineFields to c++
2017-09-22 15:19:32 +10:00
Nyall Dawson
b39459b8ff
Matching default multiple fields should also be case-insensitive
2017-09-22 12:02:48 +10:00
Nyall Dawson
c5b9fa23cd
Formatting
2017-09-22 10:56:32 +10:00
Nyall Dawson
94530a9efc
Allow setting default value for field parameters in models
2017-09-22 10:50:46 +10:00
Nyall Dawson
15e650d624
Merge pull request #5221 from nyalldawson/browser_awesome
...
Add QLR, processing models to browser
2017-09-21 05:20:07 +10:00
Matthias Kuhn
b1b21ed25f
Merge pull request #5143 from m-kuhn/nulldatasetparams
...
QgsVectorFilewriter skip default null options
2017-09-20 11:44:57 +02:00
Nyall Dawson
ef97063029
Identation
2017-09-20 18:41:42 +10:00
Matthias Kuhn
a6dc600784
[processing] Fix single sided buffer multiline (bevel)
2017-09-20 08:51:43 +02:00
Nyall Dawson
6e1c5c4d75
[FEATURE] Show processing models in browser
...
And allow them to be executed and edited directly from there
2017-09-20 14:09:03 +10:00
Matthias Kuhn
d1c73504a5
Remove leftover files
2017-09-19 17:43:57 +02:00
Matthias Kuhn
f638023b9d
[processing] Fix test "Polygon buffer with dissolve"
2017-09-19 15:35:42 +02:00
Matthias Kuhn
6cde4a626d
[processing] Fix test "Single sided buffer multiline (bevel)"
2017-09-19 15:31:20 +02:00
Matthias Kuhn
9b213b6a73
[processing] Fix test "variable buffer on points with dissolve option"
2017-09-19 15:30:19 +02:00
Matthias Kuhn
973dba0d59
[processing] Update python field calculator test results
2017-09-19 15:01:54 +02:00
Matthias Kuhn
0ac02497b9
[processing] Make python field calculator support LongLong
2017-09-19 15:01:54 +02:00
Matthias Kuhn
506b35a75d
[processing] Fix type resolving in python field calculator
2017-09-19 15:01:54 +02:00
Matthias Kuhn
cfabd10b7e
Fix qgis:lineintersections test
2017-09-19 15:01:53 +02:00
nirvn
938f261596
[processing] fix map layer combo box layer reference
2017-09-18 13:37:49 +07:00
Mathieu Pellerin
01468d0879
Merge pull request #5204 from nirvn/saveselected_native
2017-09-16 12:17:11 +07:00
Nyall Dawson
085687d8f0
Also update other spatial join alg
2017-09-16 10:21:54 +10:00
Nyall Dawson
95ab2321e5
Add context menu with Select All/Clear Selection to checkboxes panel
2017-09-16 09:59:13 +10:00
Nyall Dawson
4bae647ad9
Use smaller margins for checkboxes panel
2017-09-16 09:59:13 +10:00
Nyall Dawson
ecf7dd5e4f
Update class name
2017-09-16 09:59:13 +10:00
arnaud.morvan@camptocamp.com
b08119bc96
[processing] Add ui option useCheckBoxes in ByLocation algorithms
2017-09-16 09:58:35 +10:00
arnaud.morvan@camptocamp.com
53df3699fd
[processing] add ui option useCheckBoxes in CheckValidity
2017-09-16 09:57:13 +10:00
arnaud.morvan@camptocamp.com
534fe21f51
[processing] Add useCheckBoxes option to SelectionWidgetWrapper
...
This allow to show checkboxes or radioboxes intead of line edit with button.
This is configurable for each algorithm thought ParameterSelection metadata parameter.
It is also possible to choose the number of columns.
This is not applied in case of the BatchDialog.
2017-09-16 09:57:13 +10:00
Nyall Dawson
5bd164b644
Merge pull request #5200 from nyalldawson/drop_handler
...
[FEATURE][processing] Allow dropping model files onto QGIS window to execute them
2017-09-15 19:42:46 +10:00
Nyall Dawson
f282a753c6
[processing] Fix incorrect filters in vector layer parameter selections
2017-09-15 19:41:19 +10:00
nirvn
04ee85f0e8
[processing] native save selected features algorithm
2017-09-15 15:51:30 +07:00
Nyall Dawson
6300464275
[FEATURE][processing] Allow drag and drop of model files onto QGIS window
...
to execute them
2017-09-15 18:39:51 +10:00
Nyall Dawson
c5ae3a0c98
Merge pull request #5199 from nyalldawson/extract_by_extent2
...
[processing] Extent handling improvements
2017-09-15 15:52:00 +10:00
Nyall Dawson
4fd2a1a05c
Fix unit test data
2017-09-15 12:23:36 +10:00
Nyall Dawson
60b56db904
Use CRS when calculating extent during algorithm extection
2017-09-15 08:35:11 +10:00
Nyall Dawson
80a1d71131
Return a referenced rectangle from ExtentSelectionPanel
2017-09-15 08:34:47 +10:00
Nyall Dawson
74565e22de
Nicer display of rectangle parameter values
2017-09-15 08:34:13 +10:00
Nyall Dawson
d8db3ecc4d
[FEATURE] New processing algorithm "extract/clip by extent"
...
Allows extract a subset of another layer using an extent, with
optional setting to clip geometries to the extent
2017-09-15 08:33:19 +10:00