Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make QmlDom API internal | Kai Koehne | 2010-02-18 | 1 | -349/+0 |
| | | | | | | | It's still used by QmlDesigner, therefore the symbols have to be exported. Task-number: QTBUG-6845 | ||||
* | Added isAlias to the QmlDomDynamicProperty. | Erik Verbruggen | 2009-12-21 | 1 | -1/+2 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -1/+2 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | QmlDom tests | Aaron Kennedy | 2009-11-11 | 1 | -1/+3 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Add support for value interceptors to the DOM. | Michael Brasser | 2009-10-26 | 1 | -0/+20 |
| | |||||
* | Remove QmlDomDocument::save | Kai Koehne | 2009-08-24 | 1 | -1/+0 |
| | |||||
* | Remove QmlDomDocument::version | Kai Koehne | 2009-08-24 | 1 | -1/+0 |
| | | | | Has been superseeded by the versioning/library infrastructure. | ||||
* | Remove setter from QmlDom classes | Kai Koehne | 2009-08-24 | 1 | -11/+0 |
| | | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron. | ||||
* | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 1 | -0/+3 |
| | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
* | Fix documentation for QmlDomObject::className | Kai Koehne | 2009-08-18 | 1 | -1/+1 |
| | | | | | | The name of this method is also misleading, maybe rename it to just QmlDomObject::name and QmlDomObject::objectType() to QmlDomObject::qualifiedName() ? | ||||
* | Added objectClassName now that objectType is the fully-qualified type | Erik Verbruggen | 2009-07-24 | 1 | -0/+1 |
| | | | | name. | ||||
* | Small cleanups | Aaron Kennedy | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | Expose qml import statements in QmlDom | Kai Koehne | 2009-07-15 | 1 | -1/+24 |
| | |||||
* | Removed superfluous methods. | Erik Verbruggen | 2009-07-01 | 1 | -2/+0 |
| | |||||
* | Fixes for the dynamic properties in the QML DOM. | Erik Verbruggen | 2009-06-30 | 1 | -2/+1 |
| | |||||
* | First set of changes to add dynamic properties to the QML DOM. | Erik Verbruggen | 2009-06-30 | 1 | -0/+31 |
| | |||||
* | Expose extended type URLs through the QML DOM API | Aaron Kennedy | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | Changed the QML parser and the AST to store the position of comma tokens | Erik Verbruggen | 2009-06-10 | 1 | -0/+2 |
| | | | | of QML arrays. Also exposed these positions through the QML DOM. | ||||
* | Added offsets of automatically inserted semicolons to the DOM and the | Erik Verbruggen | 2009-06-04 | 1 | -0/+3 |
| | | | | QML script parser. | ||||
* | Added range information for lists which contains the position and length | Erik Verbruggen | 2009-05-29 | 1 | -0/+3 |
| | | | | from the open bracket upto the close bracket. | ||||
* | Added positioning information to the dom as position+length. | Erik Verbruggen | 2009-05-11 | 1 | -0/+9 |
| | | | | Reviewed-by: Roberto Raggi | ||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 1 | -1/+2 |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | ||||
* | Fix loading of components containing sub components through QmlDom | Kai Koehne | 2009-05-07 | 1 | -1/+1 |
| | | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components | ||||
* | Remove declaration of loadError from QmlDomDocument | Kai Koehne | 2009-05-05 | 1 | -1/+0 |
| | | | | Implementation was already removed in c7a0cae7deb6e31c | ||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -0/+2 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+263 |