summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
* Silence gcc compiler errorKai Koehne2009-08-241-2/+5
* Remove QmlDomDocument::saveKai Koehne2009-08-241-12/+1
* Remove QmlDomDocument::versionKai Koehne2009-08-241-11/+1
* Remove setter from QmlDom classesKai Koehne2009-08-241-108/+2
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+15
* Renaming Rect -> RectangleYann Bodson2009-08-191-50/+50
* Fix documentation for QmlDomObject::classNameKai Koehne2009-08-181-2/+2
* More namespace improvementsWarwick Allison2009-08-171-1/+1
* Added objectClassName now that objectType is the fully-qualified typeErik Verbruggen2009-07-241-3/+20
* Add the fully-qualified type name to the DOM (via QmlParser::Object)Warwick Allison2009-07-241-2/+1
* docWarwick Allison2009-07-241-3/+3
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-0/+1
* Protect against overriding FINAL propertiesAaron Kennedy2009-07-161-2/+2
* Small cleanupsAaron Kennedy2009-07-161-1/+1
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-2/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-151-4/+94
|\
| * Expose qml import statements in QmlDomKai Koehne2009-07-151-4/+94
* | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-1/+0
|/
* Removed superfluous methods.Erik Verbruggen2009-07-011-10/+0
* Fixes for the dynamic properties in the QML DOM.Erik Verbruggen2009-06-301-14/+17
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-06-301-1/+0
|\
| * CleanupMichael Brasser2009-06-301-1/+0
* | First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-22/+226
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-261-0/+10
|\
| * Expose extended type URLs through the QML DOM APIAaron Kennedy2009-06-251-0/+10
* | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-5/+5
|/
* Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-101-0/+10
* Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-041-0/+10
* Added range information for lists which contains the position and lengthErik Verbruggen2009-05-291-0/+24
* 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
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-0/+72
|\
| * Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+72
* | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-2/+2
|/
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-2/+15
* Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-3/+2
* 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-051-13/+9
|\
| * Fixed QmlDomValueValueSource::object() to actually return the newly created o...Erik Verbruggen2009-05-041-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Kai Koehne2009-05-041-2/+4
| |\
| | * 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
| |/
| * Fix QmlDom breakageKai Koehne2009-05-041-8/+2
* | Improve error handling consistencyAaron Kennedy2009-05-051-8/+10
|/
* docWarwick Allison2009-05-011-88/+126