198 Commits

Author SHA1 Message Date
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
Nathan Woodrow
e6f98362dc Merge master 2013-06-08 15:59:04 +10:00
Radim Blazek
da0b468ed7 increased raster DEM maximum exaggeration limit, fixes #7599 2013-06-07 20:06:07 +02:00
Etienne Tourigny
014d872f07 GdalTools overview : update for qgis and sip api, remove old widgets 2013-06-04 19:26:30 -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
Juergen E. Fischer
65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
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
Juergen E. Fischer
dbe0c9e9ec update .qgis to .qgis2 (to be updated on release and some more utf8 fixes
(fixes #7537)
2013-04-07 23:14:37 +02:00
Martin Dobias
32de07dc4d Remove the support for reading python plugin metadata from __init__.py
From now on, plugins must have metadata.txt file (with INI format)
that is used for storing of metadata. This has two advantages:
- plugins do not need to be loaded in order to read metadata
- repository can parse the metadata more easily
2013-03-19 00:10:51 +01: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
Alexander Bruy
7f671851d4 add metadata.txt to all core plugins 2012-10-25 15:08:38 +03:00
Larry Shaffer
c2b6a47859 Fix PLUGIN_INSTALL build error 2012-10-23 17:40:20 -06: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