Juergen E. Fischer
|
2526d3e3c8
|
processing: switch to pyqt wrappers, flake8 fixes
|
2016-03-21 17:00:25 +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
|
b146c3edfc
|
fix indentation
|
2016-01-13 18:30:08 +02:00 |
|
volaya
|
864e1921e6
|
[processing] improved version detection mechanism for OTB
|
2016-01-13 13:41:42 +01:00 |
|
volaya
|
ea712c6c23
|
[processing] prevent otb algorithms being run if otb not configured
fixes #13215
|
2015-09-30 09:44:29 +02:00 |
|
Juergen E. Fischer
|
b39055b39c
|
indentation update (now including autopep8)
|
2015-08-22 14:29:41 +02:00 |
|
Juergen E. Fischer
|
697d2af533
|
processing: fix warning when loading otb algorithms
|
2015-08-18 11:06:32 +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 |
|
Alexander Bruy
|
30dbd8fd5b
|
[processing] drop resources.qrc and load images dynamically. Also remove
unused images
|
2015-05-19 15:30:25 +03:00 |
|
volaya
|
c4eb1fb13b
|
Merge pull request #1910 from radosuav/obt_fix
[Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms.
|
2015-05-06 14:35:35 +02:00 |
|
radosuav
|
b8c25251df
|
[Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms.
|
2015-02-18 13:22:06 +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
|
321ff1b1d5
|
[processing] i18n support in grass, R, OTB and example providers
|
2015-01-17 11:24:54 +02:00 |
|
radosuav
|
e66bc8480b
|
[Processing] Fix advanced parameter handling in OTB algorithms.
|
2014-10-06 16:29:37 +02:00 |
|
Juergen E. Fischer
|
907ce69306
|
indentation update
|
2014-08-17 09:24:22 +02:00 |
|
Rado Guzinski
|
b115ea6ee1
|
[Processing] Comment debuging statements in OTB which clutter up Processing log
|
2014-07-22 11:24:11 +02:00 |
|
Rado Guzinski
|
f511bf95b7
|
[Processing] Hide some OTB params under Advanced button and improve handling of advanced parameters
|
2014-07-22 11:22:21 +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
|
889d2a1b45
|
[processing] code cleaning. Removed debug sentences
|
2014-05-21 17:34:40 +02:00 |
|
Juergen E. Fischer
|
f355ea6d7c
|
identation update
|
2014-04-19 22:14:33 +02:00 |
|
Victor Olaya
|
bce5b899a2
|
[processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
|
2014-04-19 20:49:18 +02:00 |
|
Victor Olaya
|
9b277cb040
|
[processing] refactoring to put all algorithm providers under a single module
|
2014-04-19 20:49:17 +02:00 |
|