aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-7/+19
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't eval signal handler closure until signal is emittedAaron Kennedy2011-12-051-11/+18
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-281-0/+6
* Don't crash on invalid expressionAaron Kennedy2011-11-081-0/+1
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-041-1/+1
* Skip the captured properties step in bindingsAaron Kennedy2011-11-041-58/+74
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+0
* Simplify expression guard logicAaron Kennedy2011-10-181-34/+7
* Clean up declarative includesKent Hansen2011-10-171-6/+6
* Optimize signal handlingAaron Kennedy2011-10-121-65/+9
* Fix some memory leaks in the compilerChris Adams2011-09-051-0/+2
* Use the optimized QDeclarativeExpression constructor where possible.Michael Brasser2011-08-291-2/+2
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-10/+10
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-261-5/+5
* Don't assert on incorrect file urlAaron Kennedy2011-07-251-4/+2
* Enter context scopeAaron Kennedy2011-07-251-0/+1
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-28/+22
* CleanupAaron Kennedy2011-06-161-136/+115
* Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-091-0/+53
|\
| * Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-091-0/+53
* | Minor XXX fixupsAaron Kennedy2011-06-091-9/+16
* | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-091-9/+0
* | Implement global handle trackingAaron Kennedy2011-06-081-11/+7
* | Allow methods to be changed by debuggerAaron Kennedy2011-06-081-44/+0
* | Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\|
| * Merge branch 'qtquick2'Martin Jones2011-05-311-3/+4
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | | Initial V8 integrationAaron Kennedy2011-06-061-111/+134
| |/ |/|
* | Initial import from qtquick2.Qt by Nokia2011-04-271-3/+4
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+875