Menu

SVN archive Commit Log


Commit Date  
[r10391] by bugman

Shifted the rest of the menu related code into build_menu_bar().

This is just the bind actions. The menu bar can now easily be spun out into its own module.

2010-01-26 15:42:15 Tree
[r10390] by bugman

Fixed the wx.Frame base class initialisation.

The previous code didn't do anything.

2010-01-26 13:58:57 Tree
[r10389] by bugman

Shifted the creation of the menu bar from __init__() into build_menu_bar().

2010-01-26 13:52:40 Tree
[r10388] by bugman

Added a docstring and comments to the Main.__init__() method.

2010-01-26 13:48:35 Tree
[r10387] by bugman

The global LOCAL_TM variable has been shifted into a class level variable.

This variable is not too well used in the code base - presumably this code is incomplete.

2010-01-26 13:35:25 Tree
[r10386] by bugman

Import fixes.

2010-01-26 13:20:16 Tree
[r10385] by bugman

A few more variables from add_relax_data_input() were shifted back into the class namespace.

Access to the GUI elements storing data is required throughout. Eventually this data will be
temporary and only reflect the contents of the relax data store.

2010-01-26 13:19:19 Tree
[r10384] by bugman

self is no longer passed into check_entries() as this is no longer a pseudo-method.

2010-01-26 13:16:31 Tree
[r10383] by bugman

Shifted check_entries() and whichmodel() from select_model_calc to auto_model_free.

These are specific to the automatic model-free protocol, so do not need to be in a separate module.
They were also converted from functions to methods.

2010-01-26 13:15:28 Tree
[r10382] by bugman

Removed the unused analyses.select_model_calc import.

2010-01-26 13:11:50 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.