Nyall Dawson
bb24dfe245
[processing] c++ base class for providers
...
Nothing particularly exciting here yet, but this commit
moves the definition of the provider base class to a c++
QgsProcessingProvider abstract base class.
As part of this some existing python methods were renamed
to make their use clearer and to fit with the QGIS c++
api conventions:
- getName was renamed to id
- getDescription was renamed to name
- getIcon was renamed to icon
These API breaks are documented
2017-01-11 10:55:15 +10:00
volaya
d46f98d4e5
[processing] lidar tools update
...
changes by Martin Isenburg
2016-06-02 16:52:24 +03:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Alexander Bruy
e289415325
[processing] new Fusion algs: ImageCreate and IntensityImage
2016-02-27 13:21:07 +02:00
Alexander Bruy
8ba6149d7c
[processing] make DTM2ASCII tool visible in toolbox
2016-02-11 19:45:45 +02:00
Nyall Dawson
cbe8cb7282
Formatting update, using newer autopep8 version
2016-01-30 09:33:24 +11:00
Nyall Dawson
4aafed8366
Indentation
2016-01-28 20:51:22 +11:00
volaya
7af58516bc
[processing] fixed group names in lidar provider
2016-01-28 10:15:00 +01:00
volaya
73bef58470
[processing] correctly initialize lastools settings before loading algs
2016-01-25 10:12:04 +01:00
volaya
eeb5daea3c
[processing] updated lidar provider
...
forgot to add this change in a previous commit
2016-01-21 09:03:52 +01:00
Juergen E. Fischer
c40a764f5c
indentation update
2015-11-19 13:30:25 +01:00
volaya
5e7291e97e
[processing] removed unimplemented lidar algorithm
2015-11-16 13:53:37 +01:00
Nic
ce8c4540a1
add new tools
...
adding connection to already-present tools
2015-11-15 19:00:37 +01:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
volaya
b80a1bcac5
[processing] fixed handling of folders and files in settings
...
fixes #12511
2015-06-26 12:00:02 +02: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
c5cb2f802e
[processing] i18n support for lastools provider
2015-01-17 11:24:54 +02:00
volaya
6c7d61f3be
[processing] update of lidar algorithms
...
Provided by Martin Isenburg
2014-12-22 12:53:29 +01:00
Alexander Bruy
eb81610366
[processing] fix fusion algs loading
2014-07-01 16:57:06 +03:00
Victor Olaya
9204ca02b6
[processing] Update of fusion lidar algorithms (By Agresta S.Coop)
2014-06-30 07:38:37 +02:00
Victor Olaya
b1103c0081
[processing] major overhaul of lastools algorithms
...
Code contributed by Martin Isenburg
2014-05-21 17:35:21 +02:00
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00