summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepincharea
Commit message (Collapse)AuthorAgeFilesLines
* PinchArea sometimes failed.Martin Jones2011-02-011-24/+0
| | | | | | | | 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
* expect fail for some PinchArea tests on macBea Lam2011-01-281-0/+15
|
* disable some pincharea tests on mac temporarilyBea Lam2011-01-281-0/+9
|
* PinchArea API changes following review.Martin Jones2011-01-071-1/+1
| | | | | Task-number: QTBUG-15491 Reviewed-by: Michael Brasser
* Add PinchArea autotests.Martin Jones2011-01-071-2/+2
| | | | Task-number: QTBUG-15491
* Add PinchArea.Martin Jones2010-11-283-0/+377
Provides two finger gestures: zoom, rotate, pan. Task-number: QTBUG-15491 Reviewed-by: Aaron Kennedy