Commit | Date | |
---|---|---|
[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 |
[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 |
2011-09-29 10:05:47 | Tree |
[r14764]
by
bugman
Huge speed up of the model-free auto-analysis dauvergne_protocol GUI test. The maximum number of iterations is now set to 1, as in the system test. On my system this |
2011-09-27 10:36:42 | Tree |
[r14763]
by
bugman
Added some checks to the dauvergne_protocol GUI test for the maximum number of iterations. These tests will currently fail, as the number of iterations are far to high and do not match the |
2011-09-27 10:12:32 | Tree |