Made QQuickWindowManager pluggable via QSGContext.
authorGunnar Sletta <gunnar.sletta@nokia.com>
Mon, 5 Mar 2012 08:28:10 +0000 (09:28 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 5 Mar 2012 10:26:23 +0000 (11:26 +0100)
commit416786d0f7fee72e235814c98eb2d887b6098ae3
treec5e56a0afe871f5e61c0d60384efa6f6b4902ebf
parent12048b91d95034725830a465c33c387cec26a971
Made QQuickWindowManager pluggable via QSGContext.

Also rename paint() to exposureChanged() as that is what the function
actually means. The implementation of paint() has been removed in both
trivial and threaded version as it is superflous as show() already
triggers rendering.

Change-Id: I7e53f42786efaf961921f10a39977de511965d71
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/quick/items/qquickcanvas.cpp
src/quick/items/qquickwindowmanager.cpp
src/quick/items/qquickwindowmanager_p.h
src/quick/scenegraph/qsgcontext_p.h
src/quick/scenegraph/qsgcontextplugin.cpp
src/quick/scenegraph/qsgcontextplugin_p.h