Menu

SVN archive Commit Log


Commit Date  
[r14711] by bugman

The testing of the various GUI windows for race conditions now occurs in the NOE GUI test.

This should significantly speed up the model-free auto-analysis GUI test.

2011-09-20 09:26:34 Tree
[r14710] by bugman

Bug fixes for the GUI tests on MS Windows.

The GUI interpreter thread is now flushed prior to the peak list wizards, as the wizard's user
functions are synchronous (and the previous ones were asynchronous).

2011-09-20 09:02:48 Tree
[r14709] by bugman

Bug fix for the scons clean target on MS Windows.

The build and dist directories from the Mac OS X py2app program are now only deleted by the
clean_all target which checks for the paths.

2011-09-20 08:41:17 Tree
[r14708] by bugman

Bug fix for a race condition on MS Windows blocking the test suite.

The analyses update_spin_count() call sets the value of the spin systems GUI element. This is now
via a wx.CallAfter() call to prevent the race in the GUI.

2011-09-20 08:35:20 Tree
[r14707] by bugman

Attempt to fix the infinite running of the test suite on MS Windows due to the flush() implementation.

The GUI interpreter thread's queue object task_done() method is now called to properly clear the queue.

2011-09-20 07:43:52 Tree
[r14706] by bugman

Added the 'Go to top' and 'Go to end' entries for the relax controller pop up menu.

This includes the appropriate oxygen icons.

2011-09-19 20:41:29 Tree
[r14705] by bugman

Fix for a bug introduced at r14703.

The page changing and page changed events are now handled separately. This allows the page changing
to be blocked while fixing the MS Windows bug of page changing happening after the
wx.EVT_NOTEBOOK_PAGE_CHANGED event.

2011-09-19 20:06:04 Tree
[r14704] by bugman

Bug fix for MS Windows - the user function menus are now fully deactivated during execution lock.

The submenus were strangely not all being deactivated, so now all submenu items are also
deactivated.

2011-09-19 20:01:58 Tree
[r14703] by bugman

Bug fix for the switching between analysis tabs on MS Windows.

The tab had not been changed when on_page_change() was being called (in contrast to GNU/Linux and
Mac OS X). Now wx.EVT_NOTEBOOK_PAGE_CHANGED is being used to bind the page change event rather than
wx.EVT_NOTEBOOK_PAGE_CHANGING.

2011-09-19 19:59:01 Tree
[r14702] by bugman

The peak list and relaxation data GUI element pop up menus are now disabled with the execution lock.

This will prevent weird bugs.

2011-09-19 17:39:05 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.