aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-0/+2
* Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-4/+2
* Simplify property capturing codeLars Knoll2015-06-181-21/+23
* Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-181-2/+2
* Don't store the qmlscope object in a persistentLars Knoll2015-06-181-4/+2
* Move m_function into the base classLars Knoll2015-04-271-2/+4
* Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-2/+2
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-14/+7
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-3/+15
* Fix forward declaration of QQmlSourceLocation.Friedemann Kleint2015-04-171-1/+1
* Speed up binding evaluationSimon Hausmann2015-04-161-1/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-5/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix crash when the currently running binding is deleted.Michael Brasser2014-02-151-2/+3
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-13/+0
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-2/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-5/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+1
|\
| * QQmlError.object now holds the scope object that caused exceptions.Mark Visser2013-05-081-0/+1
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* | Remove some leftovers from the v8bindingsLars Knoll2013-05-291-12/+0
* | Small cleanupLars Knoll2013-05-261-4/+0
* | Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-241-0/+5
* | Get rid of v8::TryCatch and v8::MessageLars Knoll2013-05-211-1/+0
* | Fix return value for QQmlJavascriptExpression::evaluateLars Knoll2013-05-211-2/+2
* | Cleanup QQmlDelayedErrorLars Knoll2013-05-211-6/+6
* | Move QQmlJavascriptExression::evaluate over to v4Lars Knoll2013-05-211-3/+3
* | Convert qqmljavascriptexpression to use QV4::PersistentValueLars Knoll2013-05-081-4/+4
* | Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-4/+4
* | Get rid of v8::LocalLars Knoll2013-05-061-2/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-0/+3
* Make connectNotify() work with QMLThomas McGuire2012-08-221-2/+1
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-3/+3
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-5/+16
* Reduce size of QQmlNotifierEndpointAaron Kennedy2012-05-241-10/+2
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-1/+1
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-0/+9
* Move binding and expression classes to separate filesAaron Kennedy2012-03-131-0/+274