Menu

SVN archive Commit Log


Commit Date  
[r10482] by bugman

The controller close button is now always accessible.

2010-01-28 10:35:58 Tree
[r10481] by bugman

The controller close button now works better.

The method close_log() is now called handler_close(). Instead of calling self.Destroy(), it now
calls self.Close() allowing the controller to be re-opened.

2010-01-28 10:33:49 Tree
[r10480] by bugman

Added access to the relax controller from the main window.

The 'View' menu has been created with the single entry 'Controller'. This has a new oxygen icon.
The menu entry executes the show_controller() method which simply calls self.controller.ShowModal().
The controller will need to be modified to be universally accessible and closable at any time.

2010-01-28 10:27:45 Tree
[r10479] by bugman

Commented out the thread creation in the Controller.

These will be created by the specific analyses.

2010-01-28 09:56:54 Tree
[r10478] by bugman

The controller is now being built and stored in the main GUI object.

This is accessible as self.controller or in other GUI objects as self.gui.controller. To see the
controller, its ShowModal() method must be called.

2010-01-28 09:55:17 Tree
[r10477] by bugman

Import fixes for the relax controller window.

2010-01-28 09:53:35 Tree
[r10476] by bugman

Renamed the 'relax_control' module to 'controller'. There is no need to prepend 'relax_' to this.

2010-01-28 09:49:37 Tree
[r10475] by bugman

Renamed the Log_window class to Controller, as this dialog will be more than a log window.

2010-01-28 09:48:33 Tree
[r10474] by bugman

Shifted the relax_control module down back into the gui_bieri package.

This is a GUI element that is independent of the specific analyses. The analysis specific code can
be shifted into the modules of gui_bieri.analyses, and the threads also started from there. This
window can be initialised in the main GUI class and then shown by the analyses' execute methods.

2010-01-28 09:46:35 Tree
[r10473] by bugman

Removed a few args from gui_bieri.analyses.relax_control.start_modelfree().

2010-01-28 09:42:51 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.