Hi Michael, Would you have the originals of these diffusion tensor images? I'd like to remake the icons as PNGs with proper background transparency. I.e. take the full size picture, add it to the repository, add transparency and remove the background white colour, then shrink to the icon size. You may have noticed a lot of changes going into the gui_testing branch. This is almost complete and all of the analyses are close to working. The --gui-test command line option is quite useful now to make sure that the GUI is fully functional. I'll add additional GUI tests as users encounter bugs, but at the moment there are 4 tests, 3 of which are for the NOE, R1, and model-free auto-analyses.
Cheers, Edward On 27 July 2011 11:19, <[email protected]> wrote: > 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 > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

