summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-245-99/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-247-121/+2
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-202-10/+5
* QChar: purge deprecated APIEdward Welbourne2020-07-202-82/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-175-18/+46
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-152-61/+60
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* Support digit-grouping correctlyEdward Welbourne2020-07-145-651/+650
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-142-43/+81
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-133-5192/+0
* QStringView: Remove outdated note about usage with QListLinus Jahn2020-07-121-4/+0
* Remove that casts to int/uint that shouldn't be there anymoreLars Knoll2020-07-101-35/+26
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-2/+2
* Introduce QByteArrayViewSona Kurazyan2020-07-086-292/+1261
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-062-2/+5
* Rename from() to sliced()Lars Knoll2020-07-066-11/+14
* Port QString to qsizetypeLars Knoll2020-07-065-330/+315
* Use qsizetype in QListLars Knoll2020-07-062-47/+47
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-063-4/+4
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-2/+2
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-063-24/+15
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-065-65/+80
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-062-26/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-022-2/+2
* Documentation fixes for QStringTokenizerKai Koehne2020-07-011-9/+9
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-298-79/+71
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-262-4/+28
* Use QList instead of QVector in corelibJarek Kobus2020-06-255-23/+19
* Improve castingAllan Sandfeld Jensen2020-06-252-2/+2
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-253-247/+0
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-232-0/+13
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-205-47/+45
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-202-9/+9
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1910-28/+28
* Don't truncate parameters passed to QStringView::{first/last/from/slice}Sona Kurazyan2020-06-191-4/+4