aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
Commit message (Expand)AuthorAgeFilesLines
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-251-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-2/+11
|\
| * Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-091-1/+0
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-1/+1
| * Add a setSourceLocation() methodLars Knoll2016-12-091-0/+1
| * Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-091-0/+1
| * Don't store a FunctionObject in QQmlJavaScriptExpression anymoreLars Knoll2016-12-091-1/+4
| * Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-091-1/+2
| * Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-0/+2
| * Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-091-0/+2
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
|/
* QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-311-0/+8
* QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-241-3/+10
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+2
* Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-181-1/+0
* QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-0/+7
* Updated license headersJani Heikkinen2016-01-191-14/+20
* 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