Commit | Date | |
---|---|---|
[r11829]
by
bugman
The status object is not being initialised on import, to allow controlled setup upon start up. |
2010-12-15 00:36:48 | Tree |
[r11828]
by
bugman
The status object is being initialised and setup before execution of the main relax class. |
2010-12-15 00:36:05 | Tree |
[r11827]
by
bugman
Fixes for the status object by renaming __init__() to setup() and calling it only once. The object was not acting as a singleton because of the presence of __init__(). This is now fixed. |
2010-12-15 00:35:28 | Tree |
[r11826]
by
bugman
The Mf.bug_14941_local_tm_global_selection system test now prints out some status info. This is to test the status container. |
2010-12-15 00:33:13 | Tree |
2010-12-15 00:30:55 | Tree | |
[r11824]
by
michaelbieri
Error message is popping up if model-free calculation is started without pdb file specified. |
2010-12-15 00:29:19 | Tree |
[r11823]
by
michaelbieri
The settings for parameter files are stored in integers. The GUI converts them and passes integers back to the relax data store. In addition, the settings dialog is craeted in the relax_gui.py script. |
2010-12-15 00:16:53 | Tree |
[r11822]
by
michaelbieri
relaxGUI job is killed upon exiting the program. This is to completely kill running threads, which can't be controlled under Python. The error was detected by Edward d'Auvergne reported at https://gna.org/bugs/index.php?17317. |
2010-12-14 23:56:30 | Tree |
2010-12-14 22:47:33 | Tree | |
[r11820]
by
bugman
An execution lock has been added to the status object. This allows parts of relax to prevent others from running, which is especially useful in certain |
2010-12-14 22:47:05 | Tree |