Menu

SVN archive Commit Log


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
[r14773] by bugman

Mac OS X bug fix for changing pipes in the results viewer window.

This matches the change of r14771 for the spin viewer window.

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
ComboBox (in wxPython 2.9).

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:
svn merge -r14731:r14730 .

Another, more correct solution needs to be found for the MS Windows GUI bug.

.....
r14731 | bugman | 2011-09-21 14:46:41 +0200 (Wed, 21 Sep 2011) | 5 lines
Changed paths:
M /1.3/gui/spin_viewer/frame.py

Bug fix for MS Windows - the spin viewer window was being hidden by the main window when switching pipes.

The window is now being re-raised to the front.
.....

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
do the same thing but do not cause bus errors on this developmental version of wxPython. This fix
is important as the future Mac OS X relax app will use this version of wxPython for 64-bit and Cocoa
support.

2011-09-30 15:22:33 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.