summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlengine
Commit message (Collapse)AuthorAgeFilesLines
* Make tests compile without webkitAaron Kennedy2010-02-151-1/+1
|
* Fix QmlEngine offlineStoragePath test.Martin Jones2010-02-111-1/+1
|
* Update test to handle QmlNetworkAccessManagerFactoryMartin Jones2010-02-051-19/+22
|
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-171-0/+53
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * TestsAaron Kennedy2009-11-161-0/+53
| |
* | Use QDir::separator() and follow no-trailing-slash convention.Warwick Allison2009-11-161-0/+8
|/ | | | Fixes QTBUG-5841
* QmlEngine testsAaron Kennedy2009-11-162-0/+184
|
* Merge qmlengine and qmlbindengine testsAaron Kennedy2009-09-233-109/+0
|
* Start adding convenience functions for value types.Michael Brasser2009-08-272-16/+77
| | | | | Allows you to write things like "geometry: Qt.rect(0,0,100,100)" and "color: Qt.hsla(.7,.5,.2)"
* Added QmlEngine::componentSearchPath()Kai Koehne2009-05-192-0/+48
componentSearchPath() returns the list of urls (folders) inspected by qml to locate sub components. This is used in Bauhaus. Autotests have been stored in new "declarative/qmlengine" directory.