Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oops, fix the compilation | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
| | |||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 3 | -18/+18 |
| | | | | | | 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 | 14 | -41/+46 |
| | | | | | | | | | | | | - 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. | ||||
* | clean up project files | Oswald Buddenhagen | 2009-12-03 | 1 | -19/+18 |
| | |||||
* | Added conditional macro which will make the copy in QtCreator able to export ↵ | Erik Verbruggen | 2009-12-03 | 8 | -110/+120 |
| | | | | the classes across shared libraries/plug-ins. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 14 | -31/+31 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Fixed the start location of an UiArrayBinding to include the qualifiedId. | Erik Verbruggen | 2009-11-20 | 1 | -1/+1 |
| | | | | Reviewed by: Roberto Raggi. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 17 | -249/+289 |
| | |||||
* | Fixed possible crash when inserting semicolon. | Roberto Raggi | 2009-10-28 | 4 | -4/+4 |
| | | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg | ||||
* | Fixed namespace macro. | Erik Verbruggen | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | i18n | Warwick Allison | 2009-10-13 | 3 | -11/+13 |
| | |||||
* | More i18n | Warwick Allison | 2009-10-13 | 5 | -43/+45 |
| | |||||
* | Allow Unicode identifiers. | Warwick Allison | 2009-10-12 | 1 | -3/+8 |
| | |||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 7 | -1028/+1093 |
| | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 6 | -889/+945 |
| | |||||
* | Fixed the QML parser files to play nice when included in Creator, | Erik Verbruggen | 2009-09-17 | 2 | -6/+6 |
| | | | | when Creator is compiled against Qt with namespaces. | ||||
* | Fixed the QML parser files to play nice when included in Creator, when | Erik Verbruggen | 2009-09-17 | 16 | -521/+550 |
| | | | | Creator is compiled against Qt with namespaces. | ||||
* | Remove debug. | Michael Brasser | 2009-09-09 | 1 | -4/+1 |
| | |||||
* | Added an option to the lexer to tell the engine of all comments in a QML | Erik Verbruggen | 2009-09-08 | 6 | -6/+28 |
| | | | | file. | ||||
* | Modify QML grammar to accept "readonly" as a property modifier | Aaron Kennedy | 2009-09-03 | 7 | -1012/+1070 |
| | |||||
* | Fixed import parsing, where the importId wasn't set. | Erik Verbruggen | 2009-08-03 | 2 | -0/+4 |
| | | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | Fixed AST visiting, so UiProgram *members* are visited again. | Erik Verbruggen | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | Removed the (outdated) pretty printer for the JS expressions. | Roberto Raggi | 2009-07-30 | 3 | -1666/+1 |
| | |||||
* | Improved the support for post-visits of the AST. | Roberto Raggi | 2009-07-30 | 2 | -155/+142 |
| | |||||
* | Rewrite expressions as qualified ids. | Roberto Raggi | 2009-07-28 | 5 | -1309/+1109 |
| | |||||
* | Added utility methods firstSourceLocation/lastSourceLocation methods to | Erik Verbruggen | 2009-07-27 | 1 | -0/+21 |
| | | | | UiImport and UiImportList. | ||||
* | Fixed project dependencies | Roberto Raggi | 2009-07-26 | 1 | -0/+1 |
| | |||||
* | Added formal parameters to the QML signals. | Roberto Raggi | 2009-07-26 | 7 | -1/+216 |
| | |||||
* | Recognize formal arguments in the left hand side of a binding. | Roberto Raggi | 2009-07-24 | 5 | -967/+1038 |
| | |||||
* | Accept the optional semicolon at the end of a signal declaration. | Roberto Raggi | 2009-07-24 | 5 | -878/+903 |
| | |||||
* | Removed support for CSS-like literals. | Roberto Raggi | 2009-07-24 | 6 | -143/+5 |
| | |||||
* | Revert "Introduced annotations" | Roberto Raggi | 2009-07-24 | 10 | -1204/+945 |
| | | | | This reverts commit 5f648e669235e0c6a11b6d25688c6dbd9bb58106. | ||||
* | Revert "Fixed the semantic action of UiArrayMemberList" | Roberto Raggi | 2009-07-24 | 2 | -2/+2 |
| | | | | This reverts commit ee91cc1041681654f7a250dc197d0902c53a951f. | ||||
* | Fixed the semantic action of UiArrayMemberList | Roberto Raggi | 2009-07-23 | 2 | -2/+2 |
| | |||||
* | Introduced annotations | Roberto Raggi | 2009-07-23 | 10 | -945/+1204 |
| | |||||
* | Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵ | Roberto Raggi | 2009-07-16 | 5 | -977/+929 |
| | | | | UiMultilineStringLiteral statements. | ||||
* | Added support for parsing toplevel expressions and statements. | Roberto Raggi | 2009-07-15 | 5 | -1903/+1098 |
| | |||||
* | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 6 | -951/+1938 |
| | |||||
* | Expand input keyword to include "as" support | Aaron Kennedy | 2009-07-09 | 7 | -945/+1026 |
| | |||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 6 | -815/+957 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 9 | -33/+68 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 19 | -357/+358 |
| | |||||
* | Changed the QML parser and the AST to store the position of comma tokens | Erik Verbruggen | 2009-06-10 | 7 | -11/+60 |
| | | | | of QML arrays. Also exposed these positions through the QML DOM. | ||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 1 | -3/+3 |
| | |||||
* | Made the suffix for CSS literals case insensitve. | Roberto Raggi | 2009-05-26 | 1 | -16/+21 |
| | |||||
* | roberto: Added support for CSS like numeric literals e.g. 10p | Aaron Kennedy | 2009-05-26 | 7 | -15/+150 |
| | |||||
* | Resolved reduce/reduce conflict between QML array literals and JS array ↵ | Roberto Raggi | 2009-05-19 | 5 | -849/+958 |
| | | | | literals. | ||||
* | Renamed qualifiedObjectNameId. | Roberto Raggi | 2009-05-18 | 2 | -9/+9 |
| | |||||
* | Compile. | Roberto Raggi | 2009-05-18 | 2 | -3/+3 |
| | |||||
* | Introduced qualified type names in the grammar. | Roberto Raggi | 2009-05-18 | 7 | -861/+960 |
| |