summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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