summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-1918-44/+54
|\
| * fix includes to use lower-caseHarald Fernengel2009-08-171-2/+0
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-1715-22/+9
| |\
| | * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-22/+9
| * | Doc: Clarified the difference between timer resolution and accuracy.David Boddie2009-08-171-4/+16
| |/
| * Better handling of qreal with QVariantThierry Bastian2009-08-173-15/+28
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Martin Jones2009-08-173-14/+53
|\ \ | |/
| * QVariant: added toFloat and toRealThierry Bastian2009-08-142-11/+48
| * fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-131-3/+4
| * Fix coverity warningsThierry Bastian2009-08-131-0/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-1378-276/+199
|\ \ | |/
| * 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
* | | Use a linked list for QObject's connection list.Aaron Kennedy2009-08-072-39/+86
* | | Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
* | | Manual sync with masterAaron Kennedy2009-07-311-4/+1
* | | Merge branch 'master' of ../../qt into kinetic-declarativeuiAaron Kennedy2009-07-313-15/+5
|\ \ \ | |/ /
| * | 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