mailr16769 - in /branches/uf_redesign: graphics/misc/ gui/


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

Header


Content

Posted by edward on June 08, 2012 - 14:28:
Author: bugman
Date: Fri Jun  8 14:28:35 2012
New Revision: 16769

URL: http://svn.gna.org/viewcvs/relax?rev=16769&view=rev
Log:
Updated the relaxGUI splash screen copyright notice.

The name of the graphics has also been changed from start.png and 
start_no_alpha.png to
relaxGUI_splash.png.


Added:
    branches/uf_redesign/graphics/misc/relaxGUI_splash.png   (with props)
Removed:
    branches/uf_redesign/graphics/misc/start.png
    branches/uf_redesign/graphics/misc/start_no_alpha.png
Modified:
    branches/uf_redesign/graphics/misc/relaxGUI_splash.xcf
    branches/uf_redesign/gui/__init__.py
    branches/uf_redesign/gui/about.py

Added: branches/uf_redesign/graphics/misc/relaxGUI_splash.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/relaxGUI_splash.png?rev=16769&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/uf_redesign/graphics/misc/relaxGUI_splash.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: branches/uf_redesign/graphics/misc/relaxGUI_splash.xcf
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/relaxGUI_splash.xcf?rev=16769&r1=16768&r2=16769&view=diff
==============================================================================
Binary files - no diff available.

Removed: branches/uf_redesign/graphics/misc/start.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/start.png?rev=16768&view=auto
==============================================================================
Binary file - no diff available.

Removed: branches/uf_redesign/graphics/misc/start_no_alpha.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/misc/start_no_alpha.png?rev=16768&view=auto
==============================================================================
Binary file - no diff available.

Modified: branches/uf_redesign/gui/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/__init__.py?rev=16769&r1=16768&r2=16769&view=diff
==============================================================================
--- branches/uf_redesign/gui/__init__.py (original)
+++ branches/uf_redesign/gui/__init__.py Fri Jun  8 14:28:35 2012
@@ -122,7 +122,7 @@
         """Build and show the splash screen."""
 
         # The image.
-        bmp = wx.Bitmap(IMAGE_PATH+'start_no_alpha.png', wx.BITMAP_TYPE_ANY)
+        bmp = wx.Bitmap(IMAGE_PATH+'relaxGUI_splash.png', wx.BITMAP_TYPE_ANY)
 
         # The timeout (ms).
         timeout = 2500

Modified: branches/uf_redesign/gui/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/about.py?rev=16769&r1=16768&r2=16769&view=diff
==============================================================================
--- branches/uf_redesign/gui/about.py (original)
+++ branches/uf_redesign/gui/about.py Fri Jun  8 14:28:35 2012
@@ -494,7 +494,7 @@
         self.SetTitle("About relax GUI")
 
         # The image.
-        bitmap = wx.Bitmap(IMAGE_PATH+'start.png', wx.BITMAP_TYPE_ANY)
+        bitmap = wx.Bitmap(IMAGE_PATH+'relaxGUI_splash.png', 
wx.BITMAP_TYPE_ANY)
 
         # Draw it.
         self.dc.DrawBitmap(bitmap, self.border, self.border, True)




Related Messages


Powered by MHonArc, Updated Fri Jun 08 14:40:02 2012