aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-1/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Clean up some includesUlf Hermann2021-11-051-1/+1
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-031-1/+0
* Skip superfluous property capture attemptFabian Kosmale2021-08-091-0/+2
* Remove pointless evaluate() methodUlf Hermann2021-06-081-1/+0
* Remove unused QBitField classFabian Kosmale2021-03-041-1/+0
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-281-4/+4
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-241-3/+2
* Implement support for property observersSimon Hausmann2020-04-031-0/+9
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-11/+8
* Simplify signal handler parameter handlingSimon Hausmann2018-07-311-4/+2
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-4/+2
|\
| * Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-091-1/+1
| * Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-2/+1
| * Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-091-1/+0
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-061-2/+2
|/
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+1
|\
| * Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-191-0/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Add enabled property to the QML Connections elementDan Cape2015-09-091-0/+4
|/
* Fix some function signatures and remove an unused functionLars Knoll2015-06-181-2/+1
* QQmlBoundSignal doesn't need a vtableLars Knoll2015-06-181-1/+1
* Save another pointer in QQmlBoundSignalLars Knoll2015-06-181-3/+0
* No need to store the same data twiceLars Knoll2015-06-181-3/+0
* Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-181-22/+1
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-26/+11
* Move m_function into the base classLars Knoll2015-04-271-2/+0
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-3/+3
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-2/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* QQmlBoundSignalExpression: Remove extra padding.Robin Burchell2014-09-151-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-0/+2
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-271-1/+1
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-6/+2
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-041-14/+26
* Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-211-0/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-0/+3
* Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-1/+3
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-13/+5
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-2/+2