summaryrefslogtreecommitdiff
path: root/src/corelib/kernel/qobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Use 64bit for the connectedSignalsOlivier Goffart2009-12-091-5/+6
* Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-261-2/+19
* 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
* | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-1/+1
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * Fix race condition in ~QObjectOlivier Goffart2009-05-181-1/+0
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+225
* Use a linked list for the senders list inside QObjectOlivier Goffart2009-06-101-1/+4
* Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
* Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-111-7/+4
* Long live Qt!Lars Knoll2009-03-231-0/+225