summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QmlDom testsAaron Kennedy2009-11-111-71/+29
|
* Remove dead codeAaron Kennedy2009-11-061-7/+0
|
* CleanupAaron Kennedy2009-10-301-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
|/
* Add support for value interceptors to the DOM.Michael Brasser2009-10-261-0/+96
|
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-4/+4
|
* Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | | | | | QmlEngine keeps a pointer to QmlCompositeTypeData passed into QmlCompiler::compile. Therefore we have to also create QmlCompositeTypeData on the heap, and use reference counting.
* 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
| | | | Has been superseeded by the versioning/library infrastructure.
* Remove setter from QmlDom classesKai Koehne2009-08-241-108/+2
| | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron.
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+15
| | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* Renaming Rect -> RectangleYann Bodson2009-08-191-50/+50
|
* Fix documentation for QmlDomObject::classNameKai Koehne2009-08-181-2/+2
| | | | | | The name of this method is also misleading, maybe rename it to just QmlDomObject::name and QmlDomObject::objectType() to QmlDomObject::qualifiedName() ?
* More namespace improvementsWarwick Allison2009-08-171-1/+1
| | | | | | | | | | - Store and find QML version ranges efficiently - Require version for QmlType-from-string - Removed unused version-ignorant QmlType-from-string functions - Some attached properties now resolve (eg. tst_qmlparser) - Still no better: - interfaces not versioned - some attached properties still hard-codec to Qt
* Added objectClassName now that objectType is the fully-qualified typeErik Verbruggen2009-07-241-3/+20
| | | | name.
* Add the fully-qualified type name to the DOM (via QmlParser::Object)Warwick Allison2009-07-241-2/+1
| | | | QML-defined ones are still defined by their URL, not a qualified name.
* 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 ↵Aaron Kennedy2009-07-151-4/+94
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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 ↵Erik Verbruggen2009-06-301-1/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * CleanupMichael Brasser2009-06-301-1/+0
| | | | | | | | | | Fix up license headers and private warnings, as well as other general cleanups.
* | First set of changes to add dynamic properties to the QML DOM.Erik Verbruggen2009-06-301-22/+226
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-261-0/+10
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| | | | 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