summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptgrammar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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