Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PinchArea sometimes failed. | Martin Jones | 2011-02-01 | 1 | -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 Jones | 2011-01-07 | 1 | -10/+10 |
| | | | | | Task-number: QTBUG-15491 Reviewed-by: Michael Brasser | ||||
* | Add PinchArea. | Martin Jones | 2010-11-28 | 1 | -0/+308 |
Provides two finger gestures: zoom, rotate, pan. Task-number: QTBUG-15491 Reviewed-by: Aaron Kennedy |