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 |
|
Matthias Kuhn
|
b2441f8098
|
[gdaltools] Proximity(raster distance) error (Fix #8115)
|
2013-06-19 18:38:33 +02:00 |
|
Matthias Kuhn
|
0b0de71f69
|
[gdaltools] DEM(Terrain Models) tool error (Fix #8116)
|
2013-06-19 18:04:52 +02:00 |
|
Jacolin
|
5bcb0e1ae5
|
Update doPolygonize.py
add missing '('.
|
2013-06-19 14:34:43 +02:00 |
|
Matthias Kuhn
|
dd0e86f201
|
[gdaltools] SIP API update
|
2013-06-17 16:42:03 +02:00 |
|
Matthias Kuhn
|
37b5df7854
|
[gdaltools] More SIP API updates
|
2013-06-17 16:32:04 +02:00 |
|
Matthias Kuhn
|
4386860998
|
[gdaltools] More SIP API update
|
2013-06-17 15:52:59 +02:00 |
|
Matthias Kuhn
|
f6ae6c48b3
|
[Gdaltools] SIP API update (Fix #8074)
|
2013-06-16 11:34:42 +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 |
|
Etienne Tourigny
|
07ea0aa107
|
fix GdalTools contour
|
2013-06-14 16:03:15 -03:00 |
|
Etienne Tourigny
|
684aa98e96
|
fix GdalTools assign and extract projection
|
2013-06-14 16:03:15 -03: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 |
|
Borys Jurgiel
|
112ad3c11a
|
Update core plugins qgisMinimumVersion to 2.0
|
2013-06-10 02:46:38 +02:00 |
|