Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 1 | -1/+8 |
| | | | | Task-number: QTBUG-9993 | ||||
* | Port Flickable and Flipable to support QGraphicsObject. | Alexis Menard | 2010-03-25 | 1 | -2/+2 |
| | | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy | ||||
* | Remove code dupliation in fixupX/Y(), flickX/Y() | Martin Jones | 2010-03-08 | 1 | -2/+2 |
| | | | | Also some minor perf improvements by avoiding signal/slot connection | ||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -21/+16 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+214 |
QDeclarativeXXX. |