summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Specify better increment for captured propertiesAlan Alpert2012-12-111-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-251-6/+6
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-141-6/+6
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-1/+40
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
* 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-231-4/+4
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-231-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