summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-101-0/+10
| | | | 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/+10
| | | | QML script parser.
* Added range information for lists which contains the position and lengthErik Verbruggen2009-05-291-0/+24
| | | | from the open bracket upto the close bracket.
* Fixed a bug where the DOM reported the value of an ID to be Invalid.Erik Verbruggen2009-05-271-1/+1
|
* Disable QmlDom debug output by defaultKai Koehne2009-05-251-4/+10
| | | | Only print AST if QML_COMPILER_DUMP is set
* Fixed the addition of "id" to the list of QmlDomObject properties.Erik Verbruggen2009-05-181-2/+1
|
* Added "id" to the list of QmlDomObject properties, so we can get to theErik Verbruggen2009-05-181-5/+1
| | | | location information.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-111-0/+72
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+72
| | | | | | | | Reviewed-by: Roberto Raggi
* | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-2/+2
|/
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-2/+15
| | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi
* Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-3/+2
| | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components
* Improve parser line/column trackingAaron Kennedy2009-05-061-1/+1
|
* Mark DOM API as internal for nowAaron Kennedy2009-05-051-0/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-051-13/+9
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmldom.cpp
| * Fixed QmlDomValueValueSource::object() to actually return the newly created ↵Erik Verbruggen2009-05-041-1/+1
| | | | | | | | object.
| * Merge branch 'kinetic-declarativeui' of ↵Kai Koehne2009-05-041-2/+4
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixed initialization for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+2
| | |
| | * Fixed initialization for QmlDomValueBinding.Erik Verbruggen2009-05-041-1/+2
| | |
| * | Fix example in documentationKai Koehne2009-05-041-2/+2
| |/ | | | | | | src has been replaced by source in QFxImage
| * Fix QmlDom breakageKai Koehne2009-05-041-8/+2
| | | | | | | | | | | | | | | | | | Two actual copies of QmlScriptParser & the parse tree were instantiated in QmlDocument::load, with the result that the additions that the compiler stored in the one parse tree were not seen by the Dom classes, using the other one. Reviewed-by: erikv
* | Improve error handling consistencyAaron Kennedy2009-05-051-8/+10
|/
* docWarwick Allison2009-05-011-88/+126
|
* Removed a fiew compilation warnings on MSVCThierry Bastian2009-04-301-0/+2
|
* Fix crash in QmlDomDocument::load()Aaron Kennedy2009-04-301-3/+17
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-49/+49
|
* Use the DUI language.Roberto Raggi2009-04-241-2/+1
|
* Compile.Roberto Raggi2009-04-241-3/+10
|
* Enable the "old" XML parser when the qgetenv("QML_XML") is not empty.Roberto Raggi2009-04-241-13/+3
|
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-1/+7
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1372