28 Commits

Author SHA1 Message Date
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
volaya
7d8e188e4d [processing] allow changing font size in script editor
fixes #11328
2015-07-03 08:18:55 +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
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
00cb6800aa [processing] fixed wrong import 2015-01-22 13:23:42 +01:00
volaya
ac0eddaea1 [processing] Add snippet collection to script editor
The list of snippets is still very short, but the snippet management logic is added in this commit
2014-11-21 15:02:20 +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
Victor Olaya
05cfd69d13 [processing] overhaul of graphical modeler 2014-06-28 14:54:17 +02:00
Juergen E. Fischer
3682384675 indentation update 2014-06-13 09:03:15 +02:00
Victor Olaya
6c9f7d77ee [processing] helpfiles for scripts/models are now stored as json 2014-06-02 22:45:45 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Alexander Bruy
57b450aae5 [processing] fix error when editing script help 2014-05-05 16:27:07 +03:00
Juergen E. Fischer
df4360b0c8 identation update 2014-05-02 10:36:30 +02:00
Victor Olaya
1610d63a03 [processing]improved script editor dialog 2014-04-24 18:33:57 +02:00
Victor Olaya
9b277cb040 [processing] refactoring to put all algorithm providers under a single module 2014-04-19 20:49:17 +02:00
Victor Olaya
6f3046caf1 [processing] fixed error when running script algorithm from script editor (fixes #9905) 2014-03-27 15:13:20 +01:00
Salvatore Larosa
d04239d70b [processing] small fix for non-ascii string (fixes #9175) 2014-01-11 15:02:10 +01:00
Alexander Bruy
e1186f164d [processing] explicitly set window flags for script editor 2013-12-05 09:45:49 +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
07efdbefaf follow up 702445960f 2013-09-15 15:59:04 +03:00
Alexander Bruy
2d101c4655 fix rebase conflicts 2013-09-15 14:30:59 +03:00
Alexander Bruy
0c94067b32 fix rebase issues 2013-09-15 14:30:58 +03:00
Alexander Bruy
59a5a14515 [FEATURE] new Scintilla-based script editor for Processing 2013-09-15 14:30:58 +03:00