More refactoring on animation controller
authorCharles Yin <yinyunqiao@gmail.com>
Wed, 7 Mar 2012 14:12:58 +0000 (00:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Mar 2012 22:50:52 +0000 (23:50 +0100)
commitc67ed6887a8ee2fac935d81630b4b77926486c9b
tree1b9dff98f2fe8e83927400b3743923db93fa9a42
parentc291efff26c13963cf98c127bfa759f89f103e48
More refactoring on animation controller

Add a flag and helper functions for disabling user control in QAbstractAnimationJob
class and make it synchronized with QDeclarativeAnimation class's disableUserControl
flag.

Change-Id: Ifa84ab0c78291941469c33f2cafe5f61ee718b2c
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/qml/animations/qabstractanimationjob.cpp
src/qml/animations/qabstractanimationjob_p.h
src/quick/util/qquickanimationcontroller.cpp
tests/auto/quick/qquickanimationcontroller/data/tst_coloranimation.qml [new file with mode: 0755]
tests/auto/quick/qquickanimationcontroller/data/tst_parallelanimation.qml [new file with mode: 0644]
tests/auto/quick/qquickanimationcontroller/data/tst_sequentialanimation.qml [new file with mode: 0644]
tests/auto/quick/quick.pro