summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-211-4/+13
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-3/+14
* Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-101-1/+0
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-1/+1
* Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-201-0/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-10/+1
|\
| * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-291-10/+1
* | QBoolBlocker: make constructor explicit and disable copyingMarc Mutz2012-03-011-1/+2
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-0/+1
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-151-7/+0
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-1/+0
* Add support for QueuedConnection when connecting using the new syntaxOlivier Goffart2011-11-251-0/+4
* New QObject connection syntaxOlivier Goffart2011-11-251-3/+8
* Change the return value of QObject::connectOlivier Goffart2011-11-251-0/+11
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-1/+1
* Add a signal emitted callback to QAbstractDeclarativeDataAaron Kennedy2011-08-301-0/+1
* Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-12/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+305