summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-6/+6
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-10/+3
* QStringView: Add compare() member functionFriedemann Kleint2018-07-131-0/+14
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-2/+1
* doc: Correct remaining qdoc warnings in QStringViewMartin Smith2018-01-051-9/+16
* Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-031-0/+9
* Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-13/+13
|\
| * Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-13/+13
* | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-041-5/+3
|/
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-161-0/+12
* QStringView: add constructor from pointer pairMarc Mutz2017-05-161-0/+20
* [doc] QStringView: remove documentation of removed constructorMarc Mutz2017-05-061-9/+0
* QStringView: add startsWith(), endsWith()Marc Mutz2017-04-281-0/+32
* QStringView: add internal qToStringViewIgnoringNull()Marc Mutz2017-04-191-0/+15
* QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-181-4/+41
* Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-071-0/+51
* QStringView: use qssize_t as size_typeMarc Mutz2017-04-061-10/+10
* Fix some issues with the QStringView docsMarc Mutz2017-04-051-6/+4
* QStringView: add an array ctorMarc Mutz2017-04-041-3/+27
* QStringView: add mid(), left(), right()Marc Mutz2017-03-311-0/+46
* QStringView: document utf16() and why it's the way it isMarc Mutz2017-03-281-2/+20
* Long live QStringView!Marc Mutz2017-03-241-0/+533