Juergen E. Fischer
|
31df84aa6b
|
run 2to3 on source
|
2016-09-21 23:30:04 +02:00 |
|
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 |
|
volaya
|
9c0ee36c49
|
Merge pull request #2469 from spono/patch-13
[Processing] Update FilterData.py
|
2015-12-15 08:14:10 +01:00 |
|
Alexander Bruy
|
584771e907
|
fix missed import in the Processing alg
|
2015-12-07 10:12:21 +02:00 |
|
Nic
|
ec9f086222
|
Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
|
2015-11-30 10:14:46 +01:00 |
|
Nic
|
c10329e488
|
Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
|
2015-11-26 16:24:24 +01: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 |
|
Nyall Dawson
|
364df90303
|
Ensure LAS is always capitalized (fix #12012)
|
2015-07-13 16:07:20 +10: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
|
c5cb2f802e
|
[processing] i18n support for lastools provider
|
2015-01-17 11:24:54 +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 |
|
Juergen E. Fischer
|
8871be0afa
|
indentation update
|
2014-07-02 07:46:03 +02:00 |
|
Victor Olaya
|
dd8dbc23da
|
[processing] more changes to fusion lidar algorithms
|
2014-07-01 12:18:40 +02:00 |
|
Victor Olaya
|
9204ca02b6
|
[processing] Update of fusion lidar algorithms (By Agresta S.Coop)
|
2014-06-30 07:38:37 +02:00 |
|
Victor Olaya
|
9b277cb040
|
[processing] refactoring to put all algorithm providers under a single module
|
2014-04-19 20:49:17 +02:00 |
|