Commit | Date | |
---|---|---|
[r16430]
by
bugman
Converted all of the prompt unit tests to the new auto-generated user function design. |
2012-05-24 09:20:53 | Tree |
[r16429]
by
bugman
Updated the model-free auto-analysis GUI test to pass. Changes include opening and closing the about dialog, loading the sequence via the spin viewer |
2012-05-24 08:26:13 | Tree |
[r16428]
by
bugman
The model-free GUI auto-analysis 'About' dialog is now stored as a class instance variable. This allows it to be manipulated remotely, for example by the GUI tests. |
2012-05-24 08:24:00 | Tree |
[r16427]
by
bugman
The GUI user functions are now going straight to the back end rather than through the prompt. The GUI user functions were previously passing through the prompt UI user functions for argument |
2012-05-24 07:42:07 | Tree |
[r16426]
by
bugman
The prompt UI versions of the auto-generated user functions are now stored in self._uf_dict. This is a dictionary whereby the keys are the full user function names as text. This is designed |
2012-05-24 07:10:47 | Tree |
[r16425]
by
bugman
Bug fix for all of the specific analysis code. The SPIN_PARAM and GLOBAL_PARAM structures are now initialised within the __init__() methods rather |
2012-05-23 19:35:52 | Tree |
[r16424]
by
bugman
All the wizard method 'event' args have been converted to keyword args. This is for better remote control, for example by the GUI tests. |
2012-05-23 18:28:33 | Tree |
[r16423]
by
bugman
All the model-free GUI auto-analysis method 'event' args have been converted to keyword args. This is for better remote control, for example by the GUI tests. |
2012-05-23 18:25:49 | Tree |
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 |