summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaObject: Crashes with dbus that tries to connect to all signalsOlivier Goffart2009-08-211-12/+20
* Merge commit 'qt/master'Jason Barron2009-08-201-127/+208
|\
| * Fix warning and potential infinite recursion.Olivier Goffart2009-08-201-1/+2
| * Fix potential Infinite recurstion.Olivier Goffart2009-08-201-3/+2
| * Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-191-127/+208
* | Move the declarative ui destroyed handlingHarald Fernengel2009-08-201-2/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\|
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-131-43/+80
|\|
| * 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
* | Merge commit 'qt/master-stable'Jason Barron2009-08-101-1/+15
|\|
| * 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
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-29/+23
|\|
| * 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
* | Merge commit 'origin/master'Jason Barron2009-08-041-25/+74
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-25/+74
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-36/+106
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-2/+30
|\| | | |/ |/|
| * 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 commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\|
| * 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
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-186/+198
|\| |
| * | 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
| |\|
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-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
| |\ \ \
| * | | | Compilation for debug buildsOlivier Goffart2009-05-111-12/+11
| * | | | Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-111-143/+83