summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-291-17/+17
|
* Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-281-1/+1
| | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg
* 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
| | | | Creator is compiled against Qt with namespaces.
* 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
| | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* 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
| | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106.
* Revert "Fixed the semantic action of UiArrayMemberList"Roberto Raggi2009-07-241-1/+1
| | | | This reverts commit ee91cc1041681654f7a250dc197d0902c53a951f.
* 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 ↵Roberto Raggi2009-07-161-220/+208
| | | | UiMultilineStringLiteral statements.
* 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
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+1717