Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -0/+40 |
| | |||||
* | Make more mac friendly | Aaron Kennedy | 2009-10-28 | 1 | -0/+2 |
| | |||||
* | Add support for value interceptors to the DOM. | Michael Brasser | 2009-10-26 | 1 | -3/+27 |
| | |||||
* | Follow -> SpringFollow | Warwick Allison | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 1 | -0/+2 |
| | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
* | Fix qmldom test cases | Kai Koehne | 2009-08-21 | 1 | -33/+44 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 4 | -0/+8 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Expose qml import statements in QmlDom | Kai Koehne | 2009-07-15 | 5 | -2/+44 |
| | |||||
* | Fix broken qmldom autotests | Kai Koehne | 2009-07-15 | 2 | -0/+6 |
| | |||||
* | Fix loading of components containing sub components through QmlDom | Kai Koehne | 2009-05-07 | 1 | -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 components | Kai Koehne | 2009-05-07 | 2 | -1/+17 |
| | | | | | Right now QmlDomDocument::load returns false with error message "QmlDomDocument supports local types only" | ||||
* | Extended the test for QmlDomValueValueSource. | Erik Verbruggen | 2009-05-04 | 1 | -1/+15 |
| | |||||
* | Added (failing) testcase for QmlDomValueValueSource. | Erik Verbruggen | 2009-05-04 | 1 | -0/+19 |
| | |||||
* | Fix script snippet in test example | Kai Koehne | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Added simple autotests for QmlDom classes | Kai Koehne | 2009-04-30 | 2 | -0/+93 |