aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejs.g
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-3016/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-3/+3
* Update obsolete contact address.Jason McDonald2012-01-231-4/+4
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-121-8/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-3/+3
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-061-0/+2
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-061-3/+1
* Adjust the source location of the last accepted token.Roberto Raggi2011-12-051-0/+2
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-301-1/+4
* Fix automatic semicolon insertion.Roberto Raggi2011-09-191-9/+1
* Fix compile when the parser is included in non GUI applications.Roberto Raggi2011-09-191-1/+1
* Fix the source location of the T_ELSE token.Roberto Raggi2011-08-301-1/+1
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-187/+188
* Improve performance of the QML front-endAaron Kennedy2011-08-301-189/+69
* Merge branch 'qtquick2'Martin Jones2011-05-311-32/+21
|\
| * Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-121-23/+12
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-091-9/+9
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-34/+34
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3149