Commit | Date | |
---|---|---|
[r14776]
by
bugman
The results viewer window now only executes one user function for the diffusion tensor if PyMOL is missing. This prevents 3 errors (with windows) from appearing. |
2011-10-04 14:06:42 | Tree |
[r14775]
by
bugman
Modified the GUI interpreter apply() method to catch RelaxErrors. Now gui_raise() is used to raise the error and show a dialog, and the method returns the execution status. |
2011-10-04 14:02:39 | Tree |
[r14774]
by
bugman
The diffusion tensor PDB in the results viewer is now launched by synchronous pymol user function calls. This prevents the RelaxError appearing 3 times when PyMOL cannot be found. |
2011-10-04 13:21:21 | Tree |
2011-10-04 13:04:32 | Tree | |
[r14772]
by
bugman
Mac OS X bug fix for the closing of the model-free model list windows. The window is no longer closed with a Hide() call as this causes the GUI to freeze! |
2011-10-04 12:42:39 | Tree |
[r14771]
by
bugman
Mac OS X bug fix for changing pipes in the spin viewer window. The pipe selector element event GetString() method was returning None as this is a read only |
2011-10-04 10:34:20 | Tree |
[r14770]
by
bugman
Reverted r14731 as this was hiding all other windows if the spin viewer window was open. The command used was: Another, more correct solution needs to be found for the MS Windows GUI bug. ..... |
2011-10-04 10:00:23 | Tree |
[r14769]
by
bugman
Fixes for Mac OS X with wxPython 2.9 for the spin viewer window activation/deactivation. This is now via wx.CallAfter() calls to prevent memory leaks. |
2011-10-04 09:44:11 | Tree |
[r14768]
by
bugman
The skip button has been removed from the first page of the spin loading wizard of the spin viewer window. |
2011-10-04 08:08:38 | Tree |
[r14767]
by
bugman
Bug fix for Mac OS X when using wxPython 2.9.2.4 whereby wx.SafeYield() is causing 'Bus errors'. The wx.SafeYield(None, True) calls have been replaced by wx.GetApp().Yield(True) calls, which should |
2011-09-30 15:22:33 | Tree |