summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsparser.cpp
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-221/+230
* Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-151-236/+242
* small cleanupThierry Bastian2009-12-041-7/+7
* fix includesOswald Buddenhagen2009-12-031-10/+8
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-5/+5
* fix headersWarwick Allison2009-10-291-17/+17
* 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-221/+226
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-193/+204
* Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-171-2/+2
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-031-190/+209
* Fixed import parsing, where the importId wasn't set.Erik Verbruggen2009-08-031-0/+2
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-281-377/+295
* Added formal parameters to the QML signals.Roberto Raggi2009-07-261-0/+40
* Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-241-226/+249
* Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-241-199/+201
* Removed support for CSS-like literals.Roberto Raggi2009-07-241-1/+1
* Revert "Introduced annotations"Roberto Raggi2009-07-241-283/+234
* 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-234/+283
* Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed UiMu...Roberto Raggi2009-07-161-220/+208
* Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-151-755/+248
* Libraries and library versioning.Warwick Allison2009-07-141-221/+766
* Expand input keyword to include "as" supportAaron Kennedy2009-07-091-224/+254
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-200/+231
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+1717