summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data
Commit message (Collapse)AuthorAgeFilesLines
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-1/+1
| | | | Task-number: QTBUG-9993
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-263-3/+3
| | | | 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-244-0/+48
QDeclarativeXXX.