Menu

SVN archive Commit Log


Commit Date  
[r10493] by bugman

The controller window does not lock the GUI after clicking 'View -> Controller'.

Show() is used instead of ShowModal().

2010-01-28 11:49:32 Tree
[r10492] by bugman

Created a basic, though not yet functional, assemble_data() method.

This will now pack the all the model-free data into a container and return that instead.

2010-01-28 11:46:46 Tree
[r10491] by bugman

Added a module for the GUI base classes.

This currently contains only a single empty class to be used as a container.

2010-01-28 11:36:42 Tree
[r10490] by bugman

The relax controller window is shown straight after the global model choice dialog.

2010-01-28 11:30:55 Tree
[r10489] by bugman

Import spelling mistake fix.

2010-01-28 11:26:59 Tree
[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
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.