Nyall Dawson
a4cd66f8d8
Port some more code to new API
2017-04-26 13:13:08 +10:00
Nyall Dawson
377b181c4e
Port more processing dataobjects methods to c++
...
Also
- simplify and add tests
- remove large memory leak (persistant store of all non-project layers)
- remove broken support for direct loading postgres/virtual layers
by string (Python version was very broken and would never match
a postgres/virtual layer)
2017-04-05 19:50:46 +10: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
Nyall Dawson
c1649ebef4
[processing] pendingFields() -> fields()
...
Does the same thing, but pendingFields() is ugly
2016-08-05 06:31:07 +10:00
Nyall Dawson
184db1aa28
Indentation fix
2016-01-14 08:57:04 +11:00
volaya
7a879994d4
[processing] fixed frequency analysis algorithm
...
code provided by Joseph Liam
fixes #14090
2016-01-13 09:55:30 +01:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
pcav
7dacddc08a
Uniform and informative output names for Processing (QGIS, Take #1 )
2015-05-22 15:56:45 +02:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
Giovanni Manghi
29f8b2399a
fix a few qgis processing scripts
2015-01-09 19:02:50 +00:00
Juergen E. Fischer
8d3654baa7
indentation update
2014-10-20 00:16:36 +02:00
volaya
ac54c8e00a
[processing] updated freq analysis alg
2014-10-03 10:42:03 +02:00
Juergen E. Fischer
907ce69306
indentation update
2014-08-17 09:24:22 +02:00
volaya
6486594f57
[Processing] Refactoring of parameters and outputs
...
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Juergen E. Fischer
647504306c
indentation update
2014-07-13 17:16:24 +02:00
Victor Olaya
f5b84ca101
[processing] fixed frequency algorithm
2014-07-12 10:39:50 +02:00
Victor Olaya
e845e7896d
[processing] added some new core algs as scripts
2014-07-11 09:06:34 +02:00