Changeset fa14b3


Ignore:
Timestamp:
May 5, 2016, 9:42:58 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Parents:
996ef1
git-author:
Frederik Heber <heber@…> (04/28/16 18:56:50)
git-committer:
Frederik Heber <heber@…> (05/05/16 09:42:58)
Message:

Running ActionQueue in extra thread (--enable-action-thread) is now on per default.

  • this is now safe to use with QtGui (and makes the GUI responsive during actions).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r996ef1 rfa14b3  
    4747        AS_HELP_STRING([--enable-action-thread],[turn on extra run thread for ActionQueue [default=yes]]),
    4848        enable_action_thread=$enableval,
    49         enable_action_thread="no"
     49        enable_action_thread="yes"
    5050)
    5151AC_MSG_RESULT($enable_action_thread)
Note: See TracChangeset for help on using the changeset viewer.