mailr13976 - 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 July 28, 2011 - 23:11:
Author: bugman
Date: Thu Jul 28 23:11:52 2011
New Revision: 13976

URL: http://svn.gna.org/viewcvs/relax?rev=13976&view=rev
Log:
The edit-delete oxygen icons are now more complete.


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

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

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

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

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

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

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

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/actions/edit-delete.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=13976&r1=13975&r2=13976&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jul 28 23:11:52 2011
@@ -100,7 +100,6 @@
         self.save =                 path + 'actions'    + sep + 
'document-save.png'
         self.save_as =              path + 'actions'    + sep + 
'document-save-as.png'
         self.settings_global =      path + 'categories' + sep + 
'preferences-system.png'
-        self.settings_reset =       path + 'actions'    + sep + 
'edit-delete.png'
         self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.system_run =           path + 'actions'    + sep + 
'system-run.png'
         self.ref =                  path + 'actions'    + sep + 
'flag-blue.png'
@@ -127,6 +126,7 @@
         self.dialog_ok =            path + 'actions'    + sep + 
'dialog-ok.png'
         self.dialog_ok_apply =      path + 'actions'    + sep + 
'dialog-ok-apply.png'
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.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'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
@@ -180,6 +180,7 @@
         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.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
@@ -216,6 +217,7 @@
         self.dialog_warning =       path + 'status'     + sep + 
'dialog-warning.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.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'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'




Related Messages


Powered by MHonArc, Updated Thu Jul 28 23:40:02 2011