summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Manual sync with masterAaron Kennedy2009-07-311-4/+1
* Merge branch 'master' of ../../qt into kinetic-declarativeuiAaron Kennedy2009-07-314-16/+6
|\
| * 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
| |/
* | Revert "qdoc: Fixed some qdoc errors."Aaron Kennedy2009-07-301-1/+1
* | Revert "qdoc: Corrected some qdoc warnings."Aaron Kennedy2009-07-301-1/+1
* | Revert "qdoc: Fixed some qdoc errors."Aaron Kennedy2009-07-302-31/+20
* | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-3032-119/+1403
|\ \ | |/
| * 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
* | Revert "Help people find poor uses of QString -> QUrl conversion."Aaron Kennedy2009-07-301-7/+0
* | No need to export QDeclarativeDataAaron Kennedy2009-07-301-1/+1
* | Merge branch 'master' of /Users/akennedy/Qt/qt into kinetic-declarativeuiAaron Kennedy2009-07-301-11/+17
|\ \
| * | Make QAbstractItemModel default rolenames reentrantAaron Kennedy2009-07-301-11/+17
| * | Make setRoleNames() protected and improve docs.Aaron Kennedy2009-07-303-1/+50
* | | DocAaron Kennedy2009-07-301-1/+1
* | | Match whitespace in masterAaron Kennedy2009-07-302-2/+1
* | | Merge branch 'master' of /Users/akennedy/Qt/qt into kinetic-declarativeuiAaron Kennedy2009-07-302-4/+9
|\ \ \ | |/ /
| * | Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-302-2/+9
| * | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Aaron Kennedy2009-07-304-30/+26
| * | Add non-threadsafe QGuard classAaron Kennedy2009-07-305-3/+200
| * | Allow retrieval of interface IId from class type.Aaron Kennedy2009-07-301-0/+10
| * | extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-304-17/+67
| * | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-292-1/+17
| * | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-292-1/+30
| |/
* | Remove Q_CAST_INTERFACES support from mocAaron Kennedy2009-07-291-2/+0
* | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-2926-244/+1008
|\ \ | |/
| * 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