summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-294-118/+64
|\ \ \ \ | |/ / /
| * | | 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 commit 'qt/master-stable'Jason Barron2009-07-281-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Yard2009-07-247-64/+139
| |\ \ \
| * | | | #159306 QAbstractItemModel::reset Doc changePeter Yard2009-07-241-1/+2
* | | | | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-0/+3
* | | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2728-272/+876
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | 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