Nyall Dawson
a87ca09e34
Move some temp file/folder utils to c++
2017-06-22 06:48:25 +10:00
Alexander Bruy
a137a7c0f3
[processing] open help in the default webbrowser to be consistent with
...
the rest of QGIS dialogs
2017-06-06 10:51:22 +03:00
Nyall Dawson
0dd3fcb6e4
Add processing algorithms to locator bar
...
Inspired by the ghost of processing's commander
2017-05-17 21:33:47 +10:00
volaya
414772b6f4
[processing] removed commander
2017-04-20 10:37:50 +02:00
Nyall Dawson
ebd851993a
Remove processing specific methods for adding/removing providers
...
QgsProcessingRegistry methods should always be used instead
2017-04-07 13:21:28 +10:00
Nyall Dawson
fb1cf1e185
Remove processing algList
...
All functionality has been moved to QgsProcessingRegistry
2017-04-07 13:21:28 +10:00
Juergen E. Fischer
8bea742216
fix flake8 warnings
2017-03-13 20:13:51 +01:00
Nyall Dawson
9f23dd2414
[NEEDS-DOCS][processing] Move configuration to qgis options dialog
2017-03-07 18:12:44 +10:00
Alexander Bruy
3b7fdf4cbf
move results viewer icon to QGIS icons directory
2017-02-16 13:16:12 +02:00
Alexander Bruy
5fa0713747
[processing] convert results viewer to dock
2017-02-16 13:16:12 +02:00
Nyall Dawson
04eb293362
[processing] Move some SVG icons out of plugin to themes
...
...and swap to using QgsApplication methods for retrieving cached icons,
implement svgIconPath for providers with SVG icons
2017-01-11 10:55:16 +10:00
nirvn
00ee2ad989
[processing] vectorize and improve menu icons ( fixes #14474 )
2016-12-31 11:59:46 +07:00
Mathieu Pellerin
14e2b98c20
[processing] harmonize options menu item location & icon ( #3922 )
2016-12-30 09:38:23 +07:00
Larry Shaffer
94dd1f4456
Fix macOS Preferences menu hijacking
2016-12-27 19:31:53 -07:00
Nyall Dawson
dd4b34ed16
[processing] Modeller should not be modal
2016-10-31 14:37:45 +10:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
Alexander Bruy
4e94963af5
[processing] different shortcut for commander ( fix #15334 )
2016-07-25 14:13:48 +03:00
volaya
2eebe0d314
[processing] additional mechanism to add scripts from 3rd party plugin
2016-05-23 19:36:16 +02:00
volaya
33fc3be15f
[processing] separated alglist to its own module
2016-05-23 19:36:16 +02:00
volaya
9a5c5835ef
[processing] moved imports to initialize providers to a separate module
2016-05-23 19:34:25 +02:00
volaya
e6b76c4d7b
[processing] cleaning and restructuring
...
This fixes some design errors (mainly the ModelerUtils class, which is not needed anymore to hold a copy of algs and providers in order to avoid circular dependencies) and removes unused code
2016-05-23 19:34:25 +02:00
volaya
19f80601bf
[processing] remove toolbox dock widget when unloading plugin
2016-05-13 08:58:47 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
volaya
f33749ab9d
[processing] different approach for provider add/remove
2016-04-27 10:09:28 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
volaya
af8a62d93e
[processing] alg menus can now be configured from Processing options
2016-03-01 15:57:32 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02:00
Alexander Bruy
469985da39
Revert "[processing] make Modeller non-blocking window"
...
This reverts commit 51ec2bfba6cd5eeb4bf10588d8b94ee30e7faa4a.
Having Processing modeler non-modal risky as user can add/remove
new providers and this changes will not be reflected in the modeler
2016-01-27 14:01:37 +02:00
Alexander Bruy
554ca8da87
[processing] unregister actions when unloading (follow up f7e6fa67b0)
2016-01-27 09:49:25 +02:00
Alexander Bruy
51ec2bfba6
[processing] make Modeller non-blocking window
2016-01-20 14:51:04 +02:00
Alexander Bruy
f7e6fa67b0
[processing] register Processing menu items in the Shortcuts Manager (addresses #13715 )
2016-01-20 14:51:04 +02:00
volaya
19eca9a84b
[processing] do not collapse tree when updating models or scripts
2015-10-06 15:52:28 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
volaya
5a00912b3d
[processing] more friendly error message when layers not created
...
This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system
2015-05-20 21:11:41 +02:00
Alexander Bruy
30dbd8fd5b
[processing] drop resources.qrc and load images dynamically. Also remove
...
unused images
2015-05-19 15:30:25 +03:00
Juergen E. Fischer
4a44956222
fix processing plugin main translation and add translations
...
for toplevel toolbox entries (fixes #12168 )
2015-02-13 20:32: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
49cf93dafb
[processing] Consistently show modeler dialog as modal
2015-01-16 09:21:32 +01:00
Nyall Dawson
9bc7eca7b2
Cleanup action text
...
Make sure all actions use standard capitalization and ... suffixes when
required. Add missing menu key shortcuts to composer actions.
2014-10-20 17:26:01 +11:00
volaya
fc4fd613b5
[processing] moved initialization to initGui() method
2014-09-24 10:44:14 +02:00
volaya
a5e5a0e22c
[processing] changed how toolbox is updated after adding/removing provider
2014-06-13 14:09:41 +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
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00
Radim Blazek
a43bd626af
fixed processing plugin customization (thanks to Martin Dobias), fixes #9134
2014-04-03 18:12:56 +02:00
Victor Olaya
0d63635133
[processing]do not rebuild thhe whole toolbox tree when filtering or updating
2014-03-26 10:23:07 +01:00
Alexander Bruy
33740957d4
[processing] make script editor, modeler and results viewer non modal
...
(fix #9849 )
2014-03-25 16:45:59 +02:00
Alexander Bruy
498a5d9ab8
[processing] code formatting, make sources more pep8 compliant
2013-10-02 16:24:10 +03:00
Juergen E. Fischer
51297d5990
indentation update (note to self: always run scripts/prepare-commit.sh before committing)
2013-09-17 12:41:43 +02:00
Victor Olaya
807ffaa5e6
[processing] refactoring to move common functions to tools package
2013-09-14 13:26:41 +02:00