mailr13998 - in /branches/gui_testing: graphics/oxygen_icons/ graphics/oxygen_icons/16x16/status/ graphics/oxygen_icons/22x22/st...


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

Header


Content

Posted by edward on July 29, 2011 - 17:01:
Author: bugman
Date: Fri Jul 29 17:01:29 2011
New Revision: 13998

URL: http://svn.gna.org/viewcvs/relax?rev=13998&view=rev
Log:
Created a relax blue version of the dialog-warning oxygen icon.


Added:
    
branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning-relax-blue.png
   (with props)
    
branches/gui_testing/graphics/oxygen_icons/22x22/status/dialog-warning-relax-blue.png
   (with props)
    
branches/gui_testing/graphics/oxygen_icons/32x32/status/dialog-warning-relax-blue.png
   (with props)
    
branches/gui_testing/graphics/oxygen_icons/48x48/status/dialog-warning-relax-blue.png
   (with props)
Modified:
    branches/gui_testing/graphics/oxygen_icons/README
    branches/gui_testing/gui/paths.py

Added: 
branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning-relax-blue.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning-relax-blue.png?rev=13998&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/16x16/status/dialog-warning-relax-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
branches/gui_testing/graphics/oxygen_icons/22x22/status/dialog-warning-relax-blue.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/22x22/status/dialog-warning-relax-blue.png?rev=13998&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/22x22/status/dialog-warning-relax-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
branches/gui_testing/graphics/oxygen_icons/32x32/status/dialog-warning-relax-blue.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/32x32/status/dialog-warning-relax-blue.png?rev=13998&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/32x32/status/dialog-warning-relax-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
branches/gui_testing/graphics/oxygen_icons/48x48/status/dialog-warning-relax-blue.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/48x48/status/dialog-warning-relax-blue.png?rev=13998&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/gui_testing/graphics/oxygen_icons/48x48/status/dialog-warning-relax-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/gui_testing/graphics/oxygen_icons/README
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/graphics/oxygen_icons/README?rev=13998&r1=13997&r2=13998&view=diff
==============================================================================
--- branches/gui_testing/graphics/oxygen_icons/README (original)
+++ branches/gui_testing/graphics/oxygen_icons/README Fri Jul 29 17:01:29 2011
@@ -1,1 +1,14 @@
-The file 'list-add-relax-blue.png' is a modification of 'list-add.png'.  The 
hue was changed in the GIMP by the value of 97.
+The following changes (performed in the GIMP) were used to create the 
*-relax-blue.png versions of the oxygen icons:
+
+Original colour     Master hue 
+Green               97
+Yellow              ?
+
+Original colour     Green   Yellow
+Master hue          97      180
+Y hue               .       .
+Y lightness         .       -44
+Y saturation        .       -36
+R hue               .       .
+R lightness         .       -44
+R saturation        .       100

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13998&r1=13997&r2=13998&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Fri Jul 29 17:01:29 2011
@@ -81,6 +81,7 @@
         self.dialog_ok_apply =      path + 'actions'    + sep + 
'dialog-ok-apply.png'
         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.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
@@ -126,6 +127,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.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.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'
@@ -177,6 +179,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.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.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'
@@ -215,6 +218,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.dialog_warning_relax = path + 'status'     + sep + 
'dialog-warning-relax-blue.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'




Related Messages


Powered by MHonArc, Updated Fri Jul 29 17:20:03 2011