summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
* Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
* Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-292-2/+1
* QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
* Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
* Merge master -> api_changesRohan McGovern2012-02-2913-207/+154
|\
| * Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-281-2/+13
| * Rename remaining references to QInputPanelPekka Vuorela2012-02-281-2/+2
| * Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-272-3/+98
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+2
| * Fix a crash in QSystemLocalePrivate::uiLanguages().Friedemann Kleint2012-02-251-1/+1
| * Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-232-4/+4
| * Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
| * Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-222-45/+0
| * QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
| * Remove custom text codec for C strings.Robin Burchell2012-02-226-154/+37
* | Move the QString comparison operator as non member functionOlivier Goffart2012-02-272-25/+31
* | QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1
* | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-264-12/+10
* | QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
|/
* QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
* QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3
* regenerate unicode tables after rittk's patchesOswald Buddenhagen2012-02-211-196/+196
* 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