mailr13950 - 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 28, 2011 - 14:38:
Author: bugman
Date: Thu Jul 28 14:38:31 2011
New Revision: 13950

URL: http://svn.gna.org/viewcvs/relax?rev=13950&view=rev
Log:
Added the dialog-warning oxygen icon.


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

Added: 
branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning.png?rev=13950&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

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

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

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

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

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/status/dialog-warning.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=13950&r1=13949&r2=13950&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jul 28 14:38:31 2011
@@ -78,6 +78,7 @@
         self.controller =           path + 'apps'       + sep + 
'preferences-system-performance.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
+        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
@@ -123,6 +124,7 @@
         self.close =                path + 'actions'    + sep + 
'dialog-close.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
+        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
@@ -173,6 +175,7 @@
         self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
         self.close =                path + 'actions'    + sep + 
'dialog-close.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
+        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
@@ -208,6 +211,7 @@
         self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
+        self.dialog_warning =       path + 'actions'    + sep + 
'dialog-warning.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.forwards =             path + 'actions'    + sep + 
'go-next-view.png'




Related Messages


Powered by MHonArc, Updated Thu Jul 28 15:20:02 2011