20 Commits

Author SHA1 Message Date
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