summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove QmlDomDocument::saveKai Koehne2009-08-241-1/+0
|
* Remove QmlDomDocument::versionKai Koehne2009-08-241-1/+0
| | | | Has been superseeded by the versioning/library infrastructure.
* Remove setter from QmlDom classesKai Koehne2009-08-241-11/+0
| | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron.
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+3
| | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* Fix documentation for QmlDomObject::classNameKai Koehne2009-08-181-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 typeErik Verbruggen2009-07-241-0/+1
| | | | name.
* Small cleanupsAaron Kennedy2009-07-161-1/+1
|
* Expose qml import statements in QmlDomKai Koehne2009-07-151-1/+24
|
* Removed superfluous methods.Erik Verbruggen2009-07-011-2/+0
|
* Fixes for the dynamic properties in the QML DOM.Erik Verbruggen2009-06-301-2/+1
|
* First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-0/+31
|
* Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-251-0/+1
|
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-101-0/+2
| | | | of QML arrays. Also exposed these positions through the QML DOM.
* Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-041-0/+3
| | | | QML script parser.
* Added range information for lists which contains the position and lengthErik Verbruggen2009-05-291-0/+3
| | | | from the open bracket upto the close bracket.
* Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+9
| | | | Reviewed-by: Roberto Raggi
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-1/+2
| | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi
* Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-1/+1
| | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components
* Remove declaration of loadError from QmlDomDocumentKai Koehne2009-05-051-1/+0
| | | | Implementation was already removed in c7a0cae7deb6e31c
* Improve error handling consistencyAaron Kennedy2009-05-051-0/+2
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+263