68 Commits

Author SHA1 Message Date
volaya
4d62566db7 [processing] fixed ‘add script from file’ tool 2015-05-21 09:25:11 +02:00
volaya
a58085bf4e [processing] allow selection parameters with option populated from data source 2015-05-21 09:05:26 +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
volaya
8ac22c5f30 [processing] fixed wrong creation of error message in script algorithm 2015-04-28 08:44:41 +02:00
Alexander Bruy
b9f391f9a4 [processing] save last used models/scripts directory (fix #12536) 2015-04-10 16:25:38 +03: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
radosuav
8fc6dd8d42 [Processing] Let a script know where what is its description file.
Usefull if it needs to access other files located relative to the script
location.
2015-01-22 14:33:17 +01:00
volaya
c54cd92f81 [processing] fixed handling of file outputs in scripts
Fixes #11990
2015-01-15 10:27:20 +01:00
Juergen E. Fischer
e48a6f642f indentation update [ci skip] 2014-11-30 10:26:39 +01:00
volaya
ac0eddaea1 [processing] Add snippet collection to script editor
The list of snippets is still very short, but the snippet management logic is added in this commit
2014-11-21 15:02:20 +01:00
Alexander Bruy
b9f89ae2b1 [processing] fix algorithm execution 2014-10-04 14:05:51 +03:00
Alexander Bruy
bd13693ae3 [processing] make bunch of strings translatable (sorry translators) 2014-10-04 11:36:39 +03:00
Alexander Bruy
12dc59fa66 [processing] fix script algorithm provider 2014-09-19 21:10:19 +03:00
Rado Guzinski
f780f2a04b [Processing] Remove print statements which sometimes cause an exception 2014-07-22 11:06:45 +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
784b46bbcd [processing] allow adding core processing algs using scripts 2014-07-11 09:06:34 +02:00
Victor Olaya
6026944c21 [processing] removed scripts
They should be downloaded now from the scripts/model repo
2014-07-06 20:51:59 +02:00
Victor Olaya
5a1d24dd27 [processing] fix #10659 2014-06-20 23:18:37 +02:00
Juergen E. Fischer
3682384675 indentation update 2014-06-13 09:03:15 +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
7f434a0c7e [processing] more correct handling of nomodeler tag in scripts 2014-06-10 22:39:13 +02:00
Victor Olaya
7f11ca4179 [processing] some minor improvements in script algorithm 2014-06-08 19:59:58 +02:00
Victor Olaya
5f42a2f730 [processing] added 'nomodeler' option to scripts 2014-06-08 19:59:57 +02:00
Victor Olaya
9c5c25772b [processing] first implementation of github-based resources manager 2014-06-02 22:45:46 +02:00
Victor Olaya
1093866241 [processing] allow blank spaces in script parameters definition 2014-05-30 18:45:40 +02:00
Rado Guzinski
3799f115b4 [processing] Search for description files also in the sub-directories of the script/model directory 2014-05-26 17:39:35 +02:00
Alexander Bruy
21da03e904 [processing] fix out of bounds error in extract values scripts 2014-05-21 12:00:23 +03:00
Juergen E. Fischer
7c75ffa3b0 spelling fixes 2014-05-17 22:02:03 +02:00
Alexander Bruy
240c128cb7 another follow up for 5ad518afd2. Allow use of OutputDirectory in scripts 2014-05-16 15:45:21 +03:00
Juergen E. Fischer
df4360b0c8 identation update 2014-05-02 10:36:30 +02:00
Victor Olaya
3ff4d9e650 [processing] added new example script 2014-04-24 18:33:58 +02:00
Victor Olaya
8436027f83 [processing] added Chainage algorithm as script 2014-04-24 18:33:57 +02:00
Victor Olaya
79757fabee [processing] some fixes in help system 2014-04-24 18:33:56 +02:00
volaya
57f63695ac [processing] added new tools to add scripts/models from files 2014-04-20 19:37:10 +02:00
Victor Olaya
5bb522ecfc [processing] corrected wrong name of script help file 2014-04-19 20:49:19 +02:00
Victor Olaya
bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00
Victor Olaya
f97e234427 changed group name of example script 2014-04-17 12:43:14 +02:00
Juergen E. Fischer
a7b5a8a574 indentation update 2014-04-06 12:41:09 +02:00
Victor Olaya
6852f9e3c0 [processing] added new script example (contributed by Michael Douchin) 2014-03-31 23:43:03 +02:00
Alexander Bruy
1c27ee3198 [processing] handle same memory error in another algorithm 2014-03-31 19:18:58 +03:00
anitagraser
9ef91a222c added error handling for too big rasters
I ran into memory problems with big rasters. Now the error message points the user to this potential error source.
2014-03-31 15:45:26 +02:00
Victor Olaya
6f3046caf1 [processing] fixed error when running script algorithm from script editor (fixes #9905) 2014-03-27 15:13:20 +01:00
Victor Olaya
8fff180ac0 [processing] added support for multiline strings in scripts 2014-03-27 14:24:44 +01:00
Victor Olaya
7f0bc42ea5 [processing]added new example script (contributed by Michael Douchin) 2014-03-27 14:24:43 +01:00
Alexander Bruy
3797ffae41 [processing] fix wrong tools description (fix #9852) 2014-03-24 19:45:41 +02:00
Salvatore Larosa
d04239d70b [processing] small fix for non-ascii string (fixes #9175) 2014-01-11 15:02:10 +01:00
volaya
ee3870e4af Merge pull request #986 from p0cisk/processing_crs
[processing] Add crs selection panel to scripts
2013-11-12 01:24:12 -08:00
Victor Olaya
c4e39abc36 [processing] allow geometry types to be specified when defining inputs in scripts 2013-11-06 19:27:35 +01:00
Piotr Pociask
761314197c [processing] Add crs selection panel to scripts 2013-11-06 17:52:43 +01:00