summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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