summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\|
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
* | Move the UTF-8 data into a separate .cpp so I can use laterThiago Macieira2012-03-233-114/+168
|/
* UTF8-Codec test: Fix compilation with g++/C++0X.Friedemann Kleint2012-03-151-5/+5
* Eliminate duplicate data row names in utf8 autotest.Jason McDonald2012-02-141-3/+3
* 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-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* 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-053-3/+3
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* 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
* Moved utf8/ and deleted corelib.proJo Asplin2011-11-083-1/+386
* 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
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-3/+3
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-071-6/+4
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-6/+2
* Remove Symbian-specific code from tests.Jason McDonald2011-09-293-29/+2
* Moving relevant tests to corelib/codecsHolger Ihrig2011-08-2611-0/+2377