509 Commits

Author SHA1 Message Date
arnaud.morvan@camptocamp.com
c19a4a70bd Fix processing model help saving and make script help content saving consistent with models behavior 2015-05-21 17:29:02 +02:00
volaya
87f2370da3 [processing] implement alternative display names for algorithms 2015-05-21 16:53:46 +02:00
Alexander Bruy
d8e1cf30af [processing] load UI files dynamically 2015-05-19 15:30:26 +03: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
6fbb2d6c26 Merge pull request #1965 from radosuav/processing_models
[Processing]  Improve the robustness of models...
2015-05-06 14:34:42 +02:00
rldhont
f7e46ee59a Removing print from help method
I found a print in ModelerAlgorithm help method that causes some trouble
 for PyWPS-QGIS-Processing. I removed it.
2015-04-28 18:30:48 +02:00
Alexander Bruy
b9f391f9a4 [processing] save last used models/scripts directory (fix #12536) 2015-04-10 16:25:38 +03:00
radosuav
d1985b3d34 [Processing] Improve the robustness of models when the parameters in the included algorithms change 2015-03-25 17:46:30 +01:00
arnaud.morvan@camptocamp.com
84936e59e7 Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms 2015-02-06 15:00:18 +01:00
Alexander Bruy
b456f4d69c [processing] restore missed icons in various dialogs 2015-02-03 11:23:22 +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
7106384c33 [processing] fixed model help editing 2015-01-22 13:23:41 +01:00
volaya
49cf93dafb [processing] Consistently show modeler dialog as modal 2015-01-16 09:21:32 +01:00
volaya
9e879ed9ee [processing] fixed handling of file parameters in modeler 2014-12-22 12:53:28 +01:00
volaya
c52b5ae891 [processing] fixed handling of parent algorihtms in modeler
Fixes #11750
2014-11-28 14:24:29 +01:00
volaya
484e16254d [processing] fixed help in models 2014-11-23 14:04:06 +01:00
volaya
810cb3fb99 [processing] fixed handling of tables in models
Fixes #11694
2014-11-21 07:22:39 +01:00
volaya
530b15a0e1 [processing] provide non-random default ordering of parameters in models
Fixes #11702
2014-11-21 07:21:47 +01:00
Alexander Bruy
4c24666c87 [processing] add open script action to script editor 2014-11-19 12:02:20 +02:00
Alexander Bruy
bec113b1bc [processing] refactor algortim dialog
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.

ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00
Alexander Bruy
24a3e227a5 [processing] update projection selector widget 2014-11-17 20:03:29 +02:00
Tim Sutton
afc60e1828 Papercut fix for inconsistent spelling of Raster Layer vs Vector layer 2014-10-20 00:21:56 +02:00
volaya
db0f423e0d [processing] disabled editing modeler item with double click (was causing crash) 2014-10-19 23:05:32 +02:00
volaya
18e9fba08b [processing] remember min/max value in number params in modeler 2014-10-19 21:34:21 +02:00
volaya
5e9dc03c7a [processing] better handling of wrong models 2014-10-18 16:37:05 +02:00
Alexander Bruy
55181c634a [processing] fix handling of boolean parameters in modeller 2014-10-09 17:35:54 +03:00
volaya
f661f80bdb [processing] fixed wrong call to self.tr from static method 2014-10-07 12:02:30 +02:00
volaya
11e3044e3c [processing] fixed #11327 2014-10-06 07:35:25 +02:00
volaya
c2e30b3c03 [processing]removed debug print lines 2014-10-06 07:35:22 +02:00
Werner Macho
410fe67473 typo fix 2014-10-04 15:25:30 +02:00
Alexander Bruy
650cd8f3e3 fix typos in strings 2014-10-04 14:09:47 +03: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
Alexander Bruy
ace704a424 [processing] use checkbox for boolean parameters 2014-09-24 12:11:33 +03:00
volaya
1cd0c43f4f [processing] fixed how models read help info 2014-09-24 10:44:13 +02:00
volaya
2fa73f0b9e [processing] fixed bug in ModelerScene when position of output is not defined 2014-08-22 12:29:06 +02:00
volaya
887469643f [processing] added support for old model file format 2014-08-22 12:29:04 +02:00
volaya
8a2f1505d5 [processing] renamed Input and Output classes in modeler, to avoid confusion 2014-08-14 10:58:53 +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
1bf3be5a43 [processing] added some extra info in modeler calculator 2014-07-12 10:39:51 +02:00
Victor Olaya
4df7b3464a fixed issue with MultilineTextPanel in modeler (#10813) 2014-07-06 20:51:56 +02:00
Victor Olaya
d8eee4e56a [processing] fixed #10792 2014-07-04 22:36:25 +02:00
volaya
2f5d118d4d Merge pull request #1496 from Gustry/dev
[processing] change str to unicode fix #10624
2014-07-03 15:20:00 +02:00
Etienne Trimaille
5476d86f60 change str to unicode fix #10624 2014-07-03 14:02:54 +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
Juergen E. Fischer
909a841e74 german translation fix and translation string fix 2014-06-20 16:00:45 +02:00
Juergen E. Fischer
8cd467bea2 generate context_help and function_help in the same order 2014-06-20 14:22:42 +02:00
Juergen E. Fischer
08cd87be44 processing: (redundant) translation string fixes 2014-06-20 09:58:53 +02:00