qt6-bb10/src/plugins
Shawn Rutledge 317c341a66 QWheelEvent on OSX: phase changes to ScrollEnd after momentum phase
The phase changes to ScrollEnd as soon as the user's fingers
are lifted from the trackpad; then the OS can optionally continue
sending scroll events to simulate deceleration, which are translated
into more QWheelEvents with phase ScrollUpdate.  With this patch,
the phase of the final event after the momentum phase will be
ScrollEnd to indicate that the scrolling is completely finished.

[ChangeLog][QtGui][QWheelEvent] on OSX, trackpad wheel event phase
transitions occur in the order ScrollBegin, ScrollUpdate, ...,
ScrollEnd, ScrollUpdate, ..., ScrollEnd, where the second batch of
updates represent momentum events (inertial scrolling).

Change-Id: I7404ed6fbbeaff6b1fa63e226fe1800494986b7b
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
2015-02-12 10:08:22 +00:00
..
bearer Update copyright headers 2015-02-11 06:49:51 +00:00
generic Update copyright headers 2015-02-11 06:49:51 +00:00
imageformats Update copyright headers 2015-02-11 06:49:51 +00:00
platforminputcontexts Update copyright headers 2015-02-11 06:49:51 +00:00
platforms QWheelEvent on OSX: phase changes to ScrollEnd after momentum phase 2015-02-12 10:08:22 +00:00
platformthemes Update copyright headers 2015-02-11 06:49:51 +00:00
printsupport Update copyright headers 2015-02-11 06:49:51 +00:00
sqldrivers Update copyright headers 2015-02-11 06:49:51 +00:00
styles Update copyright headers 2015-02-11 06:49:51 +00:00
plugins.pro BlackBerry 10 specific widget style as a style plugin 2014-11-07 16:35:47 +01:00