Commit | Date | |
---|---|---|
[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 |
[r14743]
by
bugman
Fixed a bug on MS Windows for the 'Close all analyses' menu entry and toolbar button. The sequence of internal events is very different on Windows compared to Mac OS X and GNU/Linux, |
2011-09-21 19:45:16 | Tree |
2011-09-21 17:51:37 | Tree | |
[r14741]
by
bugman
Bug fix for the main window status bar on MS Windows. The text is now being set with wx.CallAfter calls. Without this, sometimes the text would be blank. |
2011-09-21 17:09:28 | Tree |
[r14740]
by
bugman
Removed the brackets from the user function names in the RelaxError system. This is because these make no sense in the GUI version of the user functions. |
2011-09-21 17:08:00 | Tree |
[r14739]
by
bugman
Bug fix for the new analysis wizard cancelling on Mac OS X. A status variable is no longer returned. Instead the EndModal() dialog method is being used to |
2011-09-21 15:54:39 | Tree |