summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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