This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MoleCuilder". The branch, StatusToAllActions has been created at ffe48897f51117b06b84ecf4999b484bde338000 (commit) - Log ----------------------------------------------------------------- commit ffe48897f51117b06b84ecf4999b484bde338000 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Jun 19 15:56:27 2014 +0200 All Actions now give correct failure status via STATUS() macro. commit 0c97ae3c6e80a4bfb7335c17516e13768eeb2a9d Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Jun 19 15:55:01 2014 +0200 ActionQueue gives caught failure of Action and success via pushStatus(). commit b8cbb2ba3c8313dbb06da64b9e946e423926b9ec Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Jun 19 13:02:54 2014 +0200 Updated all UI's StatusIndicator classes to use ActionStatusList. - CommandLineStatusIndicator and TextStatusIndicator just print the message. - QtStatusBar has a QTimer that updates the status message in second intervals. commit c37ef8c451875cf29fdbc5ccacb6824377f33fbb Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Jun 19 11:17:06 2014 +0200 Added observable ActionStatusList to ActionQueue. - this allows to fetch Status messages from Actions at a central place. - Action::pushStatus() as befriended proxy to ActionQueue::pushStatus() added. - equipped ActionStatusList with a thread lock to protect access. commit 2aa9ef3809506a1158331a345bf5475b6f87f77a Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Jun 19 14:28:15 2014 +0200 FIX: TxMenu and CommandLineWindow lacked waitQueue() in the wait-for-key loop. - this has occured due to queueAction() introduction. - otherwise the UI is destroyed before even the first Action has started. ----------------------------------------------------------------------- hooks/post-receive -- MoleCuilder