mailr13889 - in /branches/gui_testing: graphics/oxygen_icons/16x16/actions/ graphics/oxygen_icons/22x22/actions/ graphics/oxygen...


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 26, 2011 - 16:35:
Author: bugman
Date: Tue Jul 26 16:35:16 2011
New Revision: 13889

URL: http://svn.gna.org/viewcvs/relax?rev=13889&view=rev
Log:
Added the system-run oxygen icon.


Added:
    branches/gui_testing/graphics/oxygen_icons/16x16/actions/system-run.png   
(with props)
    branches/gui_testing/graphics/oxygen_icons/22x22/actions/system-run.png   
(with props)
    branches/gui_testing/graphics/oxygen_icons/32x32/actions/system-run.png   
(with props)
    branches/gui_testing/graphics/oxygen_icons/48x48/actions/system-run.png   
(with props)
Modified:
    branches/gui_testing/gui/paths.py

Added: branches/gui_testing/graphics/oxygen_icons/16x16/actions/system-run.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/16x16/actions/system-run.png?rev=13889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/16x16/actions/system-run.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/graphics/oxygen_icons/22x22/actions/system-run.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/22x22/actions/system-run.png?rev=13889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/22x22/actions/system-run.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/graphics/oxygen_icons/32x32/actions/system-run.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/32x32/actions/system-run.png?rev=13889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/32x32/actions/system-run.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/graphics/oxygen_icons/48x48/actions/system-run.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/48x48/actions/system-run.png?rev=13889&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/actions/system-run.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13889&r1=13888&r2=13889&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Tue Jul 26 16:35:16 2011
@@ -98,6 +98,7 @@
         self.settings_global =      path + 'categories' + sep + 
'preferences-system.png'
         self.settings_reset =       path + 'actions'    + sep + 
'edit-delete.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
         self.ref =                  path + 'actions'    + sep + 
'flag-blue.png'
         self.uf_script =            path + 'mimetypes'  + sep + 
'application-x-desktop.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
@@ -131,6 +132,7 @@
         self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.save =                 path + 'actions'    + sep + 
'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
@@ -177,6 +179,7 @@
         self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
@@ -209,6 +212,7 @@
         self.remove =       path + 'actions' + sep + 'list-remove.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 




Related Messages


Powered by MHonArc, Updated Tue Jul 26 17:20:02 2011