198 Commits

Author SHA1 Message Date
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
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
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
Alexander Bruy
c63d16a3b2 [gdaltools] allow multiple nodata valued in Build VRT tool (fix #11063) 2016-01-18 17:01:35 +02:00
Sebastian Dietrich
dd2a422e9b Remove menu items when GDALtools plugin is unloaded (fixes #13642) 2015-12-12 14:24:45 +01:00
Juergen E. Fischer
02f8988837 indentation update 2015-12-02 18:36:59 +01:00
Giuseppe Sucameli
57eb409084 Squashed commit of the following:
commit 883cdbc3ead1a98c594d9f5584cd50a3fd161511
Author: Giuseppe Sucameli <brush.tyler@gmail.com>
Date:   Mon Nov 30 01:12:47 2015 +0100

    [DbManager] fix indentation due to merge f15b6011f9

commit f15b6011f97797794ff4369645449b6803e15cd0
Merge: c4dcb7b 6d3df91
Author: Giuseppe Sucameli <brush.tyler@gmail.com>
Date:   Mon Nov 30 01:09:18 2015 +0100

    Merge branch 'gdaltools_buildvrt_asrs' of https://github.com/giohappy/QGIS into giohappy-gdaltools_buildvrt_asrs

    Conflicts:
    	python/plugins/GdalTools/tools/doBuildVRT.py

commit 6d3df91f0226fa71356da45b9b5ef1c9f9796ebd
Author: giohappy <giohappy@gmail.com>
Date:   Wed Jun 4 12:48:58 2014 +0200

    Added a_srs option to buildvrt command
2015-11-30 01:17:52 +01:00
Matthias Kuhn
0b6dd352c9 [py3] CMake updates to support Python3 and PyQt5 2015-11-16 07:42:47 +01:00
Juergen E. Fischer
f996c54776 indentation update 2015-10-30 23:30:16 +01:00
Giuseppe Sucameli
22aea3201b [GdalTools] minor changes to ui and code (follow 32be4756) 2015-10-25 16:39:05 +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
PedroVenancio
391d60c0e2 Fix to #11428 and #4064. Remove -write_absolute_path option, since it has no influence, because absolute paths are always recorded in the attribute table. 2015-10-01 00:03:51 +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
Martin Dobias
8eab61d9a0 Fix #12215 - missing icons in fTools and GdalTools 2015-02-17 17:24:57 +07:00
Juergen E. Fischer
ac4717fa79 fix python imports (followup ee365bfc) 2015-02-02 13:20:53 +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
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
Nyall Dawson
9bc7eca7b2 Cleanup action text
Make sure all actions use standard capitalization and ... suffixes when
required. Add missing menu key shortcuts to composer actions.
2014-10-20 17:26:01 +11: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
Etienne Tourigny
9ec1d46540 fix GDalTools overviews when clean and no levels are defined (#10538) 2014-06-10 16:23:57 -03:00
Juergen E. Fischer
7c75ffa3b0 spelling fixes 2014-05-17 22:02:03 +02:00
Radim Blazek
748ff8b2b9 missing python plugins menu/actions objectName 2014-03-28 13:31:41 +01:00
Alexander Bruy
cd9aae70b6 fix error when copying gdalinfo output to clipboard (fix #9882) 2014-03-28 12:12:18 +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
Etienne Tourigny
2dabba4530 gdaltools batch operations: only update progress when there are input files to process 2014-01-28 16:24:42 -02:00
Etienne Tourigny
921510d12f gdaltools warp: overwrite existing files when not in batch mode 2014-01-28 16:04:09 -02:00
Etienne Tourigny
fdc3ba79f5 gdal merge tool: make sure -a_nodata is only added with gdal>=1.9 2013-12-09 12:05:48 -02:00
Etienne Tourigny
8c7bfdbdb5 use collapsible group box for creation options in gdal merge widget 2013-12-06 14:23:23 -02:00
Etienne Tourigny
10f5f7c26a fix destination nodata value in gdal merge 2013-12-06 13:30:27 -02:00
pcav
d1084025cb Increased number of decimaps for GDAL Contour 2013-11-18 14:46:44 +01:00
Salvatore Larosa
4ddc948c7b [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector 2013-11-03 15:05:11 +01:00
Alexander Bruy
bdc02a2369 add message about processing completion (fix #8916) 2013-10-19 13:42:52 +03:00
Juergen E. Fischer
4cb37b1af2 support for python plugin directory with accents in username (fixes #2512 again) 2013-10-10 23:55:28 +02:00
Minoru Akagi
a781e1e2fb GdalTools: apply selected name filter to -of parameter (fix #8408) 2013-08-04 14:47:19 +09:00
Juergen E. Fischer
e9e1530b16 GdalTools: use int to compare versions (fixes #8323) 2013-07-19 23:10:16 +02:00
Juergen E. Fischer
1ad59b798e fix #8165 2013-06-30 22:31:58 +02:00
Giuseppe Sucameli
c8d3fa7d0a gdaltools: fix Translate/FillNodata batch mode (follo df4fc99e83) 2013-06-27 23:31:18 +02:00
Giuseppe Sucameli
d1474956f2 gdaltools: fix syntax error (follow edd0cdd294) 2013-06-27 23:23:21 +02:00
Giuseppe Sucameli
dd406dce3e gdaltools: cleanup 2013-06-27 22:52:46 +02:00
Giuseppe Sucameli
df4fc99e83 gdaltools: more SIP APIv2 update 2013-06-27 22:52:17 +02:00
Giuseppe Sucameli
edd0cdd294 gdaltools: SIP APIv2 update (error when paths defined in Settings dialog) 2013-06-27 22:50:04 +02:00
Juergen E. Fischer
9bbc647c54 identation update and fix clang 3.3 warnings 2013-06-20 23:40:51 +02:00