54 Commits

Author SHA1 Message Date
volaya
8ed71fbd38 [processing] corrected some issues with i18n names 2015-09-21 07:45:17 +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
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
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
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
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
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
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
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
Alexander Bruy
a37b7e4e72 [processing] handle non-ASCII characters in modeller algorithm list 2014-06-04 12:51:37 +03:00
Victor Olaya
6c9f7d77ee [processing] helpfiles for scripts/models are now stored as json 2014-06-02 22:45:45 +02:00
Juergen E. Fischer
5b2824f788 indentation update 2014-05-21 22:18:59 +02:00
Victor Olaya
1e4d6a9a73 [processing] fixed issue in modeler with hidden params 2014-05-21 17:36:14 +02:00
Victor Olaya
6ea91c4bec [processing] removed debug line 2014-05-21 17:35:05 +02:00
Victor Olaya
e63b75c57c [processing] modeler dialog now saves automatically the model before executing it 2014-03-27 15:01:32 +01:00
Alexander Bruy
05ce12062c [processing] show confirmation when closing modeler with unsaved model
(fix #9889)
2014-03-26 16:53:13 +02:00
Victor Olaya
92ee039f10 [processing] added drag&drop support in modeler 2014-03-26 13:38:07 +01:00
Salvatore Larosa
51fb4f5909 [processing] set window flags for modeler dialog 2014-01-02 14:33:42 +01:00
Juergen E. Fischer
843504ed78 german translation update 2013-11-24 16:29:40 +01:00
Yves Jacolin
ee566a09db Typo in the en sentence 2013-11-18 19:05:28 +01:00
Yves Jacolin
681a6317fc Typo in the en sentence 2013-11-18 19:03:45 +01:00
Victor Olaya
83cca9b7cd [processing] corrected string 2013-10-20 18:48:05 +02:00
Victor Olaya
17f3f79fc6 made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface 2013-10-06 13:30:42 +02:00
Alexander Bruy
498a5d9ab8 [processing] code formatting, make sources more pep8 compliant 2013-10-02 16:24:10 +03:00
Victor Olaya
2b61f793f9 [processing] renmed setting group from ProcessingQGIS to Processing 2013-09-25 00:29:46 +02:00
Alexander Bruy
f890449d62 [processing] add toolbar to modeler dialog 2013-09-22 14:37:30 +03:00
Victor Olaya
82668d3271 [processing] modeler now warns before closing if there are changes 2013-09-21 12:48:21 +02:00
Victor Olaya
223b665792 [processing] small fix in modeler dialog 2013-09-15 18:52:31 +02:00
Alexander Bruy
17323dd938 fix typo 2013-09-15 19:43:19 +03:00
Alexander Bruy
2e4b1a9e0e [FEATURE] save Processing model as image (fix #5926) 2013-09-15 15:22:36 +03:00
Victor Olaya
807ffaa5e6 [processing] refactoring to move common functions to tools package 2013-09-14 13:26:41 +02:00