Menu

SVN archive Commit Log


Commit Date  
[r16412] by bugman

Fix for the logic in the recycling of old user function wizards.

2012-05-23 08:03:01 Tree
[r16411] by bugman

Fix for the system test base script running method script_exec().

This now calls the interpreter, rather than itself in a circular loop!!!

2012-05-23 07:59:22 Tree
[r16410] by bugman

Removed the useless GUI interpreter flush() call in the GUI tests base _execute_uf() call.

This is not needed as the GUI user function calls are synchronous. This cuts the GUI test
running time down by about 1/4!

2012-05-23 07:44:09 Tree
[r16409] by bugman

Fix in the GUI uf page SetValue() method for the sequence.display user function.

The uf has the 'sep' arg, but this is not part of the free file format set of args! The SetValue()
method is now checking if the free file format is active for the page, before assuming an arg is
part of that set.

2012-05-23 07:05:23 Tree
[r16408] by bugman

The wizards for the individual user function pages are now recycled.

This should speed up the GUI (and the GUI tests massively). Closing the wizard calls the Close()
rather than Destroy() method, so the wizards are still in memory. A new call to an old GUI uf
object will simply call SetValue() for all keyword arg GUI elements, hence reset the element.

The Wizard GUI object has been modified to only add the buttons if they do not currently exist.
Without this, a new set of buttons is added each time the user function wizard appears.

2012-05-23 07:00:11 Tree
[r16407] by bugman

The GUI base class now has access to math.pi.

This is necessary as the system test scripts are run in this namespace rather than the interpreter
namespace which has pi defined.

2012-05-23 06:56:17 Tree
[r16406] by bugman

The Combo_list GUI input element can now handle values typed out by the user.

This affects both the GetValue() and SetValue() methods.

2012-05-22 17:08:27 Tree
[r16405] by bugman

The value.set user function 'param' arg can now be manually set by the user rather than selected.

A number of N-state model parameters require this.

2012-05-22 17:07:01 Tree
[r16404] by bugman

Better handling of empty data in the Sequence.GetValue() method.

2012-05-22 16:50:48 Tree
[r16403] by bugman

The non-supplied user function args in the GUI tests are now set to the default.

This is for the _execute_uf() base method, and is essential for the free file format where the
column args must, in many cases, be set to None.

2012-05-22 16:15:38 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.