summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptparser_p.h
Commit message (Expand)AuthorAgeFilesLines
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-141-2/+2
* Some (internal) API cleanup.Roberto Raggi2009-05-141-2/+3
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-141-20/+2
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-141-2/+2
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-141-50/+56
* Use source locations in the diagnostic messages.Roberto Raggi2009-05-061-7/+6
* Reject multiple top-level object members.Roberto Raggi2009-05-061-2/+2
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-2/+2
* Tweak QML property syntaxAaron Kennedy2009-05-011-2/+2
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-011-2/+2
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-301-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-301-1/+3
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-291-1/+3
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-2/+2
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-0/+1
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-2/+2
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-2/+2
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-241-2/+2
* support comma for lists, better parser error outputmae2009-04-241-2/+2
* support public property definitionsmae2009-04-241-2/+2
* Introduced `import' statements.Roberto Raggi2009-04-241-2/+4
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+212