summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3
* optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-8/+8
* optimize QString::toCaseFolded()Konstantin Ritt2012-02-211-16/+36
* optimize handling of surrogate pairs in toLower()/toUpper()Konstantin Ritt2012-02-211-33/+51
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3
* QEasingCurve: implement copy assignment operator inlineMarc Mutz2012-02-212-15/+3
* QEasingCurve: simplify and fix copy constructorMarc Mutz2012-02-211-4/+6
* QHash: more robust use of qDebug()Marc Mutz2012-02-211-1/+1
* QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+1
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+4
* QEasingCurve: add member-swapMarc Mutz2012-02-212-0/+10
* QEasingCurve: mark as Q_MOVABLE_TYPEMarc Mutz2012-02-211-0/+1
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-204-14/+18
* Fix typo in QByteArray(QConstByteArrayData) constructorKent Hansen2012-02-201-1/+1
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-182-5/+18
* Mention QT_NO_STL in the QString documentationSimon A. Eugster2012-02-171-3/+3
* QSize/QSizeF: add const versions of scale()/transpose()Marc Mutz2012-02-172-18/+85
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-1/+1
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-102-17/+19
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-092-2/+1
* Fix compilation with MinGW-w64Jonathan Liu2012-02-082-1/+5
* Compile MSVC2008Jan-Arve Saether2012-02-061-1/+1
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-053-69/+69
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-053-49/+25
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-50/+53
* QDateTime: Remove Julian CalendarJohn Layt2012-02-051-129/+36
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-69/+112
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-022-2/+2
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-1/+1
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-1/+1
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-6/+10
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-3/+3
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-017-39/+31
* Remove many deprecated methodsLars Knoll2012-01-312-9/+1
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-3/+3
* QDateTime: Add validity checksJohn Layt2012-01-311-32/+144
* QDateTime: Deprecate setYMD()John Layt2012-01-312-9/+8
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-20/+41
* Fix compilation of Qt apps with -Wshadow -WerrorDavid Faure2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30110-110/+110
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-3/+3
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+1
* Mark QStringList as movable.Stephen Kelly2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2546-47/+0
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-242-4/+4
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-2410-1299/+4
* Update contact information in license headers.Jason McDonald2012-01-23112-112/+112
* Remove QBool and use bool instead.David Faure2012-01-207-48/+48
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-7/+0