summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptgrammar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-141-589/+605
* Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-111-523/+506
* Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-111-645/+634
* Reject multiple top-level object members.Roberto Raggi2009-05-061-604/+618
* Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-041-571/+548
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-584/+580
* Tweak QML property syntaxAaron Kennedy2009-05-011-631/+670
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-011-581/+598
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-301-563/+618
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-301-540/+493
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-291-525/+523
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-511/+524
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-4/+32
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-523/+529
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-575/+582
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-241-568/+591
* support comma for lists, better parser error outputmae2009-04-241-546/+542
* support public property definitionsmae2009-04-241-531/+547
* Introduced `import' statements.Roberto Raggi2009-04-241-555/+552
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+623