summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-022-0/+34
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-222-0/+25
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-18/+3
* Use strlen() inline whenever possibleHarald Fernengel2011-12-222-48/+55
* make QString::fromLatin1 partially inlineHarald Fernengel2011-12-202-6/+6
* Add QVarLengthArray::length().Robin Burchell2011-12-122-0/+8
* Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-082-12/+0
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* Give better error message when using unsupported lookbehinds in QRegExpKjell Rune Skaaraas2011-11-181-0/+4
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-182-0/+13
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Fix tst_Moc::oldStyleCastsOlivier Goffart2011-11-171-2/+2
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-022-6/+541
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-6/+7
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-243-5/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-182-27/+25
* Remove stale documentation.Casper van Donderen2011-10-183-29/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-062-2/+4
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-045-6/+6
* Prevent QPixmapCache potentially growing indefinitely.Samuel Rødal2011-10-031-2/+1
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-036-31/+33
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-292-14/+24
* Move Qt::escape to QtCoreDavid Faure2011-09-292-0/+36
* Update QHash for Qt 5Bradley T. Hughes2011-09-262-46/+9
* Make QVectorData::shared_null constBradley T. Hughes2011-09-262-6/+6
* Make QMapData::shared_null constBradley T. Hughes2011-09-262-8/+8
* Make QListData::shared_null constBradley T. Hughes2011-09-262-8/+9
* Make QLinkedListData::shared_null constBradley T. Hughes2011-09-262-7/+8
* Make QHashData::shared_null constBradley T. Hughes2011-09-262-6/+6
* don't calculate hash when the map is empty and we are not insertingOswald Buddenhagen2011-09-261-3/+6
* Doc: Clarified the range of return values from QLineF::angle().David Boddie2011-09-261-2/+3
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-232-4/+42
* QByteArray's shared_null and shared_empty should be constBradley T. Hughes2011-09-232-7/+7
* Don't call ref() in QByteArray::QByteArray()Bradley T. Hughes2011-09-231-1/+1
* Boost performance of QChar::isSpaceKent Hansen2011-09-152-5/+14
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-152-3/+17
* Boost performance of QChar::isLetterKent Hansen2011-09-152-3/+15
* Boost performance of QChar::isDigitKent Hansen2011-09-152-3/+13