| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|