Menu

SVN archive Commit Log


Commit Date  
[r16483] by bugman

Eliminated all of the wizard GUI input methods.

These are now all covered by the gui.input_elements package, so are no longer needed. The analysis
wizard had to be converted to using the package, but the methods are now no longer used.

2012-05-28 15:34:16 Tree
[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
[r16481] by bugman

Changed the minimise max_iter arg so that it has a min of 1 and max of 1e9 and is a GUI SpinCtrl.

This is a replacement for r16479, in that the arg element is reverted to a SpinCtrl but with a very
large upper limit.

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,
this is now a simple TextCtrl, fixing the problem.

2012-05-28 12:56:32 Tree
[r16478] by bugman

The gui.string_conv.list_to_gui() function can now handle numpy arrays.

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
[r16476] by bugman

The frame order system tests are now being run as GUI tests as well.

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.