summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-251-2/+2
* Adapt the contiguous-creator code to use the new custom deleter code.Thiago Macieira2009-07-241-26/+27
* Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-0/+47
* Remove the old specialised deleter implementation from QSharedPointer.Thiago Macieira2009-07-241-12/+0
* Implement a new custom deleter implementation for QSharedPointerThiago Macieira2009-07-241-1/+54
* fix minor issue introduced in 6ca14dcRitt Konstantin2009-07-241-8/+4
* qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-6/+11