summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/qtest
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-294-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* 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
* Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-132-0/+2
| | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test)
* Fix local type lookupmae2010-03-193-0/+5
| | | | | | This change removes the hacky final baseUrl+TypeName+".qml" lookup. In order to still support internal files in remote modules, a new qmldir keyword "internal" is introduced.
* Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-102-4/+4
| | | | was only working with -1.-1 which looks silly)
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-248-0/+15
QDeclarativeXXX.