summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldom
Commit message (Collapse)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-291-0/+40
|
* Make more mac friendlyAaron Kennedy2009-10-281-0/+2
|
* Add support for value interceptors to the DOM.Michael Brasser2009-10-261-3/+27
|
* Follow -> SpringFollowWarwick Allison2009-10-081-2/+2
|
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+2
| | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* Fix qmldom test casesKai Koehne2009-08-211-33/+44
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-234-0/+8
| | | | | Adjust examples and demos accordingly. As per QT-558
* Expose qml import statements in QmlDomKai Koehne2009-07-155-2/+44
|
* Fix broken qmldom autotestsKai Koehne2009-07-152-0/+6
|
* Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-2/+11
| | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components
* Add test case for QmlDom - loading a component with sub componentsKai Koehne2009-05-072-1/+17
| | | | | Right now QmlDomDocument::load returns false with error message "QmlDomDocument supports local types only"
* Extended the test for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+15
|
* Added (failing) testcase for QmlDomValueValueSource.Erik Verbruggen2009-05-041-0/+19
|
* Fix script snippet in test exampleKai Koehne2009-05-041-1/+1
|
* Added simple autotests for QmlDom classesKai Koehne2009-04-302-0/+93