Alexander Bruy
|
9077398c4e
|
[processing] split offset curve and single-side buffer alg into two separate algs
|
2016-09-14 16:53:34 +03:00 |
|
Denis Rouzaud
|
8071acd064
|
move PyQt compat folder to python/qgis
|
2016-04-29 14:10:26 +02:00 |
|
Alexander Bruy
|
aef26c90f3
|
[processing] more HiDPI fixes (refs #14474)
|
2016-04-01 16:48:04 +03: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 |
|
Alexander Bruy
|
7823a5a857
|
[processing] add missed fTools algorithms: Define current projection
and Create spatial index.
Also add missed Assign projection from GDALTools
|
2016-03-01 15:57:32 +02:00 |
|
Alexander Bruy
|
9193d8f5a0
|
[processing] drop GdalScriptAlgorithm as it is not used
Also remove OgrAlgorithm base class at it almost completely duplicates
GdalAlgorithm class. All affected algorithms updated accordingly.
|
2016-01-22 15:47:20 +02:00 |
|
Médéric RIBREUX
|
006a1614cf
|
[Processing]Add gdal_retile.py and gdal2tiles.py algorithms
This should fix Redmine #3331
|
2016-01-04 13:19:46 +01:00 |
|
Juergen E. Fischer
|
b39055b39c
|
indentation update (now including autopep8)
|
2015-08-22 14:29: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 |
|
Giovanni Manghi
|
a23a30cb94
|
add gdal_rasterize tool to easily allow write over existing raster
|
2015-04-09 10:25:53 +01:00 |
|
Alexander Bruy
|
24811af85f
|
Merge branch 'processing_import_geomless_tables_in_postgresql_2' of https://github.com/gioman/QGIS into geometry-less-import
Conflicts:
python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
|
2015-02-24 12:38:52 +02:00 |
|
Alexander Bruy
|
a2f686a20d
|
Merge branch 'new_processing_ogr_tools' of https://github.com/gioman/QGIS into ogr-tools
|
2015-02-24 11:43:24 +02:00 |
|
Alexander Bruy
|
5260ef3992
|
unify algorithm name and source file name, formatting fixes
|
2015-02-24 11:25:50 +02:00 |
|
Alexander Bruy
|
31aed14ea2
|
Merge branch 'processing_add_gdal_raster_calc' of https://github.com/gioman/QGIS into gdal_calc
Conflicts:
python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
|
2015-02-24 11:04:33 +02:00 |
|
Giovanni Manghi
|
bf08b7b871
|
processing: add gdal tileindex
|
2015-02-24 00:05:55 +00: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 |
|
Giovanni Manghi
|
ac5d284382
|
add gdal raster calculator to processing
|
2015-02-06 11:29:29 +00:00 |
|
Giovanni Manghi
|
a6af682b8b
|
add new geoprocessing tools based on ogr2ogr and sqlite sql dialect
|
2015-02-05 22:55:44 +00:00 |
|
Giovanni Manghi
|
53712c78b5
|
add Processing tool to import layers/tables as geometryless tables into postgresql
|
2015-02-02 01:30:08 +00: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
|
f3f09fa500
|
[processing] i18n support in gdal provider
|
2015-01-17 11:24:54 +02:00 |
|
Giovanni Manghi
|
97e796906f
|
[Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes
|
2014-11-21 10:25:26 +01:00 |
|
volaya
|
d7f7b06ed8
|
Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing
|
2014-11-18 16:11:25 +01:00 |
|
Giovanni Manghi
|
80c1dda94d
|
add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool
|
2014-10-21 16:48:19 +01:00 |
|
radosuav
|
7f45a9c0f9
|
[Processing] Add GDAL build virtual raster alg.
|
2014-10-06 16:50:08 +02:00 |
|
Victor Olaya
|
4eab185528
|
[processing] all gdal algs now have the same icon
Did some code cleaning in gdal package
|
2014-06-02 22:45:43 +02:00 |
|
Victor Olaya
|
9b277cb040
|
[processing] refactoring to put all algorithm providers under a single module
|
2014-04-19 20:49:17 +02:00 |
|