Menu

SVN archive Commit Log


Commit Date  
[r14097] by bugman

Changed the text of the main gauge in the relax controller.

2011-08-04 07:35:10 Tree
[r14096] by bugman

The model-free and relaxation curve-fitting gauges are now differently named.

This should allow the MC simulation gauges to update correctly, as the rx fitting one was being
overwritten by the model-free one.

2011-08-04 07:34:09 Tree
[r14095] by bugman

RelaxWarnings are now coloured 'orange red' in the log control of the relax controller.

2011-08-04 07:10:41 Tree
[r14094] by bugman

The Monte Carlo simulation number is now stored in the auto-analysis part of the status object.

This is only when an auto-analysis is running.

2011-08-03 19:32:57 Tree
[r14093] by bugman

The current analysis is stored by name in the status singleton when the exec_lock is on.

2011-08-03 19:27:02 Tree
[r14092] by bugman

The relax prompt is now coloured blue in the relax controller log element.

2011-08-03 18:24:06 Tree
[r14091] by bugman

The STDOUT and STDERR streams are segregated in the LogCtrl and STDERR messages coloured red.

2011-08-03 17:15:47 Tree
[r14090] by bugman

The relax controller log window can now distinguish between STDOUT and STDERR messages.

STDOUT and STDERR are now being sent to separate instances of Redirect_text, and added to the log
queue with a flag specifying which is which.

2011-08-03 16:37:17 Tree
[r14089] by bugman

The relax controller and auto-analysis threads are now active in debugging mode.

The Redirect_text.write() method now sends the text to sys.__stdout__.write() prior to any other
actions so that all debugging messages are sent minimally to the terminal. This allows debugging
of the GUI and threads with them being active.

2011-08-03 16:27:58 Tree
[r14088] by bugman

Redirect_text is now placing all messages onto a log queue and the LogCtrl is reading from this queue.

The log_queue Queue object is now used to store messages so that not every write() event to STDOUT
and STDERR results in the relax controller log window updating. This allows the controller and the
GUI to remain responsive as masses of messages are produced.

2011-08-03 16:03:36 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.