summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs/qtextcodec
Commit message (Expand)AuthorAgeFilesLines
* 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-212-34/+24
|/ /
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-012-2/+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-112-14/+14
* 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-242-38/+22
* 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
* Replace use of putenv in test caseAndrew Knight2013-11-041-2/+1
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-26/+28
* 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-182-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-49/+49
* 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-012-0/+2
* 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
* 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-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Fixed installation of corelib testsRohan McGovern2011-12-012-21/+10
* Cleanup corelib autotestsJason McDonald2011-11-141-4/+0
* Use qWarning() to output warnings.Jason McDonald2011-11-111-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-111-28/+19
* Cleanup corelib autotestsJason McDonald2011-11-101-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-071-6/+0
* Remove unnecessary QSKIP.Jason McDonald2011-10-271-3/+2
* Remove inappropriate QSKIP in QTextCodec autotest.Jason McDonald2011-10-271-2/+1
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-1/+2