Menu

SVN archive Commit Log


Commit Date  
[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
[r14766] by bugman

The C modules are now compiled as universal binaries on Mac OS X.

This inclues the targets i386, x86_64, ppc, and ppc64 by default.

2011-09-29 13:31:32 Tree
[r14765] by bugman

The relax information print out now includes the version and path info for the mpi4py and wx modules.

The mpi4py and wx modules are no longer deleted from the dep_check module. The version and path
info was being extracted from dep_check.mpi4py and dep_check.wx!

2011-09-29 10:05:47 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.