summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar
Commit message (Expand)AuthorAgeFilesLines
* QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
* tst_qchar: Silence deprecation warningFriedemann Kleint2016-11-291-0/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\
| * Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | 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-182-3/+19
|\
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
| * Update Unicode data files to v8.0Konstantin Ritt2015-11-051-3/+15
* | 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
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-0/+20
* Update UCD source files to v7.0Konstantin Ritt2015-03-271-2/+206
* 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
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-0/+10
|\
| * Android: Fix QChar testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* | 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
* Fix qchar testdata installation.Janne Anttila2014-03-141-1/+1
* 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
* Update UCD source files up to Unicode 6.3.0Konstantin Ritt2014-01-141-3/+3
* 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-092-4/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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-102-76/+919
* 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