Commit | Date | |
---|---|---|
[r14753]
by
bugman
MS Windows bug fix for pipe switching in the data pipe editor window. The pipe window would be hidden after the switch! |
2011-09-26 13:07:35 | Tree |
[r14752]
by
bugman
MS Windows bug fix for the pipe editor window. The wx.Yield() call has been removed from the update_grid() method as it causes a |
2011-09-26 12:59:11 | Tree |
[r14751]
by
bugman
Bug fix for racing in the GUI on MS Windows when the relax prompt window is open. This was caught in the test suite, and only affects MS Windows. Now a wx.CallAfter() call is used |
2011-09-26 12:07:02 | Tree |
[r14750]
by
bugman
The GUI interpreter thread flush() method no longer hangs the thread. The sleep calls are now outside of the interpreter thread object, avoiding the sleeping of the |
2011-09-26 11:41:26 | Tree |
[r14749]
by
bugman
With debugging turned on, the relax test suite no longer captures the IO streams. This will allow for better debugging of racing in the GUI tests on MS Windows. |
2011-09-26 10:12:11 | Tree |
[r14748]
by
bugman
Bug fix for the GUI interpreter thread flushing on MS Windows. The Queue.empty() method is documented as being unreliable - and that is indeed the case on MS Now the queue user function __repr__ strings are stored in a list to keep track of the queue status. |
2011-09-23 15:46:08 | Tree |
[r14747]
by
bugman
Added the new sys_info modules to the __all__ package lists to let the unit tests pass. |
2011-09-23 13:39:35 | Tree |
[r14746]
by
bugman
Bug fix for the failure of loading a relax state. The relax data store GUI structure was being removed prior to loading the state, and then not being |
2011-09-21 20:58:36 | Tree |
[r14745]
by
bugman
A lot of bug fixes for MS Windows with the handling of the busy cursor. All calls to wx.EndBusyCursor() are preceded by a check via wx.IsBusy(). For some reason, in |
2011-09-21 20:08:47 | Tree |
[r14744]
by
bugman
Another attempt at fixing the status bar on MS Windows. The previous fix did not work all of the time, so hopefully this one will :S |
2011-09-21 20:01:24 | Tree |