summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | 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
* | Move the 'timeval' operators to qcore_unix_p.h.Jason Barron2009-07-293-49/+46
* | Port of Qt to QNXHarald Fernengel2009-07-291-1/+1
* | Port of Qt to VxWorksRobert Griebl2009-07-299-13/+455
* | Compile on Mac OS XBradley T. Hughes2009-07-271-1/+1
* | Compile on Mac OS XBradley T. Hughes2009-07-272-4/+4
* | Avoid floating point code when converting Mach time to timevalBradley T. Hughes2009-07-271-2/+2
* | Refactor monotonic time code to avoid duplication.Bradley T. Hughes2009-07-274-114/+60
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Yard2009-07-247-64/+139
|\ \
| * | Fix time change detection on UNIX systems without monotonic timersBradley T. Hughes2009-07-232-42/+79
| * | Omit monotonic timer detection/conditional code on Mac OS XBradley T. Hughes2009-07-232-18/+14
| * | Add the math3d types to QVariantRhys Weatherley2009-07-234-3/+45