mailr14131 - 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 August 04, 2011 - 14:44:
Author: bugman
Date: Thu Aug  4 14:44:33 2011
New Revision: 14131

URL: http://svn.gna.org/viewcvs/relax?rev=14131&view=rev
Log:
Added all of the document-open oxygen icons.


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

Modified: 
branches/gui_testing/graphics/oxygen_icons/16x16/actions/document-open.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/16x16/actions/document-open.png?rev=14131&r1=14130&r2=14131&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/actions/document-open.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=14131&r1=14130&r2=14131&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Aug  4 14:44:33 2011
@@ -84,8 +84,10 @@
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.png'
-        self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
-        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
+        self.document_close =       path + 'actions'    + sep + 
'document-close.png'
+        self.document_open =        path + 'actions'    + sep + 
'document-open.png'
+        self.document_open_folder = path + 'actions'    + sep + 
'document-open-folder.png'
+        self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
         self.flag_blue =            path + 'actions'    + sep + 
'flag-blue.png'
@@ -130,6 +132,8 @@
         self.dialog_ok_apply =      path + 'actions'    + sep + 
'dialog-ok-apply.png'
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.png'
+        self.document_open =        path + 'actions'    + sep + 
'document-open.png'
+        self.document_open_folder = path + 'actions'    + sep + 
'document-open-folder.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
@@ -183,6 +187,8 @@
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
+        self.document_open =        path + 'actions'    + sep + 
'document-open.png'
+        self.document_open_folder = path + 'actions'    + sep + 
'document-open-folder.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
@@ -222,6 +228,8 @@
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
+        self.document_open =        path + 'actions'    + sep + 
'document-open.png'
+        self.document_open_folder = path + 'actions'    + sep + 
'document-open-folder.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.forwards =             path + 'actions'    + sep + 
'go-next-view.png'




Related Messages


Powered by MHonArc, Updated Thu Aug 04 15:00:01 2011