| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to release license header. | Jason McDonald | 2011-02-16 | 17 | -234/+234 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 17 | -19/+19 |
|
|
* | Set the location of the closing brace. | Roberto Raggi | 2010-10-26 | 2 | -4/+4 |
|
|
* | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 1 | -6/+9 |
|
|
* | Remove unused AST node destructors. | Michael Brasser | 2010-09-28 | 1 | -146/+3 |
|
|
* | The declarative parser should only save comment text (and not /*,*/,//) | Michael Brasser | 2010-09-01 | 1 | -4/+4 |
|
|
* | Support for qsTrId and meta-data in comments for QML. | Michael Brasser | 2010-09-01 | 1 | -1/+1 |
|
|
* | Fix few declarative code issues discovered by static code analysis | Joona Petrell | 2010-08-24 | 1 | -1/+1 |
|
|
* | Reuse QML lexer to simplify .pragma script logic | Aaron Kennedy | 2010-07-22 | 1 | -5/+5 |
|
|
* | Allow to build Qt in static with mingw | Thierry Bastian | 2010-06-07 | 1 | -1/+1 |
|
|
* | Fix parsing of regular expression literals. | Roberto Raggi | 2010-04-21 | 1 | -29/+79 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-18 | 3 | -5/+45 |
|\ |
|
| * | Recognize identifiers containing unicode escape sequences. | Roberto Raggi | 2010-04-16 | 1 | -1/+41 |
|
|
| * | Fixed parsing of inner labelled statements. | Roberto Raggi | 2010-04-16 | 2 | -4/+4 |
|
|
* | | Further RVCT4 fixes for Symbian | Iain | 2010-04-16 | 1 | -1/+1 |
|/ |
|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 15 | -40/+40 |
|
|
* | Fixed: Declared properties cannot be assigned in declaration | Roberto Raggi | 2010-03-31 | 7 | -1034/+1130 |
|
|
* | Removed unneeded code. | Roberto Raggi | 2010-03-29 | 2 | -10/+0 |
|
|
* | Recompute the source location of regexp literals. | Roberto Raggi | 2010-03-26 | 2 | -2/+14 |
|
|
* | Manual merge. | Warwick Allison | 2010-03-22 | 2 | -2/+6 |
|
|
* | Compile with user defined Qt namespace | Roberto Raggi | 2010-03-15 | 1 | -2/+4 |
|
|
* | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 4 | -5/+5 |
|
|
* | Don't look for contextual keywords when defining properties. | Roberto Raggi | 2010-02-25 | 3 | -632/+658 |
|
|
* | Introduced alternative syntax for defining QML bindings. | Roberto Raggi | 2010-02-25 | 7 | -1000/+1072 |
|
|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec... | Warwick Allison | 2010-02-24 | 18 | -386/+386 |
|
|
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 14 | -14/+14 |
|
|
* | Changed define name to reflect change in Creator. | Erik Verbruggen | 2010-02-08 | 1 | -2/+2 |
|
|
* | re-enable QT_USE_FAST_CONCATENATION | Erik Verbruggen | 2010-02-08 | 1 | -1/+1 |
|
|
* | Fixed possible array index-out-of-bounds crash in error reporting. | Erik Verbruggen | 2010-01-21 | 2 | -2/+12 |
|
|
* | Added utility method to parse JavaScript programs. | Erik Verbruggen | 2010-01-18 | 7 | -1110/+1060 |
|
|
* | Added a utility method to get a casted AST root node. | Erik Verbruggen | 2010-01-18 | 4 | -0/+29 |
|
|
* | Fixed the parser to start with the correct rule when requested to parse JS So... | Erik Verbruggen | 2010-01-18 | 3 | -634/+672 |
|
|
* | Fixed missing export in generated parser. | Erik Verbruggen | 2010-01-15 | 2 | -2/+2 |
|
|
* | Re-generated grammar and fixed license headers. | Erik Verbruggen | 2010-01-15 | 4 | -1098/+1092 |
|
|
* | Fixed license headers. | Erik Verbruggen | 2010-01-15 | 1 | -66/+44 |
|
|
* | Added utility method to parse single/stand-alone JS source elements. | Erik Verbruggen | 2010-01-15 | 1 | -1/+12 |
|
|
* | oops, fix the compilation | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
|
|
* | small cleanup | Thierry Bastian | 2009-12-04 | 3 | -18/+18 |
|
|
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 14 | -41/+46 |
|
|
* | 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 |
|
|
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 14 | -31/+31 |
|
|
* | Fixed the start location of an UiArrayBinding to include the qualifiedId. | Erik Verbruggen | 2009-11-20 | 1 | -1/+1 |
|
|
* | fix headers | Warwick Allison | 2009-10-29 | 17 | -249/+289 |
|
|
* | Fixed possible crash when inserting semicolon. | Roberto Raggi | 2009-10-28 | 4 | -4/+4 |
|
|
* | 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 |
|
|