Commit | Date | |
---|---|---|
[r14582]
by
bugman
Bug fix for Mac OS X for the spectrum.replicated GUI user function. A GetValue() call fails on Mac OS X for a read only wx.ComboBox if no value is set!!! Stupid Mac! |
2011-09-05 11:00:12 | Tree |
[r14581]
by
bugman
Fix for the Rx auto-analysis GUI test for the changes to the spectrum.replicated user function GUI page. |
2011-09-02 15:32:23 | Tree |
[r14580]
by
bugman
Another Mac OS X test suite fix - the spin viewer window menu bar is now no longer set in the gui tests. |
2011-09-02 14:52:12 | Tree |
[r14579]
by
bugman
Bug fix for the test suite under Mac OS X - the GUI's SetMenuBar method is only called if status.show_gui is set. This prevents the menu bar from starting when running the GUI tests. |
2011-09-02 14:08:36 | Tree |
[r14578]
by
bugman
Bug fix for Mac OS X - the timer in the relax controller is started with a wx.CallAfter() call. This is to ensure that it will start from the main thread, which is essential! |
2011-09-02 14:04:59 | Tree |
[r14577]
by
bugman
The GUI tests in the test suite no longer have IO redirected to a window in Mac OS X and MS Windows! |
2011-09-02 13:50:02 | Tree |
[r14576]
by
bugman
All wx calls to Show(), ShowModal() and PopupMenu() are now suppressed if the status.show_gui flag is not set. This is to eliminate problems of GUI elements starting up in the test-suite under Mac OS X! |
2011-09-02 12:58:31 | Tree |
[r14575]
by
bugman
Fixes for many user function GUI pages for when the apply button is clicked. The combo box GUI elements were having data appended each time on_display() is called (this happens |
2011-09-02 10:25:54 | Tree |
[r14574]
by
bugman
Deleted the old gui.filedialog.opendir fn and replaced it with a specialised RelaxDirDialog class. This class is more advanced in that it changes the Python working directory so that the user does |
2011-09-02 10:19:21 | Tree |
[r14573]
by
bugman
The RelaxFileDialog object now changes the working directory as the user changes directories. |
2011-09-02 09:55:57 | Tree |