summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-252-13/+32
* tst_qtextcodec: Use qt_test_helper functionalityOliver Wolff2018-07-255-18/+10
* Deregister QTextCodec on destructionIgor Mironchik2018-05-261-1/+6
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
* QTextCodec: add QStringView overloadsMarc Mutz2017-04-061-3/+4
* tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2
* Properly use the "process" featureUlf Hermann2017-02-271-2/+4
* tst_utf8: remove duplicate nonCharacters() dataMarc Mutz2017-01-101-33/+0
* tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* tst_utf8: use QScopedPointer, not QSharedPointerMarc Mutz2016-08-061-6/+6
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-3/+1
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-3/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-3/+10
| |\
| | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+10
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
* | | Updated license headersJani Heikkinen2016-01-214-68/+48
|/ /
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-052-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-013-3/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
|/
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-181-0/+8
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-2/+6
* Update copyright headersJani Heikkinen2015-02-114-28/+28
* Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-0/+4
* Fix doc about the list of supported codecsAlexander Volkov2014-10-241-7/+2
* Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-244-76/+44
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-0/+96
|\
| * Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-0/+96
* | Ensure we try the UTF-8 conversions with longer stringsThiago Macieira2014-04-251-2/+11
* | Again to fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-04-251-10/+13
|/
* Fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-02-071-0/+4
* Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-091-47/+29
* Replace use of putenv in test caseAndrew Knight2013-11-041-2/+1
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-173-39/+39
* don't test Qt::codecForHtml() - build with -no-guiOswald Buddenhagen2013-10-162-3/+2
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-0/+48
* Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-0/+11
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-8/+67
* Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-97/+97
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+8
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-013-0/+3
* ICU code page conversion supportLars Knoll2012-07-311-12/+13
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-3/+3
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-3/+5
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+32
|\
| * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1