summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-121-4/+1
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-111-38/+78
* Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
* Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+5
* Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-0/+8
* Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-041-4/+4
* Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-041-12/+17
* Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-041-10/+6
* Clean up old Jambi code: there's a way of getting the QObject d-pointerThiago Macieira2009-08-041-8/+1
* Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-031-17/+12
* Dynamic meta object supportAaron Kennedy2009-07-311-3/+6
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-07-311-0/+8
* Add non-threadsafe QGuard classAaron Kennedy2009-07-311-1/+17
* extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-15/+62
* Fix compilation with xlC 7: the cast is necessary to get delete[] to understa...Thiago Macieira2009-07-211-1/+1
* general wording change for some file type namesFrederik Schwarzer2009-07-061-1/+1
* add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-0/+28
* 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
* | Compile with debug enabledOlivier Goffart2009-06-101-1/+1
* | Avoid locking and search on the global hash if there is no QPointerOlivier Goffart2009-06-101-3/+19
* | Use a linked list for the senders list inside QObjectOlivier Goffart2009-06-101-31/+36
* | Small simplification on codeThierry Bastian2009-06-081-2/+2
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-1/+2
|\|
| * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-1/+1
|\|
| * Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-9/+27
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
* | Mark data as static, use fetch-and-store instead of test-and-setBradley T. Hughes2009-05-221-4/+3
* | Use a per object lock for signal/slotsOlivier Goffart2009-05-201-22/+44
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-4/+9
|\|
| * Fix race condition in ~QObjectOlivier Goffart2009-05-181-19/+11
* | Compilation for debug buildsOlivier Goffart2009-05-111-12/+11
* | Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-111-143/+83
* | Revert "Make use of a thread-specific variable in qFlagLocation."Thiago Macieira2009-04-011-18/+2
* | Make use of a thread-specific variable in qFlagLocation.Thiago Macieira2009-03-271-2/+18
|/
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+3818