summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJarkko T. Toivonen <ext-jarkko.t.toivonen@nokia.com>2012-01-24 13:12:07 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-03 14:25:17 (GMT)
commite4073fdea521c4b6c36461b51fc16f818c502cc3 (patch)
tree6cbefb6f85b2ad7ffeb2dcf7b374674d4f556c91 /lib
parent1b031759ddfdab9703dfecac13f1ed318da3dafe (diff)
downloadQt-e4073fdea521c4b6c36461b51fc16f818c502cc3.zip
Qt-e4073fdea521c4b6c36461b51fc16f818c502cc3.tar.gz
Qt-e4073fdea521c4b6c36461b51fc16f818c502cc3.tar.bz2
Fix pinch-zoom problem when application is deactivated
Deactivation can happen for example if some notification dialog opens on top of the application. In this case the PinchFinished signal was not emitted. It is fixed so that when the QDeclarativePinchArea component receives QEvent::WindowDeactivate event, the ongoing touch activity is cancelled, which causes the pinch to finish. Also if QEvent::TouchUpdate event is received without receiving QEvent::TouchBegin event first, the QEvent::TouchUpdate event will not cause the updatePinch() method to be called. Task-number: ou1cimx1#948030 Change-Id: Ib8b9e1a022415be06f1a8e778b887418f32c75ef Reviewed-by: Murray Read <ext-murray.2.read@nokia.com> Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions