mailr13895 - in /branches/gui_testing: graphics/oxygen_icons/16x16/status/ graphics/oxygen_icons/22x22/status/ graphics/oxygen_i...


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

Header


Content

Posted by edward on July 26, 2011 - 18:01:
Author: bugman
Date: Tue Jul 26 18:01:21 2011
New Revision: 13895

URL: http://svn.gna.org/viewcvs/relax?rev=13895&view=rev
Log:
Added the status/user-busy oxygen icon.


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

Added: branches/gui_testing/graphics/oxygen_icons/22x22/status/user-busy.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/22x22/status/user-busy.png?rev=13895&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/22x22/status/user-busy.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/graphics/oxygen_icons/32x32/status/user-busy.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/32x32/status/user-busy.png?rev=13895&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/32x32/status/user-busy.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/graphics/oxygen_icons/48x48/status/user-busy.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/48x48/status/user-busy.png?rev=13895&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/status/user-busy.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=13895&r1=13894&r2=13895&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Tue Jul 26 18:01:21 2011
@@ -104,6 +104,7 @@
         self.uf_script =            path + 'mimetypes'  + sep + 
'application-x-desktop.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
+        self.user_busy =            path + 'status'     + sep + 
'user-busy.png'
 
 
 
@@ -137,6 +138,7 @@
         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'
+        self.user_busy =            path + 'status'     + sep + 
'user-busy.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
@@ -185,6 +187,7 @@
         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'
+        self.user_busy =            path + 'status'     + sep + 
'user-busy.png'
 
         # relax icons.
         self.pipe_hybrid =              path + 'pipe_hybrid.png'
@@ -219,6 +222,7 @@
         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'
+        self.user_busy =            path + 'status'     + sep + 
'user-busy.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '48x48' + sep




Related Messages


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