summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsgrammar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-939/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-181-842/+796
| | | | Reviewed-by: Christian Kamm
* Fixed the parser to start with the correct rule when requested to parse JS ↵Erik Verbruggen2010-01-181-631/+669
| | | | Source Elements.
* Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-151-830/+817
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-281-1/+1
| | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg
* More i18nWarwick Allison2009-10-131-16/+16
|
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-301-794/+813
|
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-682/+710
|
* Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-171-476/+482
| | | | Creator is compiled against Qt with namespaces.
* Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-031-768/+771
|
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-281-726/+738
|
* Recognize formal arguments in the left hand side of a binding.Roberto Raggi2009-07-241-727/+724
|
* Accept the optional semicolon at the end of a signal declaration.Roberto Raggi2009-07-241-667/+686
|
* Revert "Introduced annotations"Roberto Raggi2009-07-241-715/+681
| | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106.
* Introduced annotationsRoberto Raggi2009-07-231-681/+715
|
* Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵Roberto Raggi2009-07-161-720/+707
| | | | UiMultilineStringLiteral statements.
* Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-151-1108/+748
|
* Libraries and library versioning.Warwick Allison2009-07-141-718/+1116
|
* Expand input keyword to include "as" supportAaron Kennedy2009-07-091-709/+706
|
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-602/+627
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* Renamed the QML front-end.Roberto Raggi2009-06-111-0/+829