Menu

SVN archive Commit Log


Commit Date  
[r14714] by bugman

The scipy python package is now listed with the relax info (-i flag).

2011-09-20 11:03:51 Tree
[r14713] by bugman

Replaced the tempfile.mkstemp with relax_io.DummyFileObject in the prompt unit tests.

The tempfile.mkstemp() only creates a string, whereas a file object is required.

2011-09-20 10:17:49 Tree
[r14712] by bugman

Bug fix for many unit tests on MS Windows.

The os.tmpfile() call has been replaced by tempfile.mkstemp() in the data types passed into the unit
tests of the prompt interface. The os.tmpfile() call on Windows results in a "OSError: [Errno 13]
Permission denied" error.

2011-09-20 10:12:57 Tree
[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
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.