summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-182-11/+13
* Use qsizetype instead of int in QByteArray's helper methodsSona Kurazyan2020-06-162-33/+34
* Remove deprecated methodsLars Knoll2020-06-122-210/+1
* QByteDataBuffer: Remove the ctor and dtorMÃ¥rten Nordheim2020-06-121-11/+2
* Rename new slice() method sliced()Marc Mutz2020-06-116-22/+22
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-114-242/+0
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-112-141/+22
* QString: remove remnants of old multiArg()Marc Mutz2020-06-112-63/+0
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-115-15/+14
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-102-21/+33
* QLatin1String: add toString()Marc Mutz2020-06-102-0/+18
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-095-68/+99
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-086-3/+173
* Remove winrtOliver Wolff2020-06-063-140/+0
* 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