summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-221-2/+2
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-251-2/+18
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-161-0/+6
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-291-0/+5
* QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-011-3/+0
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-12-011-0/+29
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-021-3/+10
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* 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
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-141-0/+19
* Fix augmentation of UI language listEdward Welbourne2021-06-091-6/+24
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-041-0/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-222-634/+4
* 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
* Update CLDR to v38Edward Welbourne2020-11-091-1/+1
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-9/+9
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Add QStringView::split()Lars Knoll2020-10-151-0/+5
* Un-deprecate QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-2/+0
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-261-0/+31
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-243-1/+11
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-06-031-21/+5
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-211-0/+10
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-201-0/+2
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-201-30/+69
* tst_qstringref: remove some wtf?Marc Mutz2020-05-191-1/+1
* Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
* Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
* QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
* Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587
* tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
* tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
* QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-3/+5
* QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+0
* Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-6/+6
* 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-02-121-2/+158
|\|
| * Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158
* | Configure the MS-Win long time format rather than assuming we know itEdward Welbourne2020-02-061-3/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+13
|\|
| * Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-051-1/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-13/+17
|\|
| * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-13/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-40/+79
|\|