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
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