summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepincharea
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Add missing test file.Martin Jones2011-04-011-0/+50
| | | | | | | Missing from ea304fb207b681ee084c4ce9bc61d1dd847bd7b0 Change-Id: If69b16fe71c69c174968868afed5647d6ea414a8 Task-number: QTBUG-17829
* PinchArea and Flickable don't work well enough togetherMartin Jones2011-03-311-0/+73
| | | | | | | | | 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
* 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