44 Commits

Author SHA1 Message Date
Médéric RIBREUX
ce69d21bc1 [Processing] Use local GRASS7 help files if they exist. Fixes #7745 2016-03-06 11:48:41 +01:00
Alexander Bruy
dd68c33eb4 [processing] add support for ParameterPoint to major algorothm providers 2016-02-29 12:41:27 +02:00
volaya
961c35aeb5 [processing] fixed exporting multiple vector layers in SAGA and GRASS algs 2016-02-15 08:25:50 +01:00
Médéric Ribreux
f49dbdc299 [Processing] Fix overwrite for GRASS7 (Redmine #13488) 2016-02-09 09:46:12 +01:00
Alexander Bruy
908a380241 [processing] fix deprecation warnings 2016-01-20 16:39:13 +02:00
volaya
014b69647a [processing] removed redundant code 2016-01-19 12:35:00 +01:00
Juergen E. Fischer
e290c985f7 translation string fix 2016-01-14 12:19:41 +01:00
Médéric RIBREUX
14a6115ee2 Fix indentation (one more time) 2016-01-02 16:48:21 +01:00
Médéric RIBREUX
d6fbe93f0a Fix indendation problems (as usual)... 2016-01-02 16:14:41 +01:00
Médéric Ribreux
af01652650 [Feature][Processing] GRASS v.net modules 2016-01-02 14:31:56 +01:00
Giovanni Manghi
77451f962c fix processing GRASS 7 v.out.ogr 2015-10-25 17:08:37 +00:00
volaya
455089025e added option to add hardcoded params to GRASS algorithms 2015-10-24 21:18:14 +02:00
volaya
2f9db5adef [processing] fixed handling output html files in grass 7 2015-10-14 13:24:16 +02:00
Giovanni Manghi
8b17e8b50c fix grass7 v.sample 2015-09-28 18:08:13 +01:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02:00
volaya
2a14ffd281 [processing]fixes for grass7
processAlgorithm method was actually not being called when running a grass7 algorithm
2015-08-06 14:47:58 +02:00
Juergen E. Fischer
66a3d02240 integrate processing into update_ts.sh (also includes all translations
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
volaya
a842d47512 [processing] fixed text and html output in GRASS algorithms
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.

More formatting for the HTML file should be added in the future, since it is now rather basic

fixes #6379
2015-06-23 13:32:16 +02:00
Giovanni Manghi
fab465aa16 fix GRASS7 v.voronoi output as lines 2015-06-04 16:55:27 +01:00
Giovanni Manghi
2b1b9f53ac fix processing/grass7 in master 2015-05-30 07:24:41 +01:00
Alexander Bruy
596b126b94 fix conflicts 2015-05-27 10:34:32 +03:00
Alexander Bruy
6919d9841b Merge branch 'master' of https://github.com/scubbx/QGIS into processing-r.stat
Conflicts:
	python/plugins/processing/algs/grass7/Grass7Algorithm.py
2015-05-27 10:29:55 +03:00
Giovanni Manghi
d591ac4da1 better indentation 2015-05-24 12:26:30 +01:00
Giovanni Manghi
b1baa6e3ce fix GRASS7 r.flow 2015-05-24 12:22:11 +01:00
volaya
5a00912b3d [processing] more friendly error message when layers not created
This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system
2015-05-20 21:11:41 +02:00
Alexander Bruy
028467eaf9 [processing] fix handling of the HTML output from the GRASS7
algorithms (fix #12710)
2015-05-20 11:24:05 +03:00
ScubbX
a3454e7548 added special case for r.statistics 2015-05-19 17:13:42 +02:00
Alexander Bruy
30dbd8fd5b [processing] drop resources.qrc and load images dynamically. Also remove
unused images
2015-05-19 15:30:25 +03:00
Juergen E. Fischer
edeafa95ac indentation and minor sip updates 2015-05-03 17:10:32 +02:00
Giovanni Manghi
031f9a9fe9 better GRASS7 default raster resolution and fix r.composite 2015-04-26 11:33:03 +01:00
Markus Neteler
0a1382a0be updates for GRASS GIS 7 support; file date updated in comment 2015-02-07 21:53:30 +01: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
Werner Macho
21f1aab48c fix typo in processing
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-25 19:15:24 +01:00
Alexander Bruy
321ff1b1d5 [processing] i18n support in grass, R, OTB and example providers 2015-01-17 11:24:54 +02:00
Markus Neteler
c522112534 Update Grass7Algorithm.py
GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options
2014-12-04 21:57:19 +01: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
gioman
61abba8e30 fix GRASS7 2014-06-24 13:23:17 +01:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
79757fabee [processing] some fixes in help system 2014-04-24 18:33:56 +02:00
Victor Olaya
ab4e78b98f [processing] fixed wrong path to grass icon in grass7 provider 2014-04-19 20:49:23 +02:00
Victor Olaya
1d821d6378 [processing] fixed wrong help url to Processing manual 2014-04-19 20:49:22 +02:00
Victor Olaya
e142401c2b [processing] added grass7 files (forgot to add them on refactoring) 2014-04-19 20:49:19 +02:00