summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepincharea_p.h
Commit message (Collapse)AuthorAgeFilesLines
* PinchArea sometimes failed.Martin Jones2011-02-011-1/+1
| | | | | | | | 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
* PinchArea API changes following review.Martin Jones2011-01-071-10/+10
| | | | | Task-number: QTBUG-15491 Reviewed-by: Michael Brasser
* Add PinchArea.Martin Jones2010-11-281-0/+308
Provides two finger gestures: zoom, rotate, pan. Task-number: QTBUG-15491 Reviewed-by: Aaron Kennedy