summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-1378-131/+178
|\
| * Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-123-13/+11
| * Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
| * Update contact URL in license headers.Jason McDonald2009-08-1278-78/+78
| * Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
| * Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
| * Compile fix with namespaceshjk2009-08-101-1/+1
* | Merge commit 'qt/master-stable'Jason Barron2009-08-104-4/+31
|\ \ | |/
| * Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
| * Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
| * 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-052-0/+10
* | Update license headers according to commit 858c70f768e.axis2009-08-067-19/+19
* | Replaced $MODULE$ with hardcoded module names.axis2009-08-066-6/+6
* | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0615-16/+16
* | fixed borked up mergeHarald Fernengel2009-08-061-0/+3
* | Merge commit 'qt/master-stable'Jason Barron2009-08-0611-188/+103
|\ \ | |/
| * Merge branch '4.5'Bill King2009-08-051-0/+1
| |\
| | * Fix: Gtk native dialogs do not repaint when zero-timers are usedJens Bache-Wiig2009-08-041-0/+1
| * | Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-042-8/+7
| * | Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-042-12/+18
| * | Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-042-66/+63
| * | Clean up old Jambi code: there's a way of getting the QObject d-pointerThiago Macieira2009-08-041-8/+1
| * | Don't try to make direct system calls on Linux.Thiago Macieira2009-08-042-98/+9
| * | Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-042-2/+2
| * | Fix obsolete license headersJason McDonald2009-08-042-3/+3
| * | Doc fixesAaron Kennedy2009-08-042-0/+8
* | | Merge commit 'origin/master'Jason Barron2009-08-0423-77/+139
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-043-14/+13
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0322-66/+129
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-0419-126/+982
|\ \ \ \ | | |/ / | |/| |
| * | | Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-032-21/+13
| * | | Doc: fix warnings.Volker Hilsheimer2009-07-311-1/+1
| * | | Compile on HP-UXiBradley T. Hughes2009-07-312-3/+4
| * | | Update QAbstractItemModel following reviewAaron Kennedy2009-07-311-2/+2
| * | | Remove isDynamic property flagAaron Kennedy2009-07-312-14/+1
| * | | Reorder flag values in ascending orderAaron Kennedy2009-07-311-4/+4
| * | | Dynamic meta object supportAaron Kennedy2009-07-315-19/+56
| * | | Add index methods to QMetaProperty and QMetaMethodAaron Kennedy2009-07-312-0/+22
| * | | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-07-312-1/+19
| * | | Make QAbstractItemModel default rolenames reentrantAaron Kennedy2009-07-311-11/+17
| * | | Make setRoleNames() protected and improve docs.Aaron Kennedy2009-07-313-1/+50
| * | | Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-312-2/+9
| * | | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Aaron Kennedy2009-07-314-30/+26
| * | | Add non-threadsafe QGuard classAaron Kennedy2009-07-315-3/+200
| * | | Allow retrieval of interface IId from class type.Aaron Kennedy2009-07-311-0/+10
| * | | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-313-16/+66
| * | | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-312-1/+17
| * | | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-312-1/+30