summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename new slice() method sliced()Marc Mutz2020-06-111-7/+7
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-112/+13
* QString: remove remnants of old multiArg()Marc Mutz2020-06-111-15/+0
* QLatin1String: add toString()Marc Mutz2020-06-101-0/+10
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-27/+26
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-1/+49
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-041-1/+41
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-12/+12
* Add QStringView::split() methodsLars Knoll2020-06-011-7/+52
* Refactor splitString to use QStringViewLars Knoll2020-06-011-12/+11
* Add support for count() to QStringViewLars Knoll2020-05-301-11/+8
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+10
* Change QString::toIntegral_helper to use QStringViewLars Knoll2020-05-251-21/+20
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-211-8/+2
* QString: throughly port internals to char16_tMarc Mutz2020-05-191-79/+72
* QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-171-11/+7
* QString: remove more functions overloaded on charMarc Mutz2020-05-151-32/+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
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-0/+3
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-250/+2
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-188/+7
* Remove QTextCodec references from QString docsLars Knoll2020-05-141-22/+21
* Document the string converter classesLars Knoll2020-05-141-2/+2
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-141-4/+8
* Remove QTextCodec dependency from QStringLars Knoll2020-05-141-17/+2
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* QString: deprecate fromUtf16(ushort*)/fromUcs4(uint*)Marc Mutz2020-05-131-27/+11
* QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-131-6/+2
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-23/+0
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-121-14/+14
* QString: optimize insert() of a substringMarc Mutz2020-05-111-5/+2
* Port QtPrivate::findString() from ushort* to char16_t*Marc Mutz2020-05-111-7/+7
* Modernize foldCase() internal functionsMarc Mutz2020-05-111-1/+1
* Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-111-8/+8
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-101-19/+24
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-091-19/+15
* QString: fix UB in replace()Marc Mutz2020-05-091-1/+2
* QString: fix UB in insert()Marc Mutz2020-05-091-1/+2
* QString: mark qustrlen() as unsuitable for ASanThiago Macieira2020-05-071-0/+5
* Port qt_string_count() to QStringViewMarc Mutz2020-05-071-8/+7
* QString: remove weird uses of QChar::unicode()Marc Mutz2020-05-071-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-32/+0
|\
| * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-32/+0
* | QString: replace a few autos with char32_tMarc Mutz2020-05-021-4/+4
* | QStringIterator: port from uint to char32_tMarc Mutz2020-04-261-6/+6
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+35
* | QString::from/toLocal8Bit: Assume locale is utf8 if we don't have codecsLars Knoll2020-04-161-2/+2
* | Remove QString::from/toAscii()Lars Knoll2020-04-161-51/+0
* | Fix warnings when building with MSVC2017Mitch Curtis2020-03-191-2/+2