mailr13494 - in /branches/gui_testing: graphics/oxygen_icons/22x22/actions/ graphics/oxygen_icons/32x32/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 07, 2011 - 13:43:
Author: bugman
Date: Thu Jul  7 13:43:33 2011
New Revision: 13494

URL: http://svn.gna.org/viewcvs/relax?rev=13494&view=rev
Log:
Added the document-properties oxygen icon for all sizes.


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

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

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

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

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

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

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/actions/document-properties.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=13494&r1=13493&r2=13494&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jul  7 13:43:33 2011
@@ -77,6 +77,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.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'
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
@@ -90,7 +91,6 @@
         self.remove =               path + 'actions'    + sep + 
'list-remove.png'
         self.save =                 path + 'actions'    + sep + 
'document-save.png'
         self.save_as =              path + 'actions'    + sep + 
'document-save-as.png'
-        self.settings =             path + 'actions'    + sep + 
'document-properties.png'
         self.settings_global =      path + 'categories' + sep + 
'preferences-system.png'
         self.settings_reset =       path + 'actions'    + sep + 
'edit-delete.png'
         self.ref =                  path + 'actions'    + sep + 
'flag-blue.png'
@@ -115,6 +115,7 @@
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
+        self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
         self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
@@ -156,6 +157,7 @@
         self.close =        path + 'actions' + sep + 'dialog-close.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.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'
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.ok =           path + 'actions' + sep + 'dialog-ok.png'
@@ -183,6 +185,7 @@
         self.copy =         path + 'actions' + sep + 'list-add.png'
         self.dialog_close =         path + 'actions'    + sep + 
'dialog-close.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'
         self.new =          path + 'actions' + sep + 'document-new.png'
         self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'




Related Messages


Powered by MHonArc, Updated Thu Jul 07 14:00:02 2011