Commit | Date | |
---|---|---|
[r16480]
by
bugman
Fix for the Sequence GUI input element SetValue() method - the wrong conversion function was being used. |
2012-05-28 13:03:03 | Tree |
[r16479]
by
bugman
Fix for the minimise user function in the GUI - the max_iter arg could only go up to 1000! This arg was being set as a SpinCtrl with an upper limit of 1000! By allowing the arg to be None, |
2012-05-28 12:56:32 | Tree |
2012-05-28 11:58:19 | Tree | |
[r16477]
by
bugman
The structure.rotate R arg now defaults to the identity matrix. This is simply for the GUI. |
2012-05-28 11:33:56 | Tree |
2012-05-28 11:22:10 | Tree | |
[r16475]
by
bugman
Converted all of the frame order system test scripts to be executable as GUI tests. |
2012-05-28 11:21:35 | Tree |
[r16474]
by
bugman
Fixes for the script_exec() GUI test base method. This now adds 'pi' to the namespace in which the scripts are executed in. |
2012-05-28 11:08:13 | Tree |
[r16473]
by
bugman
GUI test scripts are now executed via prompt.interpreter.exec_script(). This allows the preservation of imports within the scripts. The old execfile() method was causing |
2012-05-28 11:01:03 | Tree |
[r16472]
by
bugman
The GUI auto-generated user function SetValue() method now skips function and fn arg arguments. These are not supported in the GUI! |
2012-05-28 10:05:50 | Tree |
[r16471]
by
bugman
Fixes for the grace.write user function definitions for the GUI. The x_data_type and y_data_type can be set by the user to, for example, 'spin'. Therefore they |
2012-05-28 08:44:52 | Tree |