43 Commits

Author SHA1 Message Date
Salvatore Larosa
d28325c3e6 [processing] fix log message when execution of algorithm from console failed 2015-09-12 13:27:31 +02:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Juergen E. Fischer
d2282a77c7 processing: when using batch jobs remove GISBASE from environment when calling GRASS (fixes #13072) 2015-08-20 01:10:43 +02:00
volaya
83f3a5893c [processing] added check to ensure input layers are valid 2015-06-23 09:07:52 +02:00
volaya
6e4113f000 [processing] show error message when execution of algorithm from console failed 2015-06-23 09:07:49 +02:00
Salvatore Larosa
941107dfa4 [processing] add algorithm name to messagebar while running 2015-06-08 18:27:51 +02:00
volaya
87f2370da3 [processing] implement alternative display names for algorithms 2015-05-21 16:53:46 +02:00
Ricardo Garcia Silva
48e9be96d6 changed default value of the updateList argument 2015-04-11 18:59:27 +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
Juergen E. Fischer
e48a6f642f indentation update [ci skip] 2014-11-30 10:26:39 +01:00
volaya
d7f7b06ed8 Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing
2014-11-18 16:11:25 +01:00
radosuav
da91a9ee58 Revert "Fix translations in Processing.py"
This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7.
2014-11-18 15:07:28 +01:00
Alexander Bruy
7a389f634e [processing] fix i18n support 2014-10-09 10:52:59 +03:00
radosuav
6f94e9dc95 [Processing] Inform listeners when all algorithms have been loaded. 2014-10-06 16:26:49 +02:00
radosuav
81089a1fa2 Fix translations in Processing.py 2014-10-06 16:21:38 +02:00
Alexander Bruy
bd13693ae3 [processing] make bunch of strings translatable (sorry translators) 2014-10-04 11:36:39 +03:00
Alexander Bruy
f935316882 [processing] add full i18n support (still needs some work to mark all
strings as translatable)
2014-10-04 11:36:38 +03:00
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
volaya
dad5d420fa [processing] do not log algorithms when not run from the gui 2014-10-02 18:15:36 +02:00
volaya
887469643f [processing] added support for old model file format 2014-08-22 12:29:04 +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
8871be0afa indentation update 2014-07-02 07:46:03 +02:00
Victor Olaya
05cfd69d13 [processing] overhaul of graphical modeler 2014-06-28 14:54:17 +02:00
Rado Guzinski
159c1555f9 Allow passing of parameters to algorithms in dictionaries. 2014-06-26 16:09:00 +02:00
volaya
a5e5a0e22c [processing] changed how toolbox is updated after adding/removing provider 2014-06-13 14:09:41 +02:00
volaya
023fc007e6 Merge pull request #1389 from radosuav/small_processing_fixes
[processing] Small fixes
2014-06-12 09:30:56 +02:00
Victor Olaya
ae47c1a397 [processing] some file restructuring 2014-06-10 22:39:08 +02:00
Victor Olaya
2073026f7c [processing] removed geoserver algorithms and moved postgis ones to qgis agorithms group 2014-06-08 20:00:01 +02:00
Rado Guzinski
2ef7dcf6b9 [processing] Update Processing toolbox when a provider is added or removed 2014-05-26 18:36:12 +02: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
dce4a771ff [processing] store settings using QSettings instead of in a dedicated file 2014-04-23 22:01:35 +02:00
Juergen E. Fischer
f355ea6d7c identation update 2014-04-19 22:14:33 +02:00
Victor Olaya
9b277cb040 [processing] refactoring to put all algorithm providers under a single module 2014-04-19 20:49:17 +02:00
Markus Neteler
72457b331f [FEATURE] (Processing) Initial Grass 7 support 2014-03-30 20:58:11 +02:00
Victor Olaya
52c59daad2 [processing] minor cosmetic change 2013-12-20 09:41:39 +01:00
D'Hont René-Luc
a09892f1bb [Feature][Processing] Headless
To use QGIS Processing in python scripts out of QGIS.
The changes made concern the dependence to legendInterface. In cases
where the interface.iface is null (None) QGIS Processing uses the
QgsMapLayerRegistry instance.
2013-12-19 18:09:56 +01:00
Alexander Bruy
498a5d9ab8 [processing] code formatting, make sources more pep8 compliant 2013-10-02 16:24:10 +03:00
Victor Olaya
983066a9f8 [processing] minor fixes 2013-09-25 00:29:47 +02:00
Victor Olaya
e4c60adcd3 [processing] better error handling and some minor fixes
solved issue with trailing characters when calling mkdir
solved issue with non-ascii characters in help files
2013-09-23 13:32:23 +02:00
Victor Olaya
048c26a1f3 [processing] cleaned up options (threaded execution and table-like parameters dialog 2013-09-15 13:54:24 +02:00
Victor Olaya
d69667b838 [processing] added progress display in qgsMessageBar 2013-09-14 13:26:42 +02:00
Victor Olaya
807ffaa5e6 [processing] refactoring to move common functions to tools package 2013-09-14 13:26:41 +02:00
Victor Olaya
9bb3d6eb6b renamed "sextante" to "processing" 2013-08-20 09:22:03 +02:00