mailr13890 - 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 26, 2011 - 17:03:
Author: bugman
Date: Tue Jul 26 17:03:19 2011
New Revision: 13890

URL: http://svn.gna.org/viewcvs/relax?rev=13890&view=rev
Log:
Added the go-bottom oxygen icon.


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

Added: branches/gui_testing/graphics/oxygen_icons/16x16/actions/go-bottom.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/16x16/actions/go-bottom.png?rev=13890&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/16x16/actions/go-bottom.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

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

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

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

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

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/actions/go-bottom.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=13890&r1=13889&r2=13890&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Tue Jul 26 17:03:19 2011
@@ -84,6 +84,7 @@
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
         self.flag_blue =            path + 'actions'    + sep + 
'flag-blue.png'
         self.flag_red =             path + 'actions'    + sep + 
'flag-red.png'
+        self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.load =                 path + 'actions'    + sep + 
'arrow-right.png'
         self.manual =               path + 'mimetypes'  + sep + 
'application-pdf.png'
@@ -123,6 +124,7 @@
         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_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'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
@@ -163,24 +165,25 @@
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '32x32' + sep
-        self.about =        path + 'actions' + sep + 'help-about.png'
-        self.add =                      path + 'actions' + sep + 
'list-add-relax-blue.png'
-        self.apply =        path + 'actions' + sep + 'dialog-ok-apply.png'
-        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.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.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
-        self.new =          path + 'actions' + sep + 'document-new.png'
-        self.ok =           path + 'actions' + sep + 'dialog-ok.png'
-        self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
-        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
-        self.save =         path + 'actions' + sep + 'document-save.png'
-        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
-        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
-        self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
+        self.about =                path + 'actions'    + sep + 
'help-about.png'
+        self.add =                  path + 'actions'    + sep + 
'list-add-relax-blue.png'
+        self.apply =                path + 'actions'    + sep + 
'dialog-ok-apply.png'
+        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.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.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'
+        self.ok =                   path + 'actions'    + sep + 
'dialog-ok.png'
+        self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
+        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
+        self.save =                 path + 'actions'    + sep + 
'document-save.png'
+        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
+        self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
         # relax icons.
@@ -196,24 +199,25 @@
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '48x48' + sep
-        self.about =        path + 'actions' + sep + 'help-about.png'
-        self.add =          path + 'actions' + sep + 
'list-add-relax-blue.png'
-        self.backwards =    path + 'actions' + sep + 'go-previous-view.png'
-        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.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.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
-        self.new =          path + 'actions' + sep + 'document-new.png'
-        self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
-        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
-        self.remove =       path + 'actions' + sep + 'list-remove.png'
-        self.save =         path + 'actions' + sep + 'document-save.png'
-        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
-        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
-        self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
+        self.about =                path + 'actions'    + sep + 
'help-about.png'
+        self.add =                  path + 'actions'    + sep + 
'list-add-relax-blue.png'
+        self.backwards =            path + 'actions'    + sep + 
'go-previous-view.png'
+        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.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.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'
+        self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
+        self.pipe_switch =          path + 'actions'    + sep + 
'system-switch-user.png'
+        self.remove =               path + 'actions'    + sep + 
'list-remove.png'
+        self.save =                 path + 'actions'    + sep + 
'document-save.png'
+        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
+        self.system_run =           path + 'actions'    + sep + 
'system-run.png'
+        self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
         # relax icons.




Related Messages


Powered by MHonArc, Updated Tue Jul 26 17:40:02 2011