Menu

SVN archive Commit Log


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
[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
[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
the 'globals' to be overwritten, hence imports in the scripts are not visible inside methods or
classes.

2012-05-28 11:01:03 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.