summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-128/+18
|\
| * Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.David Boddie2009-11-021-128/+18
* | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-7/+0
|/
* QMetaObject::activate: reordered mutex locks/unlocks around spyFlorian Vichot2009-10-131-2/+3
* Move QGuard to the ExtraDataOlivier Goffart2009-09-161-11/+7
* Fix the signal output in QObject::dumpObjectInfoOlivier Goffart2009-09-101-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-041-3/+11
* Don't check for null if never happens, but test it if it may...João Abecasis2009-09-011-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
* | QMetaObjectPrivate: refactor internal disconnect to avoid duplicate codeLeonardo Sobral Cunha2009-08-281-48/+43
* | Whitespaces & indentation cleanup in qobjectLeonardo Sobral Cunha2009-08-281-24/+25
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-6/+8
* | Doc: Corrected incorrect snippets and info in inherits() documentation.David Boddie2009-08-261-4/+3
* | Fixed compilation on gcc 3.3 and mutex locker lifetimeThorbjørn Lindeijer2009-08-261-1/+1
* | 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