summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing copyright headers.Roberto Raggi2009-05-261-0/+41
* Create a new TextWriter when rewriting the CSS literals.Roberto Raggi2009-05-261-7/+8
* Always treat CSS-like suffix's as bindingsAaron Kennedy2009-05-261-1/+5
* roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-261-13/+61
* fix warningsWarwick Allison2009-05-211-6/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-201-0/+5
|\
| * Cleanup and fixes for performance logging.Michael Brasser2009-05-201-0/+5
* | Basic qualified type support.Warwick Allison2009-05-201-4/+13
|/
* Renamed qualifiedObjectNameId.Roberto Raggi2009-05-181-3/+3
* Introduced qualified type names in the grammar.Roberto Raggi2009-05-181-35/+29
* Some (internal) API cleanup.Roberto Raggi2009-05-141-4/+3
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-141-1/+1
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-141-6/+6
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-141-2/+2
* Fix qmlparser test failureAaron Kennedy2009-05-131-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-0/+2
|\
| * Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+2
* | Remove outdated commentAaron Kennedy2009-05-111-2/+0
* | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
* | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-47/+32
|/
* CompileAaron Kennedy2009-05-111-2/+2
* Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-0/+15
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-071-2/+2
|\
| * Use source locations in the diagnostic messages.Roberto Raggi2009-05-061-2/+2
* | Improve parser line/column trackingAaron Kennedy2009-05-061-30/+68
|/
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+5
* Support simple nested property groupsAaron Kennedy2009-05-051-47/+47
* Remove misleading commentAaron Kennedy2009-05-051-6/+0
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-21/+44
* Add warning textAaron Kennedy2009-05-051-1/+5
* Remove QML XML supportAaron Kennedy2009-05-051-19/+0
* Improve error handling consistencyAaron Kennedy2009-05-051-54/+50
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-41/+50
* Tweak QML property syntaxAaron Kennedy2009-05-011-35/+41
* Report the syntax errors.Roberto Raggi2009-04-301-1/+38
* Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-0/+5
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-30/+53
* Handle Connection objects.Roberto Raggi2009-04-271-149/+10
* No more sugar :-)Roberto Raggi2009-04-241-5/+15
* Use the DUI language.Roberto Raggi2009-04-241-0/+30
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-5/+8
* experiment with treating State and Transition slightly special: they are auto...mae2009-04-241-0/+10
* small cleanupsmae2009-04-241-11/+0
* map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-241-105/+172
* finalize support for namespacepathmae2009-04-241-5/+10
* Process the `import' statement.Roberto Raggi2009-04-241-0/+14
* load foo.js for a foo.dui if it exists. This lets us use the import keyword f...mae2009-04-241-0/+10
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-15/+11