summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/data/keystest.qml
Commit message (Collapse)AuthorAgeFilesLines
* Test for QTBUG-13685Martin Jones2010-10-081-0/+1
| | | | Task-number: QTBUG-13685
* Improve test coverage for declarative module.Michael Brasser2010-10-041-0/+3
| | | | Add additional autotests, and remove unreachable functions.
* 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 tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-181-0/+20
The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type).