summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Use QVarLengthArray when creating the connectNotify() argumentThomas McGuire2012-10-121-7/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-261-0/+12
* Make connectNotify() work with QMLThomas McGuire2012-08-311-0/+15
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Use the qt_static_metacall in QueuedConnectionOlivier Goffart2011-04-081-4/+6
* Speedup activation of signalsOlivier Goffart2011-03-311-3/+7
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-0/+1
|\ \ | |/
| * Add a declarative callback for when a QObject's objectName changesAaron Kennedy2010-10-111-0/+1
* | Speedup destruction of QObject if the eventloop is not entered.Olivier Goffart2010-05-281-2/+2
* | QObjectPrivate::deleteWatch, and inEventHandler are only used by jambiOlivier Goffart2010-05-181-0/+4
|/
* Optimize QMetaObject::activateOlivier Goffart2010-04-201-4/+24
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-151-4/+4
* Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-011-3/+2
* Remove QGuard.Thiago Macieira2010-03-261-30/+1
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-0/+1
* Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-5/+6
|\ \ | |/
| * Use 64bit for the connectedSignalsOlivier Goffart2009-12-091-5/+6
* | Merge branch '4.6'Thiago Macieira2009-12-021-2/+19
|\ \ | |/
| * Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-261-2/+19
* | QObjectPrivate/!QT3_SUPPORT: replace an unused QList by an unused void*hjk2009-11-111-2/+2
|/
* Put back the declarativeData into its union so it doesn't take memoryOlivier Goffart2009-09-161-2/+4
* Move QGuard to the ExtraDataOlivier Goffart2009-09-161-4/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-191-0/+3
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-111-1/+8
* | Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
* | Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-0/+2
* | Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-041-4/+3
* | Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-041-0/+1
* | Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-041-56/+57
* | Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-031-4/+1
* | Dynamic meta object supportAaron Kennedy2009-07-311-0/+8
* | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-07-311-1/+11
* | Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-311-1/+1
* | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Aaron Kennedy2009-07-311-0/+24
* | Add non-threadsafe QGuard classAaron Kennedy2009-07-311-0/+2