Add a signal for syncing external animation systems
authorLaszlo Agocs <laszlo.agocs@digia.com>
Wed, 19 Feb 2014 11:20:20 +0000 (12:20 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 20 Feb 2014 11:51:38 +0000 (12:51 +0100)
commit6df89c3b9d4e88d600c80aa3f39718fcab14fc6f
treec40745fea6fa386c16c568f35a0298e96121db66
parent691469c05c882fb290546484448df684976f9233
Add a signal for syncing external animation systems

[ChangeLog] QQuickWindow will now emit the afterAnimating() signal
from the gui thread before each scenegraph sync request.

Change-Id: I4897c82f75066238e781455d4fce4fb6bbe2558e
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/quick/items/qquickwindow.cpp
src/quick/items/qquickwindow.h
src/quick/scenegraph/qsgrenderloop.cpp
src/quick/scenegraph/qsgthreadedrenderloop.cpp
src/quick/scenegraph/qsgwindowsrenderloop.cpp
tests/auto/quick/qquickwindow/tst_qquickwindow.cpp