[GRASS-SVN] r57589 - in grass/trunk/gui: icons/grass wxpython/lmgr wxpython/wxplot

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 3 10:00:46 PDT 2013


Author: martinl
Date: 2013-09-03 10:00:46 -0700 (Tue, 03 Sep 2013)
New Revision: 57589

Added:
   grass/trunk/gui/icons/grass/raster-calculator.png
   grass/trunk/gui/icons/grass/stats.png
Removed:
   grass/trunk/gui/icons/grass/calculator.png
Modified:
   grass/trunk/gui/wxpython/lmgr/toolbars.py
   grass/trunk/gui/wxpython/wxplot/base.py
Log:
wxGUI: better icons for raster calculator and histogram's stats


Deleted: grass/trunk/gui/icons/grass/calculator.png
===================================================================
(Binary files differ)

Added: grass/trunk/gui/icons/grass/raster-calculator.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass/raster-calculator.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/trunk/gui/icons/grass/stats.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass/stats.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py	2013-09-03 10:09:40 UTC (rev 57588)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py	2013-09-03 17:00:46 UTC (rev 57589)
@@ -134,7 +134,7 @@
         icons = {
             'import'  : MetaIcon(img = 'layer-import',
                                  label = _('Import/link raster or vector data')),
-            'mapcalc' : MetaIcon(img = 'calculator',
+            'mapcalc' : MetaIcon(img = 'raster-calculator',
                                  label = _('Raster Map Calculator')),
             'modeler' : MetaIcon(img = 'modeler-main',
                                  label = _('Graphical Modeler')),

Modified: grass/trunk/gui/wxpython/wxplot/base.py
===================================================================
--- grass/trunk/gui/wxpython/wxplot/base.py	2013-09-03 10:09:40 UTC (rev 57588)
+++ grass/trunk/gui/wxpython/wxplot/base.py	2013-09-03 17:00:46 UTC (rev 57589)
@@ -38,7 +38,7 @@
                               label = _('Draw transect in map display window to profile')),
     'options'      : MetaIcon(img = 'settings',
                               label = _('Plot options')),
-    'statistics'   : MetaIcon(img = 'check',
+    'statistics'   : MetaIcon(img = 'stats',
                               label = _('Plot statistics')),
     'save'         : MetaIcon(img = 'save',
                               label = _('Save profile data to CSV file')),



More information about the grass-commit mailing list