aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-1/+1
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+4
* QML: Allow some more backing types for enumsFabian Kosmale2023-04-121-1/+1
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-4/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-171-7/+24
* Finally drop last references to v8Ulf Hermann2021-08-161-1/+1
* Allow property observers on readonly propertiesUlf Hermann2021-06-081-2/+6
* Remove pointless evaluate() methodUlf Hermann2021-06-081-24/+1
* Optimize invocation of signal handlersUlf Hermann2021-04-011-9/+25
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Don't store the scope in JSCallDataUlf Hermann2021-03-171-2/+2
* Engine: Cleanup method argument passingFabian Kosmale2021-03-041-3/+3
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-281-4/+2
* QV4::populateJSCallArguments: Use v4->metaTypeToJSFabian Kosmale2021-02-191-1/+1
* Transform JSCallData args setting into a functionAndrei Golubev2021-02-121-21/+1
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Adjust to qtbase changesFabian Kosmale2020-09-041-1/+1
* Adapt to qtbase changesFabian Kosmale2020-08-231-1/+1
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-241-49/+5
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-071-1/+1
* Implement support for property observersSimon Hausmann2020-04-031-0/+9
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-11/+11
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-4/+1
* Add more trace points to Qt QMLMilian Wolff2019-12-131-0/+5
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+0
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-1/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-1/+1
* Simplify signal handler parameter handlingSimon Hausmann2018-07-311-30/+18
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-0/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-8/+10
* Simplify JSCallData constructionLars Knoll2017-11-071-2/+2
* Get rid of the implicit cast operator to a CallDataLars Knoll2017-11-071-2/+2
* Rename JSCall to JSCallDataLars Knoll2017-11-071-2/+2
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-14/+14
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-1/+4
|\|
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-44/+24
|\|
| * Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-091-1/+2
| * Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-091-3/+4
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-6/+14