Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 1 | -3/+8 |
| | |||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Remove dead code | Aaron Kennedy | 2009-11-06 | 1 | -6/+0 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -0/+2 |
| | | |||||
* | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+2 |
|/ | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -0/+5 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -0/+3 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -1/+2 |
| | |||||
* | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 1 | -0/+5 |
| | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
* | Added objectClassName now that objectType is the fully-qualified type | Erik Verbruggen | 2009-07-24 | 1 | -1/+3 |
| | | | | name. | ||||
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | Protect against overriding FINAL properties | Aaron Kennedy | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | Small cleanups | Aaron Kennedy | 2009-07-16 | 1 | -3/+4 |
| | |||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -4/+26 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -0/+1 |
| | |||||
* | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -1/+1 |
| | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -0/+2 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-30 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-06-30 | 1 | -0/+11 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | First set of changes to add dynamic properties to the QML DOM. | Erik Verbruggen | 2009-06-30 | 1 | -0/+1 |
| | | | |||||
* | | | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+11 |
|/ | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Expose extended type URLs through the QML DOM API | Aaron Kennedy | 2009-06-25 | 1 | -0/+2 |
| | |||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -4/+4 |
| | |||||
* | Changed the QML parser and the AST to store the position of comma tokens | Erik Verbruggen | 2009-06-10 | 1 | -0/+1 |
| | | | | of QML arrays. Also exposed these positions through the QML DOM. | ||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -1/+1 |
| | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration). | ||||
* | Added range information for lists which contains the position and length | Erik Verbruggen | 2009-05-29 | 1 | -0/+1 |
| | | | | from the open bracket upto the close bracket. | ||||
* | Delay the compilation of bindings until the end | Aaron Kennedy | 2009-05-28 | 1 | -0/+3 |
| | | | | This way we have a better understanding of the complete context in which the binding will be executed. | ||||
* | Save the JavaScript AST in the QmlParser::Variant for use by others | Aaron Kennedy | 2009-05-27 | 1 | -1/+6 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | Implement SetProperties as a custom parser | Aaron Kennedy | 2009-05-15 | 1 | -0/+1 |
| | | | | This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data. | ||||
* | Move inside the guards | Aaron Kennedy | 2009-05-15 | 1 | -3/+2 |
| | |||||
* | Fix qmlparser test failure | Aaron Kennedy | 2009-05-13 | 1 | -1/+2 |
| | |||||
* | More tests | Aaron Kennedy | 2009-05-12 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 1 | -0/+8 |
|\ | | | | | | | 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/+8 |
| | | | | | | | | Reviewed-by: Roberto Raggi | ||||
* | | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 1 | -1/+43 |
|/ | |||||
* | Add an (unused) locations field to compiled data | Aaron Kennedy | 2009-05-06 | 1 | -3/+1 |
| | |||||
* | Improve parser line/column tracking | Aaron Kennedy | 2009-05-06 | 1 | -9/+22 |
| | |||||
* | Beginings of an experimental QML debugger view | Aaron Kennedy | 2009-05-06 | 1 | -0/+3 |
| | |||||
* | Fix crash | Aaron Kennedy | 2009-05-06 | 1 | -1/+2 |
| | | | | As QMetaObject::indexOfProperty() downcasts QMetaObject's that have the DynamicMetaObject flag set, we must ensure that we use a QAbstractDynamicMetaObject whereever we set this flag, otherwise it may crash. | ||||
* | Add parser support for object slot declarations | Aaron Kennedy | 2009-05-05 | 1 | -2/+11 |
| | |||||
* | Remove magic "properties" and "signals" property support | Aaron Kennedy | 2009-05-05 | 1 | -4/+0 |
| | | | | | | | New properties and signals should be defined using the QML syntax: [default] property <type> <name> [: <expr>] signal <name> | ||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -0/+3 |
| | |||||
* | Use the DUI language. | Roberto Raggi | 2009-04-24 | 1 | -1/+0 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+209 |