summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
Commit message (Collapse)AuthorAgeFilesLines
* Make QmlDom API internalKai Koehne2010-02-181-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 Verbruggen2009-12-211-1/+2
|
* fix includesOswald Buddenhagen2009-12-031-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 Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* QmlDom testsAaron Kennedy2009-11-111-1/+3
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Add support for value interceptors to the DOM.Michael Brasser2009-10-261-0/+20
|
* 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