Commit | Date | |
---|---|---|
[r14759]
by
bugman
Redesigned the gui_raise() function so that it is more user friendly. The relax controller window with error message is shown first, followed by the modal RelaxError |
2011-09-26 15:46:15 | Tree |
[r14758]
by
bugman
The spectrum.read_intensities user function now throws a RelaxError if no data was loaded. This is to tell the user that something went wrong, and makes more sense in the GUI mode. |
2011-09-26 15:17:35 | Tree |
[r14757]
by
bugman
Another attempt at handling the pipe editor window updates. This fixes the test suite test_load_state_no_gui() GUI test. The pipe window update needs to have |
2011-09-26 14:19:07 | Tree |
[r14756]
by
bugman
Fix for running the test suite in debugging mode. The self.capt StringIO structure is always necessary for the final print out. |
2011-09-26 14:10:32 | Tree |
[r14755]
by
bugman
Fix for the results viewer window on MS Windows - it is no longer hidden after switching pipes. For some reason MS Windows always brings the main GUI window to the front when pipe switches occur |
2011-09-26 13:16:44 | Tree |
[r14754]
by
bugman
Bug fixes for racing in the results viewer window on MS Windows. wx.CallAfter() calls are required for this to work on MS Windows. |
2011-09-26 13:13:04 | Tree |
[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 |