Menu

SVN archive Commit Log


Commit Date  
[r16486] by bugman

Fixes for user function calls in the spin viewer and the pipe editor.

2012-05-28 16:05:19 Tree
[r16485] by bugman

Missing import.

2012-05-28 15:57:59 Tree
[r16484] by bugman

Removed unused imports.

2012-05-28 15:56:23 Tree
[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
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.