Commit | Date | |
---|---|---|
2012-05-23 08:03:01 | Tree | |
[r16411]
by
bugman
Fix for the system test base script running method script_exec(). This now calls the interpreter, rather than itself in a circular loop!!! |
2012-05-23 07:59:22 | Tree |
[r16410]
by
bugman
Removed the useless GUI interpreter flush() call in the GUI tests base _execute_uf() call. This is not needed as the GUI user function calls are synchronous. This cuts the GUI test |
2012-05-23 07:44:09 | Tree |
[r16409]
by
bugman
Fix in the GUI uf page SetValue() method for the sequence.display user function. The uf has the 'sep' arg, but this is not part of the free file format set of args! The SetValue() |
2012-05-23 07:05:23 | Tree |
[r16408]
by
bugman
The wizards for the individual user function pages are now recycled. This should speed up the GUI (and the GUI tests massively). Closing the wizard calls the Close() The Wizard GUI object has been modified to only add the buttons if they do not currently exist. |
2012-05-23 07:00:11 | Tree |
[r16407]
by
bugman
The GUI base class now has access to math.pi. This is necessary as the system test scripts are run in this namespace rather than the interpreter |
2012-05-23 06:56:17 | Tree |
[r16406]
by
bugman
The Combo_list GUI input element can now handle values typed out by the user. This affects both the GetValue() and SetValue() methods. |
2012-05-22 17:08:27 | Tree |
[r16405]
by
bugman
The value.set user function 'param' arg can now be manually set by the user rather than selected. A number of N-state model parameters require this. |
2012-05-22 17:07:01 | Tree |
2012-05-22 16:50:48 | Tree | |
[r16403]
by
bugman
The non-supplied user function args in the GUI tests are now set to the default. This is for the _execute_uf() base method, and is essential for the free file format where the |
2012-05-22 16:15:38 | Tree |