Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QmlDom tests | Aaron Kennedy | 2009-11-11 | 1 | -4/+11 |
| | |||||
* | 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 |
| | | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
|/ | |||||
* | Use QmlScriptString for Connection script | Warwick Allison | 2009-10-23 | 1 | -40/+1 |
| | | | | | (instead of AST special-case handling) Fixes QT-734 | ||||
* | Force QML files to be always UTF-8. | Warwick Allison | 2009-10-14 | 1 | -0/+1 |
| | | | | Ensure test works in all locales. | ||||
* | Stop crash (stop on error) | Warwick Allison | 2009-10-13 | 1 | -0/+1 |
| | |||||
* | Library importing requires a version. Fix and test. | Warwick Allison | 2009-10-13 | 1 | -2/+10 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -4/+47 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Disallow inline var definitions | Aaron Kennedy | 2009-09-25 | 1 | -0/+7 |
| | | | | This was previously just silently ignored. | ||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -0/+32 |
| | |||||
* | Modify QML grammar to accept "readonly" as a property modifier | Aaron Kennedy | 2009-09-03 | 1 | -0/+9 |
| | |||||
* | Disallow lowercase import qualifier ids | Aaron Kennedy | 2009-08-24 | 1 | -1/+10 |
| | |||||
* | Expose type library information in QmlDomObject | Kai Koehne | 2009-08-24 | 1 | -0/+1 |
| | | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information. | ||||
* | Store location information for "Type XXX is not available" messages | Kai Koehne | 2009-08-21 | 1 | -12/+22 |
| | | | | | QmlScriptParser now also stores the locations where a specific type was referenced. | ||||
* | Removed support for CSS-like literals. | Roberto Raggi | 2009-07-24 | 1 | -15/+6 |
| | |||||
* | Protect against overriding FINAL properties | Aaron Kennedy | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | Move the QML rewriting stuff into a central location | Aaron Kennedy | 2009-07-16 | 1 | -44/+2 |
| | |||||
* | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -4/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-12 | 1 | -5/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated. | ||||
| * | Expand input keyword to include "as" support | Aaron Kennedy | 2009-07-09 | 1 | -4/+15 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-09 | 1 | -9/+14 |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp | ||||
| * | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -8/+7 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-02 | 1 | -1/+1 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-02 | 1 | -18/+42 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -0/+6 |
| | |/ | |/| | | | | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | | | First conversion to new module handling. | Warwick Allison | 2009-07-02 | 1 | -12/+4 |
|/ / | | | | | | | | | | | | | | | | | | | | | Works same as before for now, but now the variables and methods are all in the right place. In particular, type resolving is per-component, not per-engine, even though it is the engine that ultimately has the ability to find types, because each component will have a different set of available types. Designed to be optimizable - QmlEngine could share data between QmlEngine::Import objects, and the import objects could read types in bulk rather than always searching. | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-02 | 1 | -11/+0 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Removed superfluous methods. | Erik Verbruggen | 2009-07-01 | 1 | -11/+0 |
| | | |||||
* | | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -18/+42 |
|/ | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | 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 | -0/+2 |
|/ | |||||
* | Fixed range calculation for UiQualifiedId in the visitor for | Erik Verbruggen | 2009-06-16 | 1 | -0/+2 |
| | | | | UiScriptBinding. | ||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -8/+8 |
| | |||||
* | Changed the QML parser and the AST to store the position of comma tokens | Erik Verbruggen | 2009-06-10 | 1 | -1/+17 |
| | | | | 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 | -0/+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 offsets of automatically inserted semicolons to the DOM and the | Erik Verbruggen | 2009-06-04 | 1 | -0/+11 |
| | | | | QML script parser. | ||||
* | Added range information for lists which contains the position and length | Erik Verbruggen | 2009-05-29 | 1 | -0/+5 |
| | | | | from the open bracket upto the close bracket. | ||||
* | Delay the compilation of bindings until the end | Aaron Kennedy | 2009-05-28 | 1 | -0/+1 |
| | | | | This way we have a better understanding of the complete context in which the binding will be executed. | ||||
* | Small cleanups | Aaron Kennedy | 2009-05-27 | 1 | -9/+25 |
| | |||||
* | Save the JavaScript AST in the QmlParser::Variant for use by others | Aaron Kennedy | 2009-05-27 | 1 | -4/+4 |
| | |||||
* | Added missing copyright headers. | Roberto Raggi | 2009-05-26 | 1 | -0/+41 |
| | |||||
* | Create a new TextWriter when rewriting the CSS literals. | Roberto Raggi | 2009-05-26 | 1 | -7/+8 |
| | |||||
* | Always treat CSS-like suffix's as bindings | Aaron Kennedy | 2009-05-26 | 1 | -1/+5 |
| | |||||
* | roberto: Added support for CSS like numeric literals e.g. 10p | Aaron Kennedy | 2009-05-26 | 1 | -13/+61 |
| | |||||
* | fix warnings | Warwick Allison | 2009-05-21 | 1 | -6/+7 |
| |