mailr14733 - in /1.3: graphics/oxygen_icons/22x22/actions/ graphics/oxygen_icons/32x32/actions/ graphics/oxygen_icons/48x48/acti...


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

Header


Content

Posted by edward on September 21, 2011 - 16:19:
Author: bugman
Date: Wed Sep 21 16:19:11 2011
New Revision: 14733

URL: http://svn.gna.org/viewcvs/relax?rev=14733&view=rev
Log:
Added some more larger sized oxygen icons.


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

Added: 1.3/graphics/oxygen_icons/22x22/actions/document-save-as.png
URL: 
http://svn.gna.org/viewcvs/relax/1.3/graphics/oxygen_icons/22x22/actions/document-save-as.png?rev=14733&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 1.3/graphics/oxygen_icons/22x22/actions/document-save-as.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 1.3/graphics/oxygen_icons/32x32/actions/document-save-as.png
URL: 
http://svn.gna.org/viewcvs/relax/1.3/graphics/oxygen_icons/32x32/actions/document-save-as.png?rev=14733&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 1.3/graphics/oxygen_icons/32x32/actions/document-save-as.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 1.3/graphics/oxygen_icons/48x48/actions/document-save-as.png
URL: 
http://svn.gna.org/viewcvs/relax/1.3/graphics/oxygen_icons/48x48/actions/document-save-as.png?rev=14733&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 1.3/graphics/oxygen_icons/48x48/actions/document-save-as.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: 1.3/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/paths.py?rev=14733&r1=14732&r2=14733&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Wed Sep 21 16:19:11 2011
@@ -90,6 +90,8 @@
         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.document_save =        path + 'actions'    + sep + 
'document-save.png'
+        self.document_save_as =     path + 'actions'    + sep + 
'document-save-as.png'
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
@@ -150,6 +152,8 @@
         self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
+        self.document_save =        path + 'actions'    + sep + 
'document-save.png'
+        self.document_save_as =     path + 'actions'    + sep + 
'document-save-as.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
         self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
@@ -208,6 +212,8 @@
         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.document_save =        path + 'actions'    + sep + 
'document-save.png'
+        self.document_save_as =     path + 'actions'    + sep + 
'document-save-as.png'
         self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
@@ -260,6 +266,8 @@
         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.document_save =        path + 'actions'    + sep + 
'document-save.png'
+        self.document_save_as =     path + 'actions'    + sep + 
'document-save-as.png'
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'




Related Messages


Powered by MHonArc, Updated Wed Sep 21 16:40:02 2011