summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the locking in activate()Lars Knoll2019-03-291-87/+29
* Add safe way to resize the signalVectorLars Knoll2019-03-291-15/+70
* Add a QAbstractMetaCallEventLars Knoll2019-03-291-8/+22
* Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-10/+99
* Don't iterate over the connections without holding a lockLars Knoll2019-03-211-0/+1
* Replace the ConnectionData::inUse int with a proper refcountLars Knoll2019-02-081-3/+13
* Move all connection related data into one data structureLars Knoll2019-02-081-7/+40
* Simplify the code required for switching the current senderLars Knoll2019-02-081-27/+23
* Shave ~5% off from signal emission timeLars Knoll2019-02-081-2/+2
* Get rid of the connectedSignals bitflagsLars Knoll2019-02-081-17/+1
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-1/+1
|\
| * qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
* | Fix a few overrides in Qt CoreAlessandro Portale2018-09-251-2/+2
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Fix zero-as-null-pointer-constant warning in QObjectJesus Fernandez2017-09-051-6/+6
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+1
|\
| * QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-0/+1
* | Make relation of currentChildBeingDeleted and isDeletingChildren more obviousBernhard Übelacker2017-05-121-1/+1
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+1
|/
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-031-4/+10
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Reduce memory usage of dynamic propertiesSimon Hausmann2015-08-101-1/+1
* De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-031-1/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-201-0/+1
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QObject: fix valgrind warning when disconnectingOlivier Goffart2014-08-091-1/+1
* Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-4/+2
|\
| * Do not consider a signal to be connected if only a signal spy is installed.Volker Krause2014-01-161-4/+2
* | Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-091-1/+0
|/
* Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-061-0/+8
* Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-251-0/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-2/+4
* Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+7
* Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+77
* Doc: Fix references to Qt TestSze Howe Koh2013-01-301-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-151-3/+3
* Provide access to (dis)connectNotify() from other objects.Thomas McGuire2012-07-241-0/+15
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-0/+1
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-261-0/+3
* Change testlib signal dumper hooks to use signal index rangeKent Hansen2012-06-041-3/+3
* Change QConnectionSenderSwitcher et al to use signal index rangeKent Hansen2012-06-031-0/+3
* Move implementation of QObject::senderSignalIndex() to QObjectPrivateKent Hansen2012-06-011-0/+1