109 Commits

Author SHA1 Message Date
Giuseppe Sucameli
693a1fe860 gdaltools: move clipper dialog on top when the user ends to define a new extent (fix #7783) 2013-05-20 00:52:42 +02:00
William Kyngesburye
85c67beecd fix GDAL path defaults for OS X 2013-05-08 19:51:03 -05:00
Juergen E. Fischer
d0aa1e47e8 indentation update 2013-05-02 00:02:25 +02:00
Werner Macho
370828c2c7 Merge pull request #472 from jdugge/master
Interface elements for specifying raster resolution in GDAL Rasterize plugin
2013-04-27 10:37:31 -07: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
jdugge
a7b52d062e Update widgetRasterize.ui 2013-04-12 11:37:47 +03:00
Tentotwo
796762a306 Added UI elements for specifying resolution in Rasterize 2013-03-18 15:24:46 +01:00
Larry Shaffer
f4c5bc8a56 Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state
- Split authored by Etienne Tourigny
- Add Q_PROPERTY declarations to make some class properties settable for promoted widget in QtDesigner (by Olivier Dalang)
- Update existing .ui files with dynamic properties (but not saveCheckedState, which should be cautiously used)
- Update sip file so both classes are available
2013-02-11 20:24:54 -07: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
Salvatore Larosa
8303a47e6c Fixes rubberBand for extent selection in gdal_clipper and sextante algs 2013-02-08 19:02:47 +01:00
Juergen E. Fischer
0af38776fc german translation update 2013-01-29 20:55:12 +01: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
c279ec2202 use raster format and pyramid save widgets in gdaltools (translate, dem, pyramids) 2013-01-18 18:20:51 -02:00
Etienne Tourigny
0c0f0883ed fix version test for gdal-1.10 (needs updates to widgets also) 2013-01-18 18:20:36 -02:00
Salvatore Larosa
629fa5ab3a fix typo in gdal tools 2013-01-17 12:43:51 +01:00
Juergen E. Fischer
698407100e fix syntax error 2013-01-08 10:40:40 +01:00
Juergen E. Fischer
28ca48c4cf more API updates to the python plugins 2013-01-04 23:02:44 +01: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
pcav
de72ff4320 Load layer in canvas Checked (fixes #6641) 2012-11-30 21:08:31 +01:00
Sandro Santilli
e852efacab Allow running GdalTools plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:31:55 +02:00
Juergen E. Fischer
e7f40bdea4 add more copyrights 2012-10-06 13:32:08 +02:00
Giuseppe Sucameli
c74090d655 gdaltools: add cubic interpolation to Build overviews tool (fix #6301) 2012-10-03 01:25:35 +02:00
Etienne Tourigny
ce6140201d ui tweaks to make dialog more compact, add right-click action to swap options ui 2012-07-24 13:53:35 -03:00
Etienne Tourigny
e3855de948 use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget 2012-07-24 01:39:17 -03:00
Marco Hugentobler
2120bb8001 Remove about dialog from gdal tools 2012-04-21 20:57:11 +02:00
Giuseppe Sucameli
213138e583 BuildVRT: set input layer list when tool starting (follow d6ea1a03).
Thanks Etienne for the patch.
2012-03-11 02:39:23 +01:00
Giuseppe Sucameli
d6ea1a037e refresh BuildVRT command when input layers changes, cleanup (follow 9da5d0345) 2012-03-10 05:44:06 +01:00
Etienne Tourigny
9da5d0345b allow to use loaded layers as input files (instead of file selector) for GDALTools Build Virtual Raster 2012-03-10 05:27:22 +01:00
Giuseppe Sucameli
d7811a1120 allow to choose input directory in GdalTools Merge tool (fix #4930) 2012-02-11 19:14:44 +01:00
Giuseppe Sucameli
2708f173fc add -allow_projection_difference option (fix #4888) 2012-02-11 12:50:35 +01:00
Giuseppe Sucameli
df2d80195d set parent opening projection selector dialog (fix #4931) 2012-02-01 16:43:12 +01:00
Juergen E. Fischer
c25ae5635c even more font propagation 2012-01-26 00:54:56 +01: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
0e0947f048 add helpful info to GdalTools Settings dialog on how to configure GDAL path 2011-12-01 02:15:31 +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
Alexander Bruy
f8bbe8fb70 [FEATURE] add gdal_fillnodata to GdalTools 2011-11-13 12:22:11 +02:00
Alexander Bruy
aaae4898a9 [BACKPORT] fix broken Assign projection functionality in GDALTools and
improve handling output file extension
2011-11-13 11:19:44 +02:00
Giuseppe Sucameli
6ccb04e9b3 Merge remote-tracking branch 'brushtyler/master'
Conflicts:
	src/providers/postgres/qgspostgresprovider.cpp
2011-10-07 01:38:46 +02:00
Giuseppe Sucameli
dd6a594178 [FEATURE] Make the gdaltools command editable to fix #3041 2011-10-07 01:26:13 +02:00
Alexander Bruy
7093b06793 [BACKPORT] allow negative NODATA values in GDALTools 2011-09-14 15:43:55 +03: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
Alexander Bruy
b3996c368b fix #4170 2011-08-14 12:15:13 +03:00
Alexander Bruy
1f1dd7dc5d [FEATURE] Extract projection tool for GdalTools 2011-08-09 11:21:13 +03:00
Alexander Bruy
5345f520a9 removed old unused code 2011-07-29 21:16:25 +03:00
Giuseppe Sucameli
016cc0b357 Correct the output label's text in GdalTools Contour 2011-06-16 01:51:22 +02:00