volaya
a549ded47b
[processing] prevent circular dependencies in models
...
fixes #99090
2016-01-19 09:39:57 +01:00
volaya
2b3cf83991
[processing] correctly handle default params in modeler
2016-01-18 15:02:11 +01:00
volaya
931ca4d6d6
[processing] indentation fixes
2016-01-08 12:52:19 +01:00
Alexander Bruy
4137437f2c
PEP8 fixes
2016-01-08 10:32:43 +02:00
volaya
62302377db
[processing] UI/UX improvements
...
Related to QEP #19
Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Matthias Kuhn
80de178d9e
Indentation fix
2015-12-20 10:12:18 +01:00
Matthias Kuhn
4f2da483ac
Indentation update
2015-12-15 16:24:12 +01:00
volaya
95b92c7960
[processing] correctly export multiline strings as python parameters from modeler
...
fixes #13830
2015-12-15 14:57:29 +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
Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
227af8ac8e
[processing] brought back 'export model as python' functionality
2015-11-06 14:02:11 +01:00
volaya
8187ad50c9
[processing] some fixes for supporting optional parameters
2015-11-04 09:51:44 +01:00
rldhont
55e75addce
[Processing] Optional parameters for script and model
...
In processing core every parameters can be optional but in scripts there is no way to define a parameter as optional and in modeler only layers can be optional.
For script, I propose a notation like output, if a parameter token starts with optional the parameter is optional.
For model, I propose to add the required combobox to all parameters.
This proposition does not change the value setter.
This proposition can fix the issue http://hub.qgis.org/issues/5488 .
2015-11-04 09:51:33 +01:00
volaya
c87646a9a7
[processing] fixed modeler calcualtor when opening dialog for the first time
...
fixes #13587
2015-10-13 19:59:17 +02:00
volaya
09f87c952a
[processing] remember params/outputs collapsed stated when editing alg in modeler
...
fixes #13499
2015-10-06 16:06:37 +02:00
volaya
56af1068db
[processing] recover previous value of formula in modeler calculator
...
#fixes 11539
2015-09-30 10:11:46 +02:00
volaya
1d67ce7ca7
[processing] fixed ordering of outputs in models
...
fixes #13217
2015-09-30 09:44:28 +02:00
volaya
8ed71fbd38
[processing] corrected some issues with i18n names
2015-09-21 07:45:17 +02:00
radosuav
2a260edba8
[processing] [ fixes #13034 ] Fix exception when editing model
2015-09-14 21:11:24 +02: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
23ea045d49
indentation update
2015-09-12 15:25:56 +02:00
Salvatore Larosa
f3c7d853fd
[processing] save modeler dialog/splitter geometry to settings
2015-09-10 18:08:00 +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
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
arnaud.morvan@camptocamp.com
c7b384135e
Processing translation tool for names and groups
2015-07-17 15:15:53 +02:00
volaya
b80a1bcac5
[processing] fixed handling of folders and files in settings
...
fixes #12511
2015-06-26 12:00:02 +02:00
volaya
78359ec510
[processing] use default value in selection parameters in modeler
...
fixes #12766
2015-06-22 16:51:58 +02:00
volaya
b6975d6121
[processing] fixed add model from file
...
fixes #12902
2015-06-22 10:12:02 +02:00
HenningJagd
8c624a3452
[processing] fix folding in the model
...
Earlier commit broke the update of lines when folding parameters in the
modeler. This one fixes it again.
2015-05-22 23:14:46 +02:00
HenningJagd
4e6394e213
[processing] fixed disappearing lines in modeler
...
Moved the updating of paths of arrows/lines in the modeler out of the
paint method, fixing various rendering problems.
2015-05-22 14:20:23 +02:00
HenningJagd
2f9b9265d6
[processing] behavior of scroll zoom in the modeler
...
Zooming shouldn't recenter the scene on the cursor, only scale the scene
around it.
2015-05-22 12:59:25 +02:00
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