aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-19/+2
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-5/+10
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-3/+1
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-091-7/+9
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-11/+11
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-8/+10
|\
| * Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-131-7/+7
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-1/+1
| |\
| | * Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-251-1/+1
| * | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-0/+2
| |/
* | Get rid of simpleCallLars Knoll2017-08-101-1/+1
* | Refactor context handlingLars Knoll2017-08-101-1/+1
* | Remove Scope dependency from registerQmlDependenciesLars Knoll2017-08-081-1/+1
* | Change function signatures for call/construct backLars Knoll2017-08-041-1/+2
|/
* 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