32 Commits

Author SHA1 Message Date
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
Radim Blazek
748ff8b2b9 missing python plugins menu/actions objectName 2014-03-28 13:31:41 +01: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
4cb37b1af2 support for python plugin directory with accents in username (fixes #2512 again) 2013-10-10 23:55:28 +02:00
Matthias Kuhn
37b5df7854 [gdaltools] More SIP API updates 2013-06-17 16:32:04 +02: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
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
Etienne Tourigny
0c0f0883ed fix version test for gdal-1.10 (needs updates to widgets also) 2013-01-18 18:20:36 -02:00
Larry Shaffer
7f1a4e28d1 Fix for #5753
Does not address third-party plugins that add their own menus. They should use (here for Python):

menu_bar = self.iface.mainWindow().menuBar()
menu_bar.insertMenu( self.iface.firstRightStandardMenu().menuAction(), self.my_plugins_menu )

Ideally, a new QgisInterface public slot pair of addMenuToMenuBar(QMenu)/removeMenuFromMenuBar(QMenu) should be added, to help plugin developers put their menus in the correct place.

Deletion in GdalTools.py is redundant add-to-menu code. It moved the Raster menu to -1 on the menubar (between Window and Help on Mac).
2012-06-10 16:12:58 -06:00
Alexander Bruy
63fa68ec17 new icon from Robert for Tile Index command 2012-04-26 09:32:37 +03:00
Marco Hugentobler
2120bb8001 Remove about dialog from gdal tools 2012-04-21 20:57:11 +02:00
Giuseppe Sucameli
f844e2f407 GdalTools: display a friendly message when python-gdal is missing 2012-04-15 13:26:10 +02:00
Juergen E. Fischer
c25ae5635c even more font propagation 2012-01-26 00:54:56 +01:00
Alexander Bruy
94fb18be98 new icons for RGB to PCT and PCT to RGB tools from Robert 2011-12-16 14:08:23 +02:00
Alexander Bruy
f8bbe8fb70 [FEATURE] add gdal_fillnodata to GdalTools 2011-11-13 12:22:11 +02:00
Alexander Bruy
e591d1c7b6 new nice icon for Extract projection tool. Thanks, Robert! 2011-08-20 11:54:03 +03:00
Alexander Bruy
6a1073f190 move Near black close to Sieve (fix #4152) 2011-08-09 19:22:28 +03:00
Alexander Bruy
1f1dd7dc5d [FEATURE] Extract projection tool for GdalTools 2011-08-09 11:21:13 +03:00
Alexander Bruy
b35e075289 organize GdalTools utilities into submenus for better usability 2011-08-09 10:44:11 +03:00
brushtyler
556290d18c trying to avoid strange closing of the tools
git-svn-id: http://svn.osgeo.org/qgis/trunk@15555 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-21 23:54:27 +00:00
brushtyler
bf2f284cab fix #3637
git-svn-id: http://svn.osgeo.org/qgis/trunk@15532 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-18 15:22: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
167df200ef refresh list of layers when layers in TOC change
git-svn-id: http://svn.osgeo.org/qgis/trunk@15474 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-14 16:01:10 +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
2941838882 Applied the patch attached to #3331 to implement gdaltindex. Thanks alexbruy!
git-svn-id: http://svn.osgeo.org/qgis/trunk@15135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-08 00:09:24 +00:00
brushtyler
8133a995d1 allowing unicode error messages
git-svn-id: http://svn.osgeo.org/qgis/trunk@15051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-15 12:49:35 +00:00
brushtyler
5fe962a149 created the Raster menu and moved the "raster calculator" to it
git-svn-id: http://svn.osgeo.org/qgis/trunk@14675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:13:59 +00:00
brushtyler
c46b05240e load modules only on menu triggers, skip the local traslator
git-svn-id: http://svn.osgeo.org/qgis/trunk@13701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-10 15:38:52 +00:00
brushtyler
7d924eda61 import the modules without use the path
git-svn-id: http://svn.osgeo.org/qgis/trunk@13684 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-07 21:55:03 +00:00
brushtyler
b5819e3424 Removed the unnecessary setted paths
git-svn-id: http://svn.osgeo.org/qgis/trunk@13682 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-07 19:52:27 +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