Add designer support for animations and componentComplete
authorMarco Bubke <marco.bubke@digia.com>
Thu, 22 Nov 2012 10:28:57 +0000 (11:28 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 22 Nov 2012 11:34:41 +0000 (12:34 +0100)
commit8fc95e65e77328c995ef4a3a633a95c86f5e0bdf
treec36f38de6625c04b1ab51e08f8f9e7e78dc1fa1f
parentc2a6e7276dfce6142202ee9db4aaaf15a53cb530
Add designer support for animations and componentComplete

In the designer animations confuse users, if you change a state or move a
item around. Also component complete is called later by the designer.
The call in the VME is to early.

Change-Id: I49aa04edbc49fb44ddb7b52062307982865efd7e
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
src/qml/animations/qabstractanimationjob.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlengine_p.h
src/qml/qml/qqmlvme.cpp
src/quick/designer/designersupport.cpp
src/quick/designer/designersupport.h
src/quick/util/qquickbehavior.cpp