summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-enable script program caching on Symbian (used to be disabled due to crash...Joona Petrell2010-08-051-4/+0
* QtDeclarative: Give name to function bindings and signals.Olivier Goffart2010-07-281-0/+1
* Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-141-219/+259
* doc improvementsBea Lam2010-07-061-1/+23
* Use custom static scopes to improve QML/JavaScript performanceKent Hansen2010-06-251-4/+4
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-8/+10
* Suppress transient errors from bindingsAaron Kennedy2010-04-291-1/+3
* Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-221-4/+4
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-8/+8
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+2
* Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
* Fix qdeclarativeecmascript::arrayExpression() testAaron Kennedy2010-04-081-1/+1
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-081-45/+26
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-6/+6
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-8/+0
* Fix crashAaron Kennedy2010-03-171-0/+1
* CrashAaron Kennedy2010-03-171-1/+7
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-29/+39
* Optimization: Use id notifier for QtScript bindingsAaron Kennedy2010-03-171-1/+23
* Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-101-13/+14
|\
| * doc: Fixed several qdoc errors.Martin Smith2010-03-091-13/+14
* | Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-108/+45
|/
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-16/+25
* Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-031-0/+5
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+810