Commit | Date | |
---|---|---|
[r16482]
by
bugman
Converted the spin_id_element() wizard method into the gui.input_elements.spin_id.Spin_id GUI element. |
2012-05-28 14:55:34 | Tree |
2012-05-28 14:16:06 | Tree | |
[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 |