summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+74
* Clean up docs of qbytearray.cpp's C-string functionsEdward Welbourne2020-06-051-20/+12
* Include qstringtokenizer.h from qstring.hMarc Mutz2020-06-051-0/+1
* Clean out string/character mentions from QByteArray docsEdward Welbourne2020-06-051-290/+276
* Fix references to section in QByteArray class doc after title changeEdward Welbourne2020-06-051-10/+6
* Prune two un-needed #include files from qbytearray.cppEdward Welbourne2020-06-051-2/+0
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-154/+129
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-049-138/+138
* Long live QStringTokenizer!Marc Mutz2020-06-033-0/+797
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* Add QStringView::split() methodsLars Knoll2020-06-012-7/+68
* Refactor splitString to use QStringViewLars Knoll2020-06-011-12/+11
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-312-176/+108
* Add QStringView::constData()Lars Knoll2020-05-302-0/+12
* Add support for count() to QStringViewLars Knoll2020-05-304-11/+46
* Add toInt() and friends to QStringViewLars Knoll2020-05-294-0/+258
* Fix a typo and an odd phrasingEdward Welbourne2020-05-291-7/+6
* Add missing number/setNum() overloadsLars Knoll2020-05-282-0/+46
* Don't change the implementation of a method depending on QT_USE_QSTRINGUILDERLars Knoll2020-05-261-23/+13
* Change QString::toIntegral_helper to use QStringViewLars Knoll2020-05-252-26/+25
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-25/+7
* QString: throughly port internals to char16_tMarc Mutz2020-05-194-108/+76
* Cleanup qUncompressLars Knoll2020-05-171-21/+8
* Don't access QArrayData::sharedNull() from QByteArray anymoreLars Knoll2020-05-171-4/+2
* QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-172-15/+22
* QString: remove more functions overloaded on charMarc Mutz2020-05-152-38/+0
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-1/+9
* QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-141-10/+24
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-35/+38
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-142-0/+6
* Remove QRegExp from QVariantLars Knoll2020-05-142-2/+17
* Remove QRegExp support from QString and StringListLars Knoll2020-05-147-592/+13
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-144-223/+443
* QStringMatcher: port internals to QStringView and char16_tMarc Mutz2020-05-142-24/+30
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-90/+82
* Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-141-7/+7
* Remove QTextCodec references from QString docsLars Knoll2020-05-142-29/+27
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-2/+0
* Document the string converter classesLars Knoll2020-05-143-39/+418
* Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-142-0/+49
* Add QStringConverter::encodingForData()Lars Knoll2020-05-142-0/+41
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-142-5/+24
* Construct a string converter by nameLars Knoll2020-05-142-9/+60
* Cleanup QUtf32::convertToUnicodeLars Knoll2020-05-142-65/+88
* Refactor QUtf32::convertFromUnicodeLars Knoll2020-05-142-40/+65
* Clean up QUtf16::convertTo/FromUnicodeLars Knoll2020-05-142-97/+96