summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Add missing auto test files.Martin Jones2010-08-161-0/+7
|
* Expose the Flickable's internal contentItemMartin Jones2010-06-241-0/+6
| | | | | | | | So that dynamically created items can be parented to the contentItem and be flicked with the rest of the content. Task-number: QTBUG-11674 Reviewed-by: Aaron Kennedy
* 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.