Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-20 | 1 | -0/+5 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Cleanup and fixes for performance logging. | Michael Brasser | 2009-05-20 | 1 | -0/+5 | |
| | | ||||||
* | | Basic qualified type support. | Warwick Allison | 2009-05-20 | 1 | -4/+13 | |
|/ | | | | | | | | | | Can now: DialLibrary.Dial { ... } without any import statement. Can also run qmlviewer with -L DialLibrary then use Dial { ... }. The exact way this works will almost definitely change to ensure predictable behaviour under future type additions to scopes. | |||||
* | Renamed qualifiedObjectNameId. | Roberto Raggi | 2009-05-18 | 1 | -3/+3 | |
| | ||||||
* | Introduced qualified type names in the grammar. | Roberto Raggi | 2009-05-18 | 1 | -35/+29 | |
| | ||||||
* | Some (internal) API cleanup. | Roberto Raggi | 2009-05-14 | 1 | -4/+3 | |
| | ||||||
* | Moved Parser::DiagnosticMessage and AST::SourceLocation | Roberto Raggi | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | Renamed JavaScriptEnginePrivate in Engine. | Roberto Raggi | 2009-05-14 | 1 | -6/+6 | |
| | ||||||
* | Protect the QML front-end using the namespace JavaScript. | Roberto Raggi | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | Fix qmlparser test failure | Aaron Kennedy | 2009-05-13 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 1 | -0/+2 | |
|\ | | | | | | | 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/+2 | |
| | | | | | | | | Reviewed-by: Roberto Raggi | |||||
* | | Remove outdated comment | Aaron Kennedy | 2009-05-11 | 1 | -2/+0 | |
| | | ||||||
* | | Ensure negative numeric literals are not treated as bindings | Aaron Kennedy | 2009-05-11 | 1 | -10/+13 | |
| | | ||||||
* | | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 1 | -47/+32 | |
|/ | ||||||
* | Compile | Aaron Kennedy | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | Fixed possible crash when processing Ui object definitions. | Roberto Raggi | 2009-05-08 | 1 | -3/+6 | |
| | ||||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 1 | -0/+15 | |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-07 | 1 | -2/+2 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Use source locations in the diagnostic messages. | Roberto Raggi | 2009-05-06 | 1 | -2/+2 | |
| | | ||||||
* | | Improve parser line/column tracking | Aaron Kennedy | 2009-05-06 | 1 | -30/+68 | |
|/ | ||||||
* | Beginings of an experimental QML debugger view | Aaron Kennedy | 2009-05-06 | 1 | -0/+5 | |
| | ||||||
* | Support simple nested property groups | Aaron Kennedy | 2009-05-05 | 1 | -47/+47 | |
| | ||||||
* | Remove misleading comment | Aaron Kennedy | 2009-05-05 | 1 | -6/+0 | |
| | ||||||
* | Add parser support for object slot declarations | Aaron Kennedy | 2009-05-05 | 1 | -21/+44 | |
| | ||||||
* | Add warning text | Aaron Kennedy | 2009-05-05 | 1 | -1/+5 | |
| | ||||||
* | Remove QML XML support | Aaron Kennedy | 2009-05-05 | 1 | -19/+0 | |
| | ||||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -54/+50 | |
| | ||||||
* | Add QML signal declaration syntax | Aaron Kennedy | 2009-05-01 | 1 | -41/+50 | |
| | | | | | | | | Syntax is signal <signalName> Currently signal parameters aren't supported | |||||
* | Tweak QML property syntax | Aaron Kennedy | 2009-05-01 | 1 | -35/+41 | |
| | | | | | | | | The syntax is now [default] property <type> <name> [ : <expression> ] where name is one of "int", "bool", "double", "real", "string", "color", "date", "var" or "variant" | |||||
* | Report the syntax errors. | Roberto Raggi | 2009-04-30 | 1 | -1/+38 | |
| | ||||||
* | Re-enable property syntax and add a "default" specifier | Aaron Kennedy | 2009-04-29 | 1 | -0/+5 | |
| | ||||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -3/+3 | |
| | ||||||
* | Introduced Node::firstSourceLocation(), Node::lastSourceLocation(). | Roberto Raggi | 2009-04-27 | 1 | -30/+53 | |
| | ||||||
* | Handle Connection objects. | Roberto Raggi | 2009-04-27 | 1 | -149/+10 | |
| | ||||||
* | No more sugar :-) | Roberto Raggi | 2009-04-24 | 1 | -5/+15 | |
| | ||||||
* | Use the DUI language. | Roberto Raggi | 2009-04-24 | 1 | -0/+30 | |
| | ||||||
* | Removed the UiObjectInitialized from UiPublicMember. | Roberto Raggi | 2009-04-24 | 1 | -5/+8 | |
| | ||||||
* | experiment with treating State and Transition slightly special: they are ↵ | mae | 2009-04-24 | 1 | -0/+10 | |
| | | | | automatically added to the states resp. transitions property. This allows us to make the [...,...,...,...] list syntax superfluous. | |||||
* | small cleanups | mae | 2009-04-24 | 1 | -11/+0 | |
| | ||||||
* | map the ParentChange qml tag to a ParentChangeSet in dui. | mae | 2009-04-24 | 1 | -105/+172 | |
| | | | | | It might be a consideration to use the former moveToParent property, maybe it was a bit hacky, but less to type. | |||||
* | finalize support for namespacepath | mae | 2009-04-24 | 1 | -5/+10 | |
| | ||||||
* | Process the `import' statement. | Roberto Raggi | 2009-04-24 | 1 | -0/+14 | |
| |