Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QmlDom tests | Aaron Kennedy | 2009-11-11 | 1 | -71/+29 |
| | |||||
* | Remove dead code | Aaron Kennedy | 2009-11-06 | 1 | -7/+0 |
| | |||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -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 headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
|/ | |||||
* | Add support for value interceptors to the DOM. | Michael Brasser | 2009-10-26 | 1 | -0/+96 |
| | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 1 | -4/+4 |
| | |||||
* | Fix crash in ~QmlEngine when using QmlDom | Kai Koehne | 2009-09-22 | 1 | -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 error | Kai Koehne | 2009-08-24 | 1 | -2/+5 |
| | |||||
* | Remove QmlDomDocument::save | Kai Koehne | 2009-08-24 | 1 | -12/+1 |
| | |||||
* | Remove QmlDomDocument::version | Kai Koehne | 2009-08-24 | 1 | -11/+1 |
| | | | | Has been superseeded by the versioning/library infrastructure. | ||||
* | Remove setter from QmlDom classes | Kai Koehne | 2009-08-24 | 1 | -108/+2 |
| | | | | | | All methods modifying the object dom were removed. Change was discussed with Aaron. | ||||
* | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 1 | -0/+15 |
| | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -50/+50 |
| | |||||
* | Fix documentation for QmlDomObject::className | Kai Koehne | 2009-08-18 | 1 | -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 improvements | Warwick Allison | 2009-08-17 | 1 | -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 type | Erik Verbruggen | 2009-07-24 | 1 | -3/+20 |
| | | | | name. | ||||
* | Add the fully-qualified type name to the DOM (via QmlParser::Object) | Warwick Allison | 2009-07-24 | 1 | -2/+1 |
| | | | | QML-defined ones are still defined by their URL, not a qualified name. | ||||
* | doc | Warwick Allison | 2009-07-24 | 1 | -3/+3 |
| | |||||
* | Move import access functions to QmlEnginePrivate. | Warwick Allison | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | Protect against overriding FINAL properties | Aaron Kennedy | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | Small cleanups | Aaron Kennedy | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -2/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-15 | 1 | -4/+94 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Expose qml import statements in QmlDom | Kai Koehne | 2009-07-15 | 1 | -4/+94 |
| | | |||||
* | | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -1/+0 |
|/ | |||||
* | Removed superfluous methods. | Erik Verbruggen | 2009-07-01 | 1 | -10/+0 |
| | |||||
* | Fixes for the dynamic properties in the QML DOM. | Erik Verbruggen | 2009-06-30 | 1 | -14/+17 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-06-30 | 1 | -1/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Cleanup | Michael Brasser | 2009-06-30 | 1 | -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 Verbruggen | 2009-06-30 | 1 | -22/+226 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-26 | 1 | -0/+10 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Expose extended type URLs through the QML DOM API | Aaron Kennedy | 2009-06-25 | 1 | -0/+10 |
| | | |||||
* | | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -5/+5 |
|/ | |||||
* | Changed the QML parser and the AST to store the position of comma tokens | Erik Verbruggen | 2009-06-10 | 1 | -0/+10 |
| | | | | of QML arrays. Also exposed these positions through the QML DOM. | ||||
* | Added offsets of automatically inserted semicolons to the DOM and the | Erik Verbruggen | 2009-06-04 | 1 | -0/+10 |
| | | | | QML script parser. | ||||
* | Added range information for lists which contains the position and length | Erik Verbruggen | 2009-05-29 | 1 | -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 Verbruggen | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Disable QmlDom debug output by default | Kai Koehne | 2009-05-25 | 1 | -4/+10 |
| | | | | Only print AST if QML_COMPILER_DUMP is set | ||||
* | Fixed the addition of "id" to the list of QmlDomObject properties. | Erik Verbruggen | 2009-05-18 | 1 | -2/+1 |
| | |||||
* | Added "id" to the list of QmlDomObject properties, so we can get to the | Erik Verbruggen | 2009-05-18 | 1 | -5/+1 |
| | | | | location information. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 1 | -0/+72 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Added positioning information to the dom as position+length. | Erik Verbruggen | 2009-05-11 | 1 | -0/+72 |
| | | | | | | | | Reviewed-by: Roberto Raggi | ||||
* | | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 1 | -2/+2 |
|/ | |||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 1 | -2/+15 |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | ||||
* | Fix loading of components containing sub components through QmlDom | Kai Koehne | 2009-05-07 | 1 | -3/+2 |
| | | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components | ||||
* | Improve parser line/column tracking | Aaron Kennedy | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Mark DOM API as internal for now | Aaron Kennedy | 2009-05-05 | 1 | -0/+9 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-05 | 1 | -13/+9 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmldom.cpp |