summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljs.g
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-211-1/+6
* Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-181-14/+18
* Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-181-0/+8
* Fixed the parser to start with the correct rule when requested to parse JS So...Erik Verbruggen2010-01-181-1/+1
* Fixed missing export in generated parser.Erik Verbruggen2010-01-151-1/+1
* Fixed license headers.Erik Verbruggen2010-01-151-66/+44
* Added utility method to parse single/stand-alone JS source elements.Erik Verbruggen2010-01-151-1/+12
* fix headersWarwick Allison2009-10-291-2/+2
* Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-281-1/+1
* i18nWarwick Allison2009-10-131-1/+1
* More i18nWarwick Allison2009-10-131-5/+6
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-301-0/+18
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+15
* Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-171-6/+6
* Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-081-0/+1
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-031-2/+28
* Fixed import parsing, where the importId wasn't set.Erik Verbruggen2009-08-031-0/+2
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-281-197/+67
* Added formal parameters to the QML signals.Roberto Raggi2009-07-261-0/+52
* Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-241-5/+56
* Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-241-4/+8
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-1/+1
* Revert "Introduced annotations"Roberto Raggi2009-07-241-88/+7
* Revert "Fixed the semantic action of UiArrayMemberList"Roberto Raggi2009-07-241-1/+1
* Fixed the semantic action of UiArrayMemberListRoberto Raggi2009-07-231-1/+1
* Introduced annotationsRoberto Raggi2009-07-231-7/+88
* Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed UiMu...Roberto Raggi2009-07-161-26/+3
* Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-151-10/+62
* Libraries and library versioning.Warwick Allison2009-07-141-2/+31
* Expand input keyword to include "as" supportAaron Kennedy2009-07-091-0/+43
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-0/+47
* CleanupMichael Brasser2009-06-301-1/+1
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+2881