summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-271-5/+6
* | 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
* | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-253-8/+10
* | Fix compilation with older GCC versions: need a constructor.Thiago Macieira2009-07-251-0/+5