Commit | Date | |
---|---|---|
[r14778]
by
bugman
The test suite runner 'tests' arg now defaults to [], which is the proper null value. |
2011-10-04 17:24:30 | Tree |
[r14777]
by
bugman
Renamed the 'Settings' menu to 'Tools'. This is to make it more general for the future inclusion of the test suite. |
2011-10-04 16:28:36 | Tree |
[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 |