Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update test to handle QmlNetworkAccessManagerFactory | Martin Jones | 2010-02-05 | 1 | -19/+22 |
| | |||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-17 | 1 | -0/+53 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Tests | Aaron Kennedy | 2009-11-16 | 1 | -0/+53 |
| | | |||||
* | | Use QDir::separator() and follow no-trailing-slash convention. | Warwick Allison | 2009-11-16 | 1 | -0/+8 |
|/ | | | | Fixes QTBUG-5841 | ||||
* | QmlEngine tests | Aaron Kennedy | 2009-11-16 | 2 | -0/+184 |
| | |||||
* | Merge qmlengine and qmlbindengine tests | Aaron Kennedy | 2009-09-23 | 3 | -109/+0 |
| | |||||
* | Start adding convenience functions for value types. | Michael Brasser | 2009-08-27 | 2 | -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 Koehne | 2009-05-19 | 2 | -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. |