summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/tst_qchar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-1021/+0
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-18/+40
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-21/+40
| |\
| | * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
* | | QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-171-0/+26
|/ /
* / Long live QTest::addRow()!Marc Mutz2017-01-101-1/+1
|/
* tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-3/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tst_QChar: add a check for comparing against int/uintMarc Mutz2015-12-131-0/+25
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+4
|\
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
* | tst_qchar: Remove init()/cleanup() slots.Friedemann Kleint2015-10-231-22/+0
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-10/+12
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
|/
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-0/+20
* Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-0/+29
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-20/+22
* Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-0/+20
* Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-0/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-35/+0
* | Add QChar::Script enumKonstantin Ritt2012-12-201-0/+35
|/
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-091-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-3/+31
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-0/+1
* Update the Unicode related autotestsKonstantin Ritt2012-06-101-15/+77
* Fix a bug in the case conversion codeLars Knoll2012-06-011-0/+2
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+4
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-161-20/+12
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-0/+12
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+27
* fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-1/+58
* UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-151-0/+21
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+8
* fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-0/+3
* Changed qchar unittest to check return from QFINDTESTDATAKurt Korbatits2012-03-011-1/+3
* 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
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-1/+1