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.