summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring/tst_qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* QString: use inheritance, not template aliases, for arg() constraintsMarc Mutz2023-01-031-0/+3
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-161-0/+6
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Tarja Sundqvist2021-08-181-1/+1
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-0/+30
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-101-0/+1
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-201-0/+11
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-241-0/+5
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-211-0/+10
* Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+6
|\
| * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-40/+79
|\|
| * QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+48
|/
* Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-251-10/+11
* Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+7026