summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview/data/setindex.qml
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-1/+1
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-241-7/+3
| | | | Task-number: QTBUG-9256
* Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-241-0/+33
Task-number: QTBUG-8456