Menu

SVN archive Commit Log


Commit Date  
[r13313] by bugman

Modified the threading execution of the GUI analyses.

The class gui.analyses.execute.Execute has been created to be a base class for all the analysis
threads. The specific analyses then only need to derive from this by providing the run() method.
All of the threaded vs. non-threaded, exception handling, and other threaded properties will then
be handed by this class.

2011-06-29 15:21:00 Tree
[r13312] by bugman

Fix for the sequence data in assemble_data().

2011-06-29 14:11:45 Tree
[r13311] by bugman

Removed an unused import.

2011-06-29 14:11:20 Tree
[r13310] by bugman

Fixed the import of the threading module.

2011-06-29 14:08:37 Tree
[r13309] by bugman

Removed an unused import.

2011-06-29 14:08:22 Tree
[r13308] by bugman

The higher level threading.Thread class is being used rather than thread.start_new_thread().

This matches the NOE analysis changes of r13255.

2011-06-29 14:07:14 Tree
[r13307] by bugman

Docstring fix for the NOE assemble_data() method.

2011-06-29 14:00:42 Tree
[r13306] by bugman

The assemble_data() method no longer returns the 'complete' flag.

This is obvious from the missing data list.

2011-06-29 14:00:19 Tree
[r13305] by bugman

The Rx data is now assembled outside of the thread and a message dialog is shown for missing data.

The missing data was previously printed to stdout (the relax controller or shell), but is now shown
in a dialog.

2011-06-29 13:59:00 Tree
[r13304] by bugman

The execute relax button IDs are now all stored.

2011-06-29 13:56:45 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.