aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativescriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-1297/+0
* Fix visit of list-like AST nodes.Roberto Raggi2011-08-301-3/+3
* Reduce allocationsAaron Kennedy2011-08-301-2/+13
* Use QFieldList to manage dynamic properties, signals and slotsAaron Kennedy2011-08-301-23/+23
* Use strings more conservativelyAaron Kennedy2011-08-301-38/+48
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-3/+3
* Improve performance of the QML front-endAaron Kennedy2011-08-301-32/+33
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-301-34/+68
* Improve error messages from compiler for signals and slotsChris Adams2011-08-041-0/+1
* Remove unused fieldsAaron Kennedy2011-07-071-16/+0
* Merge branch 'qtquick2'Martin Jones2011-05-311-13/+63
|\
| * Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-121-6/+19
| * Don't visit the sub tree of an AST::UiScriptBinding node.Roberto Raggi2011-05-061-2/+2
| * Initial import from qtquick2.Qt by Nokia2011-04-271-5/+42
* | 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/+1206