23 Commits

Author SHA1 Message Date
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
Alexander Bruy
9f8f86db5e introduced new plugin metadata entry "category". Show hint based on
category in Plugin Manager and update all core plugins respectively
2011-12-20 19:47:09 +02:00
Juergen E. Fischer
315bd8541a - update wms metadata (fixes #4626)
- german translation fixes
- fix warnings
2011-12-09 22:41:09 +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
dd6a594178 [FEATURE] Make the gdaltools command editable to fix #3041 2011-10-07 01:26:13 +02:00
Giuseppe Sucameli
016cc0b357 Correct the output label's text in GdalTools Contour 2011-06-16 01:51:22 +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
653de0ed14 Added the default color configuration file for DEM tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15582 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-23 16:57:22 +00:00
brushtyler
6e430c3db7 [FEATURE] added GUI for gdaldem, to fix #3064
git-svn-id: http://svn.osgeo.org/qgis/trunk@15495 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-15 11:40:45 +00:00
brushtyler
36fc12ad74 added -cutline option to gdaltools warp tool, to fix #3066
git-svn-id: http://svn.osgeo.org/qgis/trunk@15476 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-14 17:17:37 +00:00
brushtyler
6d06ec30b3 make gdaltools clipper working with the raster provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@15470 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-13 23:46:37 +00:00
brushtyler
2251df175b make tools working with the raster provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@15459 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-13 01:16:00 +00:00
brushtyler
1650e86b10 define extent for grid analisys, to fix #3332
git-svn-id: http://svn.osgeo.org/qgis/trunk@14976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 16:55:17 +00:00
brushtyler
8ab9d1d5b7 allow multiple values in proximity tool,
allow multiple no-data values in warp tool, 
fixed error in retrieving srs



git-svn-id: http://svn.osgeo.org/qgis/trunk@14938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-20 03:34:51 +00:00
wonder
3a18bddada [FEATURE] Support for icons of plugins in the plugin manager dialog.
Both C++ and Python plugins now can implement icon() metadata function which returns path to the icon file name.
The icon file is passed to QPixmap() constructor. For C++ it's preferred to use an icon from the resource file
(e.g. ":/plugins/foo/foo_icon.png") because plugin's resource file gets loaded automatically when the plugin is loaded.
Python plugins can use either relative path to the icon ("images/plugin-icon.png") or icon from the resource file
(starting with a colon). The relative path is preferred, since it doesn't require the plugin to load its resource file
and plugin repository will not have a trouble to fetch the icon automatically.

Updated C++ plugins and Python plugins to include icon where applicable.

Default plugin icon is (c) Anna Shlyapnikova, licensed under Creative Commons (Attribution 3.0 Unported).


git-svn-id: http://svn.osgeo.org/qgis/trunk@14897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-12 19:19:54 +00:00
brushtyler
ad407f511b Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254
git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-09 00:53:56 +00:00
brushtyler
404d0aee46 Allow users to open the local gdal documentation by clicking on the Help button, to fix #3040
git-svn-id: http://svn.osgeo.org/qgis/trunk@14544 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-11 15:33:29 +00:00
brushtyler
838b614df5 split extent on comma in GdalTools Merge tool, to fix #3092
git-svn-id: http://svn.osgeo.org/qgis/trunk@14513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-05 13:35:23 +00:00
brushtyler
6253fb72fe applied the patch suggested in ticket #3151,
fix in translate to use the GdalTools_utils to get the crs, 
managed invalid extent in merge tool


git-svn-id: http://svn.osgeo.org/qgis/trunk@14450 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-29 22:07:56 +00:00
brushtyler
0423390f4d applied patch attached to #2932 to improve build overviews (gdaltools).
Thanks to Duarte!


git-svn-id: http://svn.osgeo.org/qgis/trunk@14105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-18 10:24:34 +00:00
brushtyler
d08f7cdb06 Applied patch from #2930: improve GdalTools Translate dialog.
Contributed by Duarte Carreira, thanks!


git-svn-id: http://svn.osgeo.org/qgis/trunk@14020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:43:14 +00:00
brushtyler
504ae2fdb7 aligned to GdalTools v1.2.8
git-svn-id: http://svn.osgeo.org/qgis/trunk@14019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:15:15 +00:00
brushtyler
9e19090f10 added GdalTools plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@13639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-04 00:31:48 +00:00