Commit | Date | |
---|---|---|
2012-05-23 18:13:10 | Tree | |
[r16421]
by
bugman
Fixes to the model-free GUI auto-analysis test. This includes an attempt to test out the spin viewer window code paths, thought that was stopped |
2012-05-23 18:10:31 | Tree |
[r16420]
by
bugman
Converted many GUI functions expecting a wx.Event to have the event as an optional arg. These are now keyword args defaulting to None. This allows remote control of GUI elements, which is |
2012-05-23 18:08:57 | Tree |
[r16419]
by
bugman
Bug fix for the graphics.fetch_icon() method. This was not returning the full path, just the relative path. This results in the failure to find |
2012-05-23 17:50:55 | Tree |
[r16418]
by
bugman
Bug fix for the calling of the GUI user function objects. The user function page update_args() method is now being called to update all the ComboBoxes with |
2012-05-23 17:27:04 | Tree |
[r16417]
by
bugman
Bug fix for the Value GUI input element for the SetValue() method. When None was being supplied, this method did nothing. This behaviour is incorrect! It should |
2012-05-23 16:55:55 | Tree |
[r16416]
by
bugman
Removed the reinitialisation of the relax data store GUI object in the GUI test tearDown() method. This is not needed as it is done by the data store reset anyway. |
2012-05-23 16:17:52 | Tree |
[r16415]
by
bugman
Removed a time.sleep() call which slows down the GUI tests by a significant amount. This adds 0.5 seconds per user function which display info. For example this is 8 seconds for just |
2012-05-23 15:50:54 | Tree |
[r16414]
by
bugman
The user function docstrings are now created when the help system is invoked. This prevents all user function docstrings from being built at the start, or any time the This decreases start times of ~6 seconds down to ~0.06 seconds! |
2012-05-23 13:36:58 | Tree |
[r16413]
by
bugman
The GUI tests are now recycling the GUI user function wizards and pages as well. This required a number of modifications: |
2012-05-23 09:13:21 | Tree |