| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Allow PinchArea to be more aggressive in grabbing the gesture and
keep the gesture until all touches are released.
Change-Id: Ic80b7c4c478e1ee3b1c3da0772553756d9d5473f
Task-number: QTBUG-17829
Reviewed-by: Bea Lam
|
|\ \
| |/
|/|
| |
| | |
Conflicts:
src/s60installs/eabi/QtOpenVGu.def
|
| |
| |
| |
| |
| | |
Reviewed-by: Trust Me
(cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
|
|/
|
|
|
|
|
|
|
|
|
| |
The rotation is the total rotation that has been applied since the
gesture started. This should not be normalized to -180 to 180. If you
contort your fingers such that you have rotated 420deg then that is
what should be reported.
Change-Id: I24ba3f105befc2b0d31f1933911a94a0152ffcb4
Task-number: QTBUG-17437
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
| |
Almost always failed on Mac and could fail on other systems due to
QDeclarativePinchEvent::m_accepted not being initialized.
Task-number: QTBUG-15491
Reviewed-by: Bea Lam
|
|
|
|
|
| |
Task-number: QTBUG-15491
Reviewed-by: Michael Brasser
|
|
Provides two finger gestures: zoom, rotate, pan.
Task-number: QTBUG-15491
Reviewed-by: Aaron Kennedy
|