summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* Doc: Fix documentation warnings for string classesTopi Reinio2020-10-291-1/+14
* Fix qdoc warnings in QStringViewVolker Hilsheimer2020-09-261-3/+3
* Fix some qdoc warnings for QString/View/TokenizerVolker Hilsheimer2020-09-261-5/+5
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMÃ¥rten Nordheim2020-09-181-5/+24
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-15/+5
* QStringView: Remove outdated note about usage with QListLinus Jahn2020-07-121-4/+0
* Rename from() to sliced()Lars Knoll2020-07-061-1/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-4/+4
* Rename new slice() method sliced()Marc Mutz2020-06-111-5/+5
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-19/+18
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-0/+48
* QString/View: add tokenize() member functionsMarc Mutz2020-06-061-0/+42
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-3/+3
* Add QStringView::constData()Lars Knoll2020-05-301-0/+11
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+30
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+219
* Remove QTextCodec references from QString docsLars Knoll2020-05-141-7/+6
* QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-6/+20
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-3/+3
* Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+15
* QStringView: clean up storage_typeMarc Mutz2019-07-291-5/+3
* QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-291-12/+2
* Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-241-2/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+898