Alexander Bruy
b511841775
[processing] fix v.net,centrality
2020-01-06 11:19:55 +10:00
Alexander Bruy
432a8a5fd0
[processing] cleanup tests
2020-01-06 11:19:55 +10:00
Alexander Bruy
1fa3edfc51
[processing] add tests for r.series and r.reclass algorithms
2020-01-06 11:19:55 +10:00
Alexander Bruy
dcabb0536b
[processing] fix r.rescale and r.rescale.eq
2020-01-06 11:19:55 +10:00
Alexander Bruy
0b749558b9
[processing] add proper support for range parameters ( fix #29269 )
2020-01-06 11:19:55 +10:00
Nyall Dawson
7c1b7fa27d
[processing] Avoid temporary flashing dialog showing when a distance parameter widget is constructed
...
Fixes #29438
2020-01-06 10:25:48 +10:00
Nyall Dawson
fcdf1f6e78
Fix test
2020-01-05 20:58:10 +10:00
Nyall Dawson
42885bfbb7
[needs-docs][processing] Move Build Vector VRT to gdal provider
...
and setup alias to avoid script/model breakage. This algorithm
uses GDAL utilities and fits better alongside the other GDAL based
algorithm rather than in the qgis provider.
2020-01-05 20:58:10 +10:00
Nyall Dawson
2dcdfe30f8
Fix typo
2020-01-05 20:50:05 +10:00
Nyall Dawson
bbc9f7bc00
[processing] Add parameter definition config widget for map theme parameters
2020-01-05 20:50:05 +10:00
Nyall Dawson
27277c54f1
Remove unused code
2020-01-05 20:50:05 +10:00
Nyall Dawson
412ce7ddb3
Use proper Map Theme parameter type in rasterize algorithm
2020-01-05 20:50:05 +10:00
Nyall Dawson
35e7fc7746
Add widget wrapper for processing map theme parameter type
2020-01-05 20:50:05 +10:00
Nyall Dawson
54629b8f21
[FEATURE][processing][API] New parameter type QgsProcessingParameterMapTheme
...
Allows for selection from existing map themes
2020-01-05 20:50:05 +10:00
Nyall Dawson
41cdd40f7a
[processing] Fix broken API in rasterize alg
...
A string parameter was converted to a enum value, breaking the existing
stable API and preventing use from models and scripts
2020-01-05 20:50:05 +10:00
Nyall Dawson
223dfafb15
[processing] Port field parameter widget to new API
2020-01-05 08:59:38 +10:00
Nyall Dawson
70ee385f4a
[processing] Add message bar to widget context
2020-01-05 08:59:38 +10:00
Nyall Dawson
f961449cc0
Fix missing signals, duplicate signals sent by QgsFieldComboBox
2020-01-05 08:59:38 +10:00
Nyall Dawson
f8e5861dca
Fix rule-based renderer widgets swallow copy/paste/delete shortcut keys
...
when opened in panel modes
Fixes #33592
2020-01-05 05:32:03 +10:00
Nyall Dawson
1c4d691ad2
Dox++
2020-01-04 23:06:03 +10:00
Nyall Dawson
1a74938ba8
[processing] Add option for multiple field parameters to default to
...
selecting all available fields
For some algorithms this is better UX then defaulting to an empty list
2020-01-04 23:06:03 +10:00
Denis Rouzaud
306a603bac
remove falty part
2020-01-04 12:23:38 +01:00
Denis Rouzaud
2ec439982b
useless commit to test doc bot ( #33602 )
2020-01-04 12:13:32 +01:00
Denis Rouzaud
6be7eaab10
create label on doc from milestone on qgis
2020-01-04 12:11:13 +01:00
Denis Rouzaud
188999ab39
run backport action only when proper label is detected
2020-01-04 08:55:23 +01:00
Denis Rouzaud
969fb3b090
run doc bot action on merge only
2020-01-04 08:10:28 +01:00
Harrissou Sant-anna
c367e770de
Move down the "Remove rule" action in contextual menu
...
to avoid it being accidentally clicked
2020-01-03 12:23:51 +10:00
Nyall Dawson
e6a83c9129
Fix copyright
2020-01-03 05:25:33 +10:00
Nyall Dawson
d788dfc0cb
Update menu link
2020-01-03 05:25:33 +10:00
Nyall Dawson
db4c99f4aa
Fix progress reports, joined feature count
2020-01-03 05:25:33 +10:00
Nyall Dawson
c6565ef03a
[processing] Ensure faster predicates are always tested first before slower predicates
...
Because we may be able to bypass the slower checks if the faster ones pass first
2020-01-03 05:25:33 +10:00
Nyall Dawson
16c83e061b
Fix unjoinable features can get incorrectly added to both outputs when a separate unjoined feature output is set
2020-01-03 05:25:33 +10:00
Nyall Dawson
75cf5f2f62
Fix subtle logic bug in spatial join c++ port when join type is 1:1 and unjoinable features are not being collected
2020-01-03 05:25:33 +10:00
Nyall Dawson
6aa20fbd2f
Only increment progress after processing a single feature
2020-01-03 05:25:33 +10:00
Nyall Dawson
bb131c8ab9
Rename variable for clarity
2020-01-03 05:25:33 +10:00
Nyall Dawson
be46152197
Don't use m prefix for local variable
2020-01-03 05:25:33 +10:00
Nyall Dawson
cfa5c317eb
Use an enum for join methods for readability
2020-01-03 05:25:33 +10:00
Nyall Dawson
919b40e7fe
Remove some unused members, avoid making some locally used variables member variables
2020-01-03 05:25:33 +10:00
Alex
e9aff0b695
join by location c++ port
2020-01-03 05:25:33 +10:00
Julien Cabieces
75ba9b394d
fix clazy and fallthrough warnings
2020-01-02 20:59:28 +10:00
Julien Cabieces
710c00e092
install pyproj deb package to avoid owslib pip install error
2020-01-02 20:59:28 +10:00
Julien Cabieces
e5fd756527
Configure Oracle continuous integration
2020-01-02 20:59:28 +10:00
Julien Cabieces
8d4ef80377
Don't forget to rollback at the end of the tests
2020-01-02 20:59:28 +10:00
Julien Cabieces
00d0a062d3
close connection when deleting oracle transaction
2020-01-02 20:59:28 +10:00
Julien Cabieces
94d0b06df5
Don't use sdo_tune.extent_of if user doesn't ask explicitly for
...
estimated metadata
2020-01-02 20:59:28 +10:00
Julien Cabieces
780d29d5d3
Protect oracle conn method with mutex
2020-01-02 20:59:28 +10:00
Alexander Bruy
000409f9a6
Merge pull request #32922 from alexbruy/range-optional
...
[processing] add "not set" support for range parameter (fix #29374 )
2020-01-02 11:53:25 +02:00
Nyall Dawson
c43613d0b2
Another hash
2020-01-02 18:26:49 +10:00
Nyall Dawson
158dfcc3cc
More test hashes
2020-01-02 18:26:49 +10:00
Nyall Dawson
c4672ef984
Add extra raster hashes
2020-01-02 18:26:49 +10:00