Bas Couwenberg
|
2628c480c5
|
Don't include revision in sources.
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
|
2019-05-17 16:47:47 +02:00 |
|
Matthias Kuhn
|
8416e7588c
|
Merge pull request #9781 from m-kuhn/processing_parameter_as_boolean
Add QgsProcessingAlgorithm::parameterAsBoolean
|
2019-04-17 09:20:07 +02:00 |
|
Nyall Dawson
|
b6bc1ee2d4
|
Tweak QgsProcessingUtils::combineLayerExtents for future proofing, remove deprecated usage
|
2019-04-17 10:06:41 +10:00 |
|
Matthias Kuhn
|
b90a01847f
|
Prefer parameterAsBoolean over parameterAsBool
|
2019-04-16 08:30:00 +02:00 |
|
Juergen E. Fischer
|
9f1fcb72d4
|
processing: enable translation for parameter descriptions
|
2019-03-05 20:16:23 +01:00 |
|
Alexander Bruy
|
a911ef3367
|
[processing] fix output generation in v.net and add test
|
2019-01-31 15:54:08 +02:00 |
|
Alexander Bruy
|
3abea36000
|
[processing] snap points to network by default (fix #19904)
Kudos to Pedro Venâncio for finding solution for this bug
|
2019-01-31 15:54:08 +02:00 |
|
Giovanni Manghi
|
a866d4917c
|
add GRASS r.mapcalculator, remove r.mapcalc
|
2018-11-08 17:35:36 +00:00 |
|
Nyall Dawson
|
f3e9aaf79a
|
Fix some inefficient python dictionary iteration
|
2018-10-31 08:42:51 +10:00 |
|
Nyall Dawson
|
282f95c9f7
|
[processing][grass] Fix bad move/copy paths in grass i.gensig/maxlik algs
Refs #19539
|
2018-08-07 09:33:00 +10:00 |
|
Nyall Dawson
|
28c4a6cf59
|
[processing][grass] Fix v.net.* output types, add tests
Fixes #19186
|
2018-07-25 19:50:48 +10:00 |
|
Nyall Dawson
|
eca775f9ef
|
[processing][grass] Fix output type for v.edit
|
2018-07-25 19:50:48 +10:00 |
|
Nyall Dawson
|
b10fa5e979
|
[processing][grass] Fix v.vect.stats output type, add test
|
2018-07-25 19:50:48 +10:00 |
|
Nyall Dawson
|
0c56d00c01
|
[processing][grass] Fix v.what.rast data type, add test
|
2018-07-25 19:50:48 +10:00 |
|
Nyall Dawson
|
71f880bb93
|
[processing][grass] Fix v.voronoi output type, add test
|
2018-07-25 19:50:48 +10:00 |
|
Nyall Dawson
|
a463af32f8
|
[processing][grass] Fix generation of output for v.rast.stats, add test
|
2018-07-25 09:23:36 +10:00 |
|
Nyall Dawson
|
a26ae3c1d9
|
[processing][grass] Fix broken checkParameterValues tests
|
2018-05-28 16:02:38 +10:00 |
|
Nyall Dawson
|
60efbb539e
|
[processing][grass] Fix broken r.li.renyi.ascii alg
|
2018-04-10 09:57:58 +10:00 |
|
Nyall Dawson
|
1fc5a0e597
|
[processing][grass] Fix broken r.statistics alg
|
2018-04-10 09:57:58 +10:00 |
|
Nyall Dawson
|
f928e3dde9
|
[processing][grass] Add some missing imports
|
2018-04-09 10:58:41 +10:00 |
|
Nyall Dawson
|
c50a039745
|
[processing][grass] Push feedback object to algorithm methods
|
2018-04-09 10:58:41 +10:00 |
|
Juergen E. Fischer
|
0c4e8d57be
|
translation string fix
|
2018-01-13 16:05:24 +01:00 |
|
Alexander Bruy
|
7a2e6a476f
|
fix spelling
|
2018-01-04 09:00:42 +02:00 |
|
Médéric RIBREUX
|
5a3a0dab95
|
Remove broken algorithms and clean code
|
2017-12-30 17:16:16 +01:00 |
|
Médéric RIBREUX
|
486bcd6f24
|
Fix all i.* ext scripts
|
2017-12-29 17:13:30 +01:00 |
|
Médéric RIBREUX
|
14709f59f4
|
Fix nearly all v. ext scripts
|
2017-12-28 18:28:18 +01:00 |
|
Médéric RIBREUX
|
90bf630185
|
Fix all r algorithms ext scripts!
|
2017-12-27 20:13:05 +01:00 |
|
Médéric RIBREUX
|
8b691e87aa
|
Handle raster files wihtout extension as GTiff + fix some ext scripts
|
2017-12-27 17:41:05 +01:00 |
|
Médéric RIBREUX
|
1f8fbf313f
|
Fix r.li.* description files and ext scripts
|
2017-12-27 15:35:17 +01:00 |
|
Médéric RIBREUX
|
9b6f98a31a
|
Hidden output parameters are not used in the main command anymore
|
2017-12-27 12:08:21 +01:00 |
|
Médéric RIBREUX
|
36311ff6af
|
Fix multiple enum parameters handling and some ext scripts
|
2017-12-27 11:16:14 +01:00 |
|
Médéric RIBREUX
|
3fa9e3c9f8
|
Fix QgsProcessingParameterFile bad descriptions
|
2017-12-27 10:19:51 +01:00 |
|
Alexander Bruy
|
0059b2b692
|
[processing] remove Python 2 compatibility layer
|
2017-11-28 12:27:45 +02:00 |
|
Médéric RIBREUX
|
aa17df1a55
|
* Add new GRASS 7.2 algorithms.
* Fix ParameterRange GUI.
* Fix Multiple values Enum support.
|
2017-11-04 18:34:25 +01:00 |
|
Médéric RIBREUX
|
74826dc1ea
|
Support directory output via QgsProcessingParameterFolderDestination
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
b46e969325
|
Fix indentation
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
4b8b6a09c8
|
Massive conversion
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
56b963e313
|
Improve ext scripts and support OutputFolder
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
5827513c4b
|
First work on ext mechanism factorisation
|
2017-11-04 15:31:21 +01:00 |
|
Matthias Kuhn
|
6538ba0bf2
|
Fix too-many-format-args
|
2017-10-16 23:25:13 +02:00 |
|
Mario Baranzini
|
78af413dcc
|
Remove python future compatibility layer
|
2017-08-07 10:27:15 +02:00 |
|
PedroVenancio
|
aedb95b1aa
|
Fixes GRASS 7 v.net.alloc #16672
|
2017-06-10 09:41:05 +01:00 |
|
Nyall Dawson
|
937347582c
|
Indentation
|
2017-06-06 07:41:20 +10:00 |
|
Nyall Dawson
|
0c3ad14c79
|
Adapt more python code to new API
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
87fc31d6de
|
Adapt more python code to new API
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
189f804714
|
Adapt more code to c++ API
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
4cb7d18b1c
|
Push parameters into processAlgorithm and related functions
|
2017-06-06 07:41:19 +10:00 |
|
Nyall Dawson
|
b3142a0baf
|
Move provider algorithm handling to QgsProcessingProvider
|
2017-04-07 13:21:28 +10:00 |
|
Nyall Dawson
|
d2a242aa95
|
Move format handling flags to QgsAlgorithmProvider
|
2017-04-04 08:15:54 +10:00 |
|
Juergen E. Fischer
|
c77172ed3d
|
fix more flake8 warnings
|
2017-03-05 10:21:24 +01:00 |
|