Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -939/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added utility method to parse JavaScript programs. | Erik Verbruggen | 2010-01-18 | 1 | -842/+796 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | Fixed the parser to start with the correct rule when requested to parse JS ↵ | Erik Verbruggen | 2010-01-18 | 1 | -631/+669 |
| | | | | Source Elements. | ||||
* | Re-generated grammar and fixed license headers. | Erik Verbruggen | 2010-01-15 | 1 | -830/+817 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fixed possible crash when inserting semicolon. | Roberto Raggi | 2009-10-28 | 1 | -1/+1 |
| | | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg | ||||
* | More i18n | Warwick Allison | 2009-10-13 | 1 | -16/+16 |
| | |||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 1 | -794/+813 |
| | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -682/+710 |
| | |||||
* | Fixed the QML parser files to play nice when included in Creator, when | Erik Verbruggen | 2009-09-17 | 1 | -476/+482 |
| | | | | Creator is compiled against Qt with namespaces. | ||||
* | Modify QML grammar to accept "readonly" as a property modifier | Aaron Kennedy | 2009-09-03 | 1 | -768/+771 |
| | |||||
* | Rewrite expressions as qualified ids. | Roberto Raggi | 2009-07-28 | 1 | -726/+738 |
| | |||||
* | Recognize formal arguments in the left hand side of a binding. | Roberto Raggi | 2009-07-24 | 1 | -727/+724 |
| | |||||
* | Accept the optional semicolon at the end of a signal declaration. | Roberto Raggi | 2009-07-24 | 1 | -667/+686 |
| | |||||
* | Revert "Introduced annotations" | Roberto Raggi | 2009-07-24 | 1 | -715/+681 |
| | | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106. | ||||
* | Introduced annotations | Roberto Raggi | 2009-07-23 | 1 | -681/+715 |
| | |||||
* | Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵ | Roberto Raggi | 2009-07-16 | 1 | -720/+707 |
| | | | | UiMultilineStringLiteral statements. | ||||
* | Added support for parsing toplevel expressions and statements. | Roberto Raggi | 2009-07-15 | 1 | -1108/+748 |
| | |||||
* | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -718/+1116 |
| | |||||
* | Expand input keyword to include "as" support | Aaron Kennedy | 2009-07-09 | 1 | -709/+706 |
| | |||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -602/+627 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -0/+829 |