Menu

SVN archive Commit Log


Commit Date  
[r10488] by bugman

Big changes in how the automatic model-free protocol is executed.

The call to gui_bieri.execution.calc_modelfree.start_modelfree() has been eliminated. This has been
replaced by a call to self.execute(). This new method assembles the data required for the protocol
from the relax data store (by calling self.assemble_data() which doesn't exist yet), and then starts
and stores the thread which is executing dAuvergne_protocol.

2010-01-28 11:26:13 Tree
[r10487] by bugman

Removed all the model-free code from the controller module.

2010-01-28 11:21:51 Tree
[r10486] by bugman

Added the empty class Thread_container to be used to store the calculation thread info.

2010-01-28 11:20:52 Tree
[r10485] by bugman

Added a list (self.calc_threads) for holding the calculation thread IDs.

This can be used for controlling the threads by the controller window.

2010-01-28 11:00:49 Tree
[r10484] by bugman

Simplified the local variable names in add_execute_relax().

The following have been renamed and shifted into the local namespace:
self.label_5_copy_1_copy_3 -> label
self.relax_start_modelfree -> button
exec_relax_copy_1_copy_3 -> sizer

2010-01-28 10:56:34 Tree
[r10483] by bugman

Added a docstring and comment to the cancel_calculation() method (which does nothing right now).

2010-01-28 10:37:25 Tree
[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
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.