PathAnimation updates.
authorMichael Brasser <michael.brasser@nokia.com>
Wed, 7 Sep 2011 02:39:58 +0000 (12:39 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 18 Sep 2011 23:05:17 +0000 (01:05 +0200)
commit48e333595fd81192a8cc2befa509407cc7a43381
treea5e8db90201117d71d5677c67c249d086fcf508a
parent38fc46c5d81f08328cec474e2f7f8b9285bccefc
PathAnimation updates.

Allow smooth orientation changes, smooth interruptions,
and implicit "from" in PathAnimation.

Change-Id: I2191f6df89ec25d78b1d498827281803a07129c9
Reviewed-on: http://codereview.qt-project.org/4378
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/items/qsganimation.cpp
src/declarative/items/qsganimation_p.h
src/declarative/items/qsganimation_p_p.h
src/declarative/util/qdeclarativeanimation_p_p.h
src/declarative/util/qdeclarativepath.cpp
src/declarative/util/qdeclarativepath_p.h
tests/auto/declarative/qdeclarativeanimations/data/pathAnimation2.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeanimations/data/pathAnimationNoStart.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp