summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Compilation fixes for Windows CE on ARMJoão Abecasis2009-09-011-12/+14
| * | Fixed warnings (just 2 Q_Q() that are not used any moreThierry Bastian2009-09-011-2/+0
| * | QMargins doesn't need to be exported as it is fully inlineThierry Bastian2009-09-011-1/+1
| * | qlist.h uses memcpy() without including <string.h> or <cstring>Bernhard Rosenkraenzer2009-09-011-0/+1
| * | Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-09-013-17/+7
| |\ \
| | * | QMetaObject::normalizeType: fix out-of-bound access.Olivier Goffart2009-09-011-7/+4
| | * | doc: Fixed several qdoc errors.Martin Smith2009-09-012-10/+3
| * | | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-8/+30
| |\ \ \ | | |/ / | |/| / | | |/
| | * Reset QTemporaryFile's state after failed open() on WindowsJoão Abecasis2009-08-311-8/+30
| * | Updated lisence headers for QMarginsJens Bache-Wiig2009-08-312-26/+26
| * | Make QMargins a proper classJens Bache-Wiig2009-08-313-63/+386
| * | Refactoring qatomic_windows.hJoão Abecasis2009-08-313-323/+253
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-313-4/+5
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-312-0/+17
| * | Document some of the new QVariant featureOlivier Goffart2009-08-311-0/+1
| * | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3174-962/+962
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-31369-4797/+4797
| |\ \ | | |/
| | * Update tech preview license header.Jason McDonald2009-08-31356-4628/+4628
| | * Eliminate some mentions of Trolltech.Jason McDonald2009-08-113-3/+3
| | * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-112-5/+5
| | * Update license headers.Jason McDonald2009-08-11356-356/+356
| | * xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-08-071-1/+1
| * | Add an opt-in QWeakPointer::operator->.Thiago Macieira2009-08-311-0/+4
| * | trivial: make moc compile againHarald Fernengel2009-08-281-0/+2
| * | QMetaObjectPrivate: refactor internal disconnect to avoid duplicate codeLeonardo Sobral Cunha2009-08-282-49/+47
| * | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-1/+1
| * | Enable Q_OBJECT usage across DLL boundary on Symbian OSShane Kearns2009-08-283-1/+23
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-2/+2
| * | Whitespaces & indentation cleanup in qobjectLeonardo Sobral Cunha2009-08-282-26/+27
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-31/+45
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-9/+9
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-284-17/+15
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-282-9/+12
| * | Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.Gabriel de Dietrich2009-08-285-1/+30
| * | Documentation of QAbstractProxyModel::resetOlivier Goffart2009-08-281-3/+2
| * | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-282-7/+45
| * | QAbstractAnimation: replacing QPointer usage for QWeakPointerLeonardo Sobral Cunha2009-08-281-12/+19
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-08-273-9/+25
| |\ \
| | * | QAbstractAnimation: fixes segfault when deleting animation inside updateCurre...Leonardo Sobral Cunha2009-08-272-9/+19
| | * | work around a compiler bug (gcc <= 4.0.x) that renders the drop-in versionhjk2009-08-271-0/+6
| * | | Doc: Added suggestion about decoding arguments from argv. Tidying up.David Boddie2009-08-271-26/+44
| |/ /
| * | QPropertyAnimation: small refactor and we got rid of QMetaPropertyThierry Bastian2009-08-272-30/+14
| * | QPropertyAnimation: use of QWeakPointer instead of QObject::connectThierry Bastian2009-08-273-33/+23
| * | Animation: reordering of private members saves 8 bytesThierry Bastian2009-08-271-3/+3
| * | Doc: Small change to QProcess::waitForFinished()Geir Vattekar2009-08-271-1/+2
| * | Merge branch 'mergeRequest' into 4.6axis2009-08-272-74/+59
| |\ \
| | * | move QFSFileEngine-related symbian code from qtemporaryfile to qfsfileengineRitt Konstantin2009-08-272-5/+4
| | * | remove symbianFileName stub once and for allRitt Konstantin2009-08-271-19/+17
| | * | fixes and improvements made after s60 branch has been merged into masterRitt Konstantin2009-08-271-51/+39
| * | | Missing ducumentation in QAbstractItemModelOlivier Goffart2009-08-261-0/+34