Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed possible array index-out-of-bounds crash in error reporting. | Erik Verbruggen | 2010-01-21 | 1 | -1/+6 |
| | |||||
* | Added utility method to parse JavaScript programs. | Erik Verbruggen | 2010-01-18 | 1 | -221/+230 |
| | | | | Reviewed-by: Christian Kamm | ||||
* | Re-generated grammar and fixed license headers. | Erik Verbruggen | 2010-01-15 | 1 | -236/+242 |
| | |||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -7/+7 |
| | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -10/+8 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -5/+5 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -17/+17 |
| | |||||
* | 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 | ||||
* | i18n | Warwick Allison | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | More i18n | Warwick Allison | 2009-10-13 | 1 | -5/+6 |
| | |||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 1 | -221/+226 |
| | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -193/+204 |
| | |||||
* | Fixed the QML parser files to play nice when included in Creator, when | Erik Verbruggen | 2009-09-17 | 1 | -2/+2 |
| | | | | Creator is compiled against Qt with namespaces. | ||||
* | Modify QML grammar to accept "readonly" as a property modifier | Aaron Kennedy | 2009-09-03 | 1 | -190/+209 |
| | |||||
* | Fixed import parsing, where the importId wasn't set. | Erik Verbruggen | 2009-08-03 | 1 | -0/+2 |
| | | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | Rewrite expressions as qualified ids. | Roberto Raggi | 2009-07-28 | 1 | -377/+295 |
| | |||||
* | Added formal parameters to the QML signals. | Roberto Raggi | 2009-07-26 | 1 | -0/+40 |
| | |||||
* | Recognize formal arguments in the left hand side of a binding. | Roberto Raggi | 2009-07-24 | 1 | -226/+249 |
| | |||||
* | Accept the optional semicolon at the end of a signal declaration. | Roberto Raggi | 2009-07-24 | 1 | -199/+201 |
| | |||||
* | Removed support for CSS-like literals. | Roberto Raggi | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Revert "Introduced annotations" | Roberto Raggi | 2009-07-24 | 1 | -283/+234 |
| | | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106. | ||||
* | Revert "Fixed the semantic action of UiArrayMemberList" | Roberto Raggi | 2009-07-24 | 1 | -1/+1 |
| | | | | This reverts commit ee91cc1041681654f7a250dc197d0902c53a951f. | ||||
* | Fixed the semantic action of UiArrayMemberList | Roberto Raggi | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | Introduced annotations | Roberto Raggi | 2009-07-23 | 1 | -234/+283 |
| | |||||
* | Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵ | Roberto Raggi | 2009-07-16 | 1 | -220/+208 |
| | | | | UiMultilineStringLiteral statements. | ||||
* | Added support for parsing toplevel expressions and statements. | Roberto Raggi | 2009-07-15 | 1 | -755/+248 |
| | |||||
* | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -221/+766 |
| | |||||
* | Expand input keyword to include "as" support | Aaron Kennedy | 2009-07-09 | 1 | -224/+254 |
| | |||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -200/+231 |
| | | | | 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/+1717 |