Nyall Dawson
|
8ffdb362cc
|
Port some processing dataobjects routines to c++
|
2017-04-05 15:27:17 +10:00 |
|
Nyall Dawson
|
a0bd464232
|
Use formatted name for algorithm names
Avoids conversion of names later and gives clearer separation
between visible names and internal names
|
2017-04-03 21:17:45 +10:00 |
|
Nyall Dawson
|
6987d7b37c
|
Port handling of algorithm names to QgsProcessingAlgorithm
|
2017-04-03 21:17:45 +10:00 |
|
Nyall Dawson
|
dc729c1b5a
|
Move algorithm group handling to QgsProcessingAlgorithm
|
2017-04-03 21:17:45 +10:00 |
|
Nyall Dawson
|
faa8a653b2
|
Move algorithm icon handling to QgsProcessingAlgorithm
|
2017-04-03 21:17:45 +10:00 |
|
Juergen E. Fischer
|
c77172ed3d
|
fix more flake8 warnings
|
2017-03-05 10:21:24 +01:00 |
|
Nyall Dawson
|
ede452be85
|
[processing] Port feedback object to c++
Algorithms are now passed a QgsProcessingFeedback object
instead of the loosely defined progress parameter.
|
2017-01-11 11:11:10 +10:00 |
|
DelazJ
|
c301369ebe
|
Replace cellsize by cell size
|
2016-12-29 01:46:17 +01:00 |
|
volaya
|
96b8a90758
|
[processing] In raster calculator, use filename without extension to refer to layer
|
2016-12-06 09:03:51 +01:00 |
|
Alexander Bruy
|
b85b5e75e7
|
[processing] values() is a dict view object, not list
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
781ebd9a69
|
[processing] xrange() removed, should use range() instead
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
3e7b26233e
|
[processing] replace deprecated % operator with format()
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
50a785bdd6
|
[processing] indentation update
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
f002321be1
|
[processing] iteritems() removed, should use items() instead
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
40053f81f2
|
renamed ParameterExpression in raster calculator to avoid name clash
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
44f963f60d
|
[processing] removed debug line
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
a7f9018e11
|
[processing] added native raster calculator algorithm
Conflicts:
python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
|
2016-12-01 12:52:45 +01:00 |
|