summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflickable_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Port Flickable and Flipable to support QGraphicsObject.Alexis Menard2010-03-251-2/+2
| | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-2/+2
| | | | Also some minor perf improvements by avoiding signal/slot connection
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-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 Allison2010-02-241-0/+214
QDeclarativeXXX.