summaryrefslogtreecommitdiff
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-08-0459-319/+2097
|\
| * Fix deadlock in the fsevents file watcher.Norwegian Rock Cat2009-08-032-1/+7
| * Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-4/+14
| * Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-031-10/+28
| * Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+3
| * Cleanup old code in QSharedPointerThiago Macieira2009-08-031-18/+16
| * Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-031-3/+1
| * Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-1/+22
| * Merge branch '4.5'Thiago Macieira2009-08-031-2/+2
| |\
| | * Disable the pointer tracking feature in Qt 4.5.Thiago Macieira2009-07-272-29/+5
| | * Add docs for Windows Server 2008 R2 to QSysInfo::WinVersionBradley T. Hughes2009-07-271-2/+2
| * | Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-032-21/+13
| * | export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
| * | remove constructors that are not usefulKent Hansen2009-08-038-82/+8
| * | Export symbol used in QtGui.Volker Hilsheimer2009-07-311-1/+5
| * | Doc: fix warnings.Volker Hilsheimer2009-07-311-1/+1
| * | compileKent Hansen2009-07-311-1/+1
| * | Fix compilation: add #include <new> if placement new is usedThiago Macieira2009-07-311-0/+7
| * | add private goToState() function to state machineKent Hansen2009-07-312-7/+97
| * | remove const from QSignalEvent::sender*Kent Hansen2009-07-313-6/+6
| * | Compile on HP-UXiBradley T. Hughes2009-07-312-3/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-311-1/+1
| |\ \
| | * | Doc: there is no group of explicitly shared classes, only one class uses this.Volker Hilsheimer2009-07-301-1/+1
| * | | 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-314-17/+67
| * | | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-312-1/+17
| * | | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-312-1/+30
| |/ /
| * | Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-292-5/+4
| * | Move the 'timeval' operators to qcore_unix_p.h.Jason Barron2009-07-293-49/+46
| * | Port of Qt to QNXHarald Fernengel2009-07-296-36/+19
| * | Port of Qt to VxWorksRobert Griebl2009-07-2928-29/+1334
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-304-45/+112
|\ \ \ | |/ /
| * | Implement a new pointer-tracking mechanism for QSharedPointer.Thiago Macieira2009-07-282-41/+105
| * | Fix startDetached: the pipes must be CLOEXEC for them to work.Thiago Macieira2009-07-281-2/+2
| * | Work around weird issue with Sun CC 5.9: Self was the wrong class.Thiago Macieira2009-07-281-2/+2
| * | Sun CC 5.9 does not support template friendsThiago Macieira2009-07-281-0/+3
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-297-128/+75
|\ \ \ | |/ /
| * | Work around a Sun CC 5.9 compiler bug: the threadEngine variable isn't found.Thiago Macieira2009-07-271-2/+4
| * | Sun CC 5.9 still doesn't support Template-Template ParametersThiago Macieira2009-07-271-3/+1