Menu

SVN archive Commit Log


Commit Date  
[r16426] by bugman

The prompt UI versions of the auto-generated user functions are now stored in self._uf_dict.

This is a dictionary whereby the keys are the full user function names as text. This is designed
for speed, so that the user function object can be retrieved much faster.

2012-05-24 07:10:47 Tree
[r16425] by bugman

Bug fix for all of the specific analysis code.

The SPIN_PARAM and GLOBAL_PARAM structures are now initialised within the __init__() methods rather
than being class variables. This bug was only uncovered by the auto-generated user functions. The
problem with them being class variables of the base class is that the objects are then the same for
all specific analyses.

2012-05-23 19:35:52 Tree
[r16424] by bugman

All the wizard method 'event' args have been converted to keyword args.

This is for better remote control, for example by the GUI tests.

2012-05-23 18:28:33 Tree
[r16423] by bugman

All the model-free GUI auto-analysis method 'event' args have been converted to keyword args.

This is for better remote control, for example by the GUI tests.

2012-05-23 18:25:49 Tree
[r16422] by bugman

Import fixes for the spin viewer window.

2012-05-23 18:13:10 Tree
[r16421] by bugman

Fixes to the model-free GUI auto-analysis test.

This includes an attempt to test out the spin viewer window code paths, thought that was stopped
short due to a bug in the spin viewer.

2012-05-23 18:10:31 Tree
[r16420] by bugman

Converted many GUI functions expecting a wx.Event to have the event as an optional arg.

These are now keyword args defaulting to None. This allows remote control of GUI elements, which is
needed for the GUI tests.

2012-05-23 18:08:57 Tree
[r16419] by bugman

Bug fix for the graphics.fetch_icon() method.

This was not returning the full path, just the relative path. This results in the failure to find
and load the icons when relax is run from any directory other than the installed directory.

2012-05-23 17:50:55 Tree
[r16418] by bugman

Bug fix for the calling of the GUI user function objects.

The user function page update_args() method is now being called to update all the ComboBoxes with
the current relax data store data. Without this, the lists would be empty or out of date. A call
requiring a user function arg to be set on a read only ComboBox would then fail.

2012-05-23 17:27:04 Tree
[r16417] by bugman

Bug fix for the Value GUI input element for the SetValue() method.

When None was being supplied, this method did nothing. This behaviour is incorrect! It should
instead blank the GUI element!

2012-05-23 16:55:55 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.