42 Commits

Author SHA1 Message Date
Juergen E. Fischer
38f6ace4c0 make webkit optional 2016-05-27 08:41:58 +02:00
Alexander Bruy
d2b21891d4 [processing] correctly set default value in modeler algorithms (fix #12767) 2016-05-23 17:42:54 +03:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
rldhont
4a11a1a319 [Processing][Modeler] Use default value instead of None
In Modeler algorithm, when a algorithm's parameter was not defined it's value was set to None.
Before the possibility to defined optional parameters, None value is equal to set value to default one.
Now, it's important to use default value instead of None.
2016-04-27 10:13:56 +02:00
Septen
bf83f4ebd0 [processing]Fixed UI bug with invalid button width. 2016-03-27 23:02:45 +04:00
Juergen E. Fischer
2526d3e3c8 processing: switch to pyqt wrappers, flake8 fixes 2016-03-21 17:00:25 +01:00
Alexander Bruy
317639f1e0 [processing] allow to use ParameterPoint in Graphical Modeler 2016-02-29 12:41:27 +02:00
volaya
2b3cf83991 [processing] correctly handle default params in modeler 2016-01-18 15:02:11 +01:00
Matthias Kuhn
80de178d9e Indentation fix 2015-12-20 10:12:18 +01:00
radosuav
9096a64a6c [Processing] Use default value of boolean parameter in the modeler and fix typo in outputs.py 2015-12-15 10:57:02 +01:00
volaya
8187ad50c9 [processing] some fixes for supporting optional parameters 2015-11-04 09:51:44 +01:00
radosuav
9d87c65614 [processing] Don't remove algorithm dependencies when editing algorithm parameters in the modeler 2015-09-14 21:11:24 +02: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
78359ec510 [processing] use default value in selection parameters in modeler
fixes #12766
2015-06-22 16:51:58 +02: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
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
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
810cb3fb99 [processing] fixed handling of tables in models
Fixes #11694
2014-11-21 07:22:39 +01:00
Alexander Bruy
24a3e227a5 [processing] update projection selector widget 2014-11-17 20:03:29 +02:00
Alexander Bruy
55181c634a [processing] fix handling of boolean parameters in modeller 2014-10-09 17:35:54 +03: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
Alexander Bruy
bd13693ae3 [processing] make bunch of strings translatable (sorry translators) 2014-10-04 11:36:39 +03:00
Alexander Bruy
ace704a424 [processing] use checkbox for boolean parameters 2014-09-24 12:11:33 +03: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
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
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
Alexander Bruy
1507f0db88 [processing] add new output type - directory 2014-05-16 15:45:21 +03:00
Juergen E. Fischer
f355ea6d7c identation update 2014-04-19 22:14:33 +02:00
Victor Olaya
b1974f00fe [processing] fixed indentation issues 2014-04-19 20:49:20 +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
Alexander Bruy
024f6a12f3 [processing] fix handling of optional string arguments (fix #9109, 9120) 2014-03-26 15:04:21 +02:00
Alexander Bruy
498a5d9ab8 [processing] code formatting, make sources more pep8 compliant 2013-10-02 16:24:10 +03:00
Juergen E. Fischer
668a44f81a indentation update 2013-09-03 21:59:14 +02:00
Victor Olaya
d9a9620932 [processing] added extent as output type and made it available in modeler 2013-09-02 20:35:42 +02:00
Victor Olaya
9bb3d6eb6b renamed "sextante" to "processing" 2013-08-20 09:22:03 +02:00