volaya
e925382292
[processing] fixed provider updates in toolbox
2016-05-23 19:34:24 +02:00
volaya
bfa90a9125
[processing] fixed toolbox updates
2016-05-18 12:08:34 +02:00
Matthias Kuhn
abfd7740bd
Fix qgis.PyQt compatibility imports
2016-04-29 14:10:41 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Alexander Bruy
58109113fd
[processing] always use original algorithm name for scripts and models (follow up abda90fe0d)
2016-04-28 14:53:27 +03:00
Alexander Bruy
b52735dbd8
fix indentation
2016-04-27 15:40:56 +03:00
volaya
bee4068b89
[processing] handle provider modifications when settings have been edited
2016-04-27 13:36:28 +02:00
volaya
f33749ab9d
[processing] different approach for provider add/remove
2016-04-27 10:09:28 +02:00
Alexander Bruy
abda90fe0d
[processing] filter items in toolbox using translated and original names ( fix #13764 )
2016-04-11 15:57:22 +03:00
volaya
297f4669fd
[processing] added preconfigured algorithms
2016-04-07 12:03:39 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
volaya
1fdd177c81
[processing] do not search text in short help when filtering in toolbox
...
This should fix problems with slow and unresponsive filtering
2016-03-18 13:06:45 +01:00
Juergen E. Fischer
c6d921729e
python fixes:
...
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
python/console/console_sci.py:547 QsciScintillaCompat?
python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Alexander Bruy
605e0c43fe
[processing] don't show tip when user uses search and tip was disabled ( fix #14379 )
2016-03-09 14:21:54 +02:00
volaya
4c2c905c32
[processing] added option to not show disabled providers tooltip
2016-01-29 14:09:06 +01:00
volaya
f762380835
[processing] more checks before running model
2016-01-19 12:34:59 +01:00
Nyall Dawson
a3cee7df42
Fix spacing
2016-01-12 08:24:13 +11:00
volaya
be5d657c27
[processing] use simple QLabel widgets for toolbox tips
2016-01-11 09:39:09 +01:00
volaya
473e3ea9c5
[processing] removed unused constant
2016-01-11 09:39:08 +01:00
volaya
e7e845158a
[processing] removed unused code
2016-01-10 23:29:38 +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
Michael Kirk
afcf567ebb
[Processing] fixup parameters test
...
- Broke into per class testcase
- Each method tries to test only one aspect of behavior
- Use unittest assertions for better error output
- Removed non-existant serialize functionality from tests
- Test BooleanParameter
Conflicts:
python/plugins/processing/core/parameters.py
2015-12-24 15:14:02 +01:00
Juergen E. Fischer
70e35ff24c
missed a string in 6c3141b
2015-12-09 09:18:58 +01:00
volaya
19eca9a84b
[processing] do not collapse tree when updating models or scripts
2015-10-06 15:52:28 +02:00
volaya
8ed71fbd38
[processing] corrected some issues with i18n names
2015-09-21 07:45:17 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Matthias Kuhn
343d3a6854
fix processing startup error, followup 25e9f86
2015-07-27 17:13:04 +02:00
Juergen E. Fischer
25e9f864a2
processing: simple interface translation fix
2015-07-27 13:26:59 +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
87f2370da3
[processing] implement alternative display names for algorithms
2015-05-21 16:53:46 +02:00
volaya
73ed56af98
[processing] use algorithm alias name also in advanced mode
2015-05-20 13:31:47 +02:00
Alexander Bruy
d8e1cf30af
[processing] load UI files dynamically
2015-05-19 15:30:26 +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
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
Alexander Bruy
c800a8cd74
[processing] fix extent selection in batch mode ( fix #11878 )
2014-12-18 09:47:24 +02:00
Alexander Bruy
42f16efe6a
[processing] refactor batch processing dialog and update related parameters widgets
2014-11-17 20:03:31 +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
6ff487702d
[processing] replace two similar dialogs with generic one
2014-11-17 20:03:29 +02:00
volaya
de91734fc8
[processing] fixed issue when running models in a batch process
...
Fixes #11438
2014-10-18 16:37:04 +02:00
volaya
6486594f57
[Processing] Refactoring of parameters and outputs
...
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Victor Olaya
05cfd69d13
[processing] overhaul of graphical modeler
2014-06-28 14:54:17 +02:00
Rado Guzinski
2982b57dd2
[processing] Sort algorithms when updating provider alg list.
2014-06-27 13:33:08 +02:00
volaya
a5e5a0e22c
[processing] changed how toolbox is updated after adding/removing provider
2014-06-13 14:09:41 +02:00
Rado Guzinski
2ef7dcf6b9
[processing] Update Processing toolbox when a provider is added or removed
2014-05-26 18:36:12 +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
Juergen E. Fischer
a7b5a8a574
indentation update
2014-04-06 12:41:09 +02:00
Victor Olaya
b74cb427de
[processing] improved algorithm filtering in toolbox
2014-03-26 14:57:10 +01:00