summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* tst_qstringref: remove some wtf?Marc Mutz2020-05-141-1/+1
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-7/+70
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-142-0/+8
* Remove QRegExp from QVariantLars Knoll2020-05-145-0/+184
* Remove QRegExp support from QString and StringListLars Knoll2020-05-143-223/+6
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-0/+163
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-8/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-142-3/+0
* Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* Document the string converter classesLars Knoll2020-05-141-10/+10
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+89
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+58
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-0/+53
* Construct a string converter by nameLars Knoll2020-05-141-0/+27
* Add some incremental testsLars Knoll2020-05-141-20/+63
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-33/+33
* Start work on a new API to replace QTextCodecLars Knoll2020-05-146-0/+1609
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-2/+12
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-123-29/+29
* Use QChar::fromUcs4() moreMarc Mutz2020-05-121-2/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-30/+69
* Remove useless codeLars Knoll2020-05-011-8/+0
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-2715-11/+290
* QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+25
* Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-37/+123
* Remove QString::from/toAscii()Lars Knoll2020-04-161-29/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-6/+6
|\
| * 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
* | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+2
* | Make QLocale(QString) explicitLars Knoll2020-04-014-5/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+1
|\|
| * QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-168-1666/+2587
|\|
| * Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-93/+192
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+3
|\|
| * Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-032-6/+6
|\|
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+6
|\|