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
0484769b7d
[processing] Use subprocess.DEVNULL instead of open(os.devnull)
2016-11-07 12:13:18 +10:00
Nyall Dawson
6a99017bf0
[processing] Use with ... when opening files
2016-11-07 11:36:38 +10:00
Matteo Ghetta
904f49eceb
[processing] Missing import fixed for R algorithm
2016-10-18 10:08:36 +02:00
rldhont
37951baf45
[Processing] Uses os.path.join instead of + os.sep + ( #3552 )
2016-10-01 08:35:56 +02:00
rldhont
4feeab85a5
[Processing][Rscripts] Use temp script filename
...
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or for debugging this could be a problem.
So processing_script.r will be stored in temp folder.
2016-09-28 11:05:41 +02:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
Alexander Bruy
d16f04bf3a
[processing] support multiple scripts/models folders ( fix #10476 )
2016-05-26 13:56:21 +03:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
volaya
5131e93e1f
[processing] extra checks to avoid issues with previous versions values
2016-04-05 09:55:41 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Alexander Bruy
6800c8d9da
indentation
2016-02-27 14:50:55 +02:00
Alexander Bruy
ab866d9863
Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r
2016-02-27 14:16:15 +02:00
Stefan Blumentrath
1ce66b75d8
Detect R installation
2016-01-28 11:57:38 +01:00
Alexander Bruy
f0cb706a5d
[processing] exclude commented R libraries when generating dependencies list ( fix #14143 )
2016-01-20 18:36:22 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Stefan Blumentrath
3fcc101446
Add R_LIBS_USER option for windows
...
Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?
2015-05-05 19:08:27 +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
volaya
4549a389b7
Merge pull request #1680 from tmizu23/r_utils
...
fix Empty console Output on R under processing. refs #7643
2015-01-21 15:40:42 +01:00
Alexander Bruy
321ff1b1d5
[processing] i18n support in grass, R, OTB and example providers
2015-01-17 11:24:54 +02:00
Takayuki Mizutani
61b0291042
fix Empty console Output on R under processing. refs #7643
2014-11-09 12:40:03 +09:00
elpaso
59ec15bb2b
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 10:35:07 +02:00
Victor Olaya
1d821d6378
[processing] fixed wrong help url to Processing manual
2014-04-19 20:49:22 +02:00
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00