summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-2460/+0
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-8/+0
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-19/+19
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-1/+0
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-10/+10
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* tst_qtextcodec: Use qt_test_helper functionalityOliver Wolff2018-07-251-1/+1
* 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
* Properly use the "process" featureUlf Hermann2017-02-271-2/+4
* tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* 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-211-0/+1
* | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ /
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
|/
* 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-111-7/+7
* 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-241-19/+11
* Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-0/+96
* Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-091-47/+29
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-26/+28
* don't test Qt::codecForHtml() - build with -no-guiOswald Buddenhagen2013-10-161-2/+1
* 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-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+8
* ICU code page conversion supportLars Knoll2012-07-311-12/+13
* 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
* Fix duplicate data row name in tst_QTextCodec::utf8Codec test.Jason McDonald2012-02-141-2/+2
* Use meaningful data row names in tst_QTextCodec::fromUnicode test.Jason McDonald2012-02-141-64/+61
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-29/+53
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Fixed installation of corelib testsRohan McGovern2011-12-011-3/+3
* Cleanup corelib autotestsJason McDonald2011-11-141-4/+0
* Use qWarning() to output warnings.Jason McDonald2011-11-111-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-101-2/+2