diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2011-11-18 12:07:08 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2011-11-18 14:27:57 (GMT) |
commit | 52a93f068d2869fbe4e4deae2ed704d683e12834 (patch) | |
tree | 31ed06ba9ea970362be11435100d5b56d7aa60c6 /dist/changes-4.7.2 | |
parent | 12e40dc6350ce37a6108c62d3c954a50df621dbd (diff) | |
download | Qt-52a93f068d2869fbe4e4deae2ed704d683e12834.zip Qt-52a93f068d2869fbe4e4deae2ed704d683e12834.tar.gz Qt-52a93f068d2869fbe4e4deae2ed704d683e12834.tar.bz2 |
Export QtGui functions required by QtMultimediaKit backend
In order for video rendering to work, the Symbian QtMultimediaKit
backend needs access to QtGui functionality which is not exposed
via public interfaces, namely:
* QSymbianControl::setIgnoreFocusChanged(bool)
* Setting custom painting modes, which control how content is
blitted from the backing store into the native window surface
* Requesting notification when Qt drawing starts and stops, so
that the backend can ensure this does not interfere with video
rendering.
Until now, this has been achieved by the backend including private
QtGui headers. If these headers are not present in the environment
in which QtMobility is compiled, a warning is printed, telling the
user that video / viewfinder rendering will not work correctly when
the resulting binaries are installed.
This patch adds a Symbian-specific public interface to QtGui, which
exports the functionality above.
Task-number: MOBILITY-747
Reviewed-by: mread
Diffstat (limited to 'dist/changes-4.7.2')
0 files changed, 0 insertions, 0 deletions