aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejsparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1812/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* 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-1/+1
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-061-7/+7
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-061-0/+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-198/+198
* Fix automatic semicolon insertion.Roberto Raggi2011-09-191-9/+1
* Remove some unused includes.Jędrzej Nowacki2011-09-151-1/+1
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-08-311-296/+211
|\
| * Fix the source location of the T_ELSE token.Roberto Raggi2011-08-301-1/+1
| * Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-186/+186
| * Improve performance of the QML front-endAaron Kennedy2011-08-301-145/+60
* | Build against refactor.Samuel Rødal2011-07-291-1/+1
|/
* Merge branch 'qtquick2'Martin Jones2011-05-311-218/+216
|\
| * Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-121-213/+211
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-091-5/+5
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1904