mailr13925 - in /branches/gui_testing/gui: analyses/ images/


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

Header


Content

Posted by edward on July 27, 2011 - 11:19:
Author: bugman
Date: Wed Jul 27 11:19:26 2011
New Revision: 13925

URL: http://svn.gna.org/viewcvs/relax?rev=13925&view=rev
Log:
Created transparent background images of the diffusion tensors for the 
model-free auto-analysis tab.


Added:
    branches/gui_testing/gui/images/ellipsoid.png   (with props)
    branches/gui_testing/gui/images/oblate.png   (with props)
    branches/gui_testing/gui/images/prolate.png   (with props)
    branches/gui_testing/gui/images/sphere.png   (with props)
Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=13925&r1=13924&r2=13925&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Wed Jul 27 11:19:26 
2011
@@ -1139,28 +1139,28 @@
 
         # The sphere button.
         button = wx.lib.buttons.ThemedGenBitmapTextButton(self, -1, None, 
str_to_gui("   Sphere"))
-        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'sphere.jpg', 
wx.BITMAP_TYPE_ANY))
+        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'sphere.png', 
wx.BITMAP_TYPE_ANY))
         button.SetToolTipString("Optimise global model II, the spherical 
diffusion model.  Please click on the 'About' button for more information.")
         sub_sizer.Add(button, 1, wx.EXPAND, 0)
         self.Bind(wx.EVT_BUTTON, self.select_sphere, button)
 
         # The prolate spheroid button.
         button = wx.lib.buttons.ThemedGenBitmapTextButton(self, -1, None, 
str_to_gui("   Prolate spheroid"))
-        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'prolate.jpg', 
wx.BITMAP_TYPE_ANY))
+        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'prolate.png', 
wx.BITMAP_TYPE_ANY))
         button.SetToolTipString("Optimise global model III, the prolate 
spheroid diffusion model.  Please click on the 'About' button for more 
information.")
         sub_sizer.Add(button, 1, wx.EXPAND, 0)
         self.Bind(wx.EVT_BUTTON, self.select_prolate, button)
 
         # The oblate spheroid button.
         button = wx.lib.buttons.ThemedGenBitmapTextButton(self, -1, None, 
str_to_gui("   Oblate spheroid"))
-        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'oblate.jpg', 
wx.BITMAP_TYPE_ANY))
+        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'oblate.png', 
wx.BITMAP_TYPE_ANY))
         button.SetToolTipString("Optimise global model IV, the oblate 
spheroid diffusion model.  Please click on the 'About' button for more 
information.")
         sub_sizer.Add(button, 1, wx.EXPAND, 0)
         self.Bind(wx.EVT_BUTTON, self.select_oblate, button)
 
         # The ellipsoid button.
         button = wx.lib.buttons.ThemedGenBitmapTextButton(self, -1, None, 
str_to_gui("   Ellipsoid"))
-        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'ellipsoid.jpg', 
wx.BITMAP_TYPE_ANY))
+        button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'ellipsoid.png', 
wx.BITMAP_TYPE_ANY))
         button.SetToolTipString("Optimise global model V, the ellipsoid 
diffusion model.  Please click on the 'About' button for more information.")
         sub_sizer.Add(button, 1, wx.EXPAND, 0)
         self.Bind(wx.EVT_BUTTON, self.select_ellipsoid, button)

Added: branches/gui_testing/gui/images/ellipsoid.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/images/ellipsoid.png?rev=13925&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/gui_testing/gui/images/ellipsoid.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/gui/images/oblate.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/images/oblate.png?rev=13925&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/gui_testing/gui/images/oblate.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/gui/images/prolate.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/images/prolate.png?rev=13925&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/gui_testing/gui/images/prolate.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: branches/gui_testing/gui/images/sphere.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/images/sphere.png?rev=13925&view=auto
==============================================================================
Binary file - no diff available.

Propchange: branches/gui_testing/gui/images/sphere.png
------------------------------------------------------------------------------
    svn:mime-type = image/png




Related Messages


Powered by MHonArc, Updated Wed Jul 27 16:20:02 2011