15 Commits

Author SHA1 Message Date
Juergen E. Fischer
31df84aa6b run 2to3 on source 2016-09-21 23:30:04 +02:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Juergen E. Fischer
9db908ccbc GdalTools: new style signals 2016-03-21 17:00:24 +01:00
Alexander Bruy
a4a658a657 restore GdalTools plugin until we will have multithreading support in Processing 2016-03-01 15:57:32 +02:00
Alexander Bruy
5df0ce04e8 [processing] replace fTools and GdalTools plugins with Processing 2016-03-01 15:57:32 +02:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02: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
Juergen E. Fischer
ef56c53cc6 GDAL tools: put tif back to top for save file dialog formats (fixes #11507) 2014-10-29 23:54:44 +01:00
Giuseppe Sucameli
c8d3fa7d0a gdaltools: fix Translate/FillNodata batch mode (follo df4fc99e83) 2013-06-27 23:31:18 +02:00
Giuseppe Sucameli
df4fc99e83 gdaltools: more SIP APIv2 update 2013-06-27 22:52:17 +02:00
Matthias Kuhn
4386860998 [gdaltools] More SIP API update 2013-06-17 15:52:59 +02:00
Juergen E. Fischer
192e13013b replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066) 2013-06-15 22:44:31 +02:00
Juergen E. Fischer
e7f40bdea4 add more copyrights 2012-10-06 13:32:08 +02:00
Alexander Bruy
f8bbe8fb70 [FEATURE] add gdal_fillnodata to GdalTools 2011-11-13 12:22:11 +02:00