61 Commits

Author SHA1 Message Date
Juergen E. Fischer
31df84aa6b run 2to3 on source 2016-09-21 23:30:04 +02:00
Nyall Dawson
eba6101357 Fix broken python save/open dialogs under PyQt5
Will break stuff under PyQt4... oh well, better stuff working on Qt5
then Qt4
2016-09-05 11:41:49 +10:00
Nyall Dawson
1a2231f10c Rename QGis class to Qgis, for capitalisation consistency 2016-07-21 22:01:38 +10:00
Juergen E. Fischer
2c112f96ca gdal tools: use native file dialogs (fixes #5500) 2016-06-21 00:16:47 +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
f996c54776 indentation update 2015-10-30 23:30:16 +01:00
PedroVenancio
5057f761fa Adds the -crop_to_cutline parameter as optional to fix the gdalwarp deviation described in #4530. Option added to Clipper tool from GdalTools and Processing. It also adds the -tr xres yres parameter to GdalTools Clipper tool. Also get the original raster resolution. 2015-10-23 01:24:08 +01: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
Luigi Pirelli
c9e0328339 fix blocker bug https://hub.qgis.org/issues/11275 2014-10-02 15:51:20 +02:00
Juergen E. Fischer
890f921e06 fix #11110 2014-09-10 22:27:48 +02:00
Juergen E. Fischer
7c75ffa3b0 spelling fixes 2014-05-17 22:02:03 +02:00
Larry Shaffer
073dbf1748 Fix #9704, GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type 2014-03-08 16:56:22 -07:00
Juergen E. Fischer
780443e200 indentation update 2014-02-09 11:26:56 +01:00
Etienne Tourigny
4b9e181e23 use python API to get raster extent, instead of relying on gdalinfo 2014-01-30 11:42:00 -02:00
Etienne Tourigny
1d812b3187 use python API to get raster SRS, instead of relying on gdalinfo 2014-01-30 11:13:21 -02:00
Etienne Tourigny
d63104ae50 fix gdaltools getRasterSRS() and use gdalsrsinfo with gdal >= 1.9 2014-01-29 16:51:39 -02:00
Minoru Akagi
a781e1e2fb GdalTools: apply selected name filter to -of parameter (fix #8408) 2013-08-04 14:47:19 +09:00
Giuseppe Sucameli
d1474956f2 gdaltools: fix syntax error (follow edd0cdd294) 2013-06-27 23:23:21 +02:00
Giuseppe Sucameli
edd0cdd294 gdaltools: SIP APIv2 update (error when paths defined in Settings dialog) 2013-06-27 22:50:04 +02:00
Matthias Kuhn
4386860998 [gdaltools] More SIP API update 2013-06-17 15:52:59 +02:00
Etienne Tourigny
5e98be1266 fix GdalTools warp 2013-06-14 16:03:15 -03:00
Etienne Tourigny
84d77663d8 fix gdaltools merge, tileindex and info 2013-06-14 16:03:15 -03:00
Etienne Tourigny
7cceaaf73b replace QgsRasterLayer::buildSupportedRasterFileFilter() with QgsProviderRegistry::instance()->fileRasterFilters() 2013-06-14 13:09:13 -03:00
Etienne Tourigny
54b2efde66 fix buildVRT dialog 2013-06-04 18:25:27 -03:00
Etienne Tourigny
097536c30c fix buildSupportedRasterFileFilter for sip api v2 2013-06-04 18:25:27 -03:00
Etienne Tourigny
edfa0fc09c fixes for gdaltools info and clipper - raster file dialog filters needs fixing 2013-06-03 23:42:12 -03:00
Nathan Woodrow
52b773fb14 Patch from Matthias for gdal tools 2013-06-04 09:29:30 +10:00
William Kyngesburye
85c67beecd fix GDAL path defaults for OS X 2013-05-08 19:51:03 -05:00
Matthias Kuhn
193b6154d2 QgsMapLayerRegistry add/remove signals reworked
* "theEmitSignal" parameter renamed to addToLegend
* layer(s)WillBeRemoved has no more "theEmitSingal" parameter
* layer(s)WillBeRemoved and layer(s)(Was)Added emitted in every case
* legendLayersAdded( QList<QgsMapLayer*> theMapLayers ) signal added
* removedAll renamed to removeAll (is emitted BEFORE layers are removed)
2013-04-20 13:50:25 +02:00
Alexander Bruy
4fe2074de4 missed comma 2013-02-11 13:58:03 +04:00
Alexander Bruy
8970a1fde5 fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for
pointing on this problem
2013-02-11 12:49:05 +04:00
Giuseppe Sucameli
9dffa42eea Merge pull request #394 from etiennesky/gdaltools1
GdalTools - use raster format save option and pyramids dialogs
2013-01-28 13:49:30 -08:00
Juergen E. Fischer
994dc1cc21 - [API] introduce QgsMessageLog::MessageLevel and change logMessage() level
parameter to that type
- change default level to WARNING
- change startup messages to INFO
- don't unhide the warning button for INFO messages
- fix warnings produced by python code
2013-01-26 14:16:39 +01:00
Etienne Tourigny
0c0f0883ed fix version test for gdal-1.10 (needs updates to widgets also) 2013-01-18 18:20:36 -02:00
Giuseppe Sucameli
62d99772e1 fix #6932 (due to deprecated getLayerID method removal) 2012-12-31 14:06:50 +01:00
Alexander Bruy
e742d5e63e fix python plugins after API cleanup 2012-12-24 11:48:08 +02:00
Juergen E. Fischer
9721736fd8 remove trailing blanks 2012-12-10 00:12:07 +01:00
Juergen E. Fischer
e7f40bdea4 add more copyrights 2012-10-06 13:32:08 +02:00
Giuseppe Sucameli
cd7984e128 [BACKPORT] Enable path to pymods in GdalTools settings dialog and automatically set default OSX environment (fix #3170) 2011-12-09 17:40:15 +01:00
Giuseppe Sucameli
99edf1de05 [BACKPORT] find python on OSX (partially fix #3097)
don't overwrite PATH env var, but append to it.
2011-12-01 02:15:31 +01:00
Giuseppe Sucameli
f2b6876085 fix gdaltools error checking for ogr layers 2011-09-12 13:22:21 +02:00
Giuseppe Sucameli
431219744a make sure gdaltools input vector layers are ogr vectors 2011-09-03 13:12:39 +02:00
brushtyler
8a3a5a528d avoid changes of the input layer when layers in canvas changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@15713 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-15 18:30:10 +00:00
brushtyler
adbcbcbb76 add cutline option to clipper to fix #3066
git-svn-id: http://svn.osgeo.org/qgis/trunk@15712 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-15 17:58:00 +00:00