summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-012-7/+2
* Cleanup corelib autotestsJason McDonald2011-11-111-7/+4
* Cleanup corelib autotestsJason McDonald2011-11-071-24/+1
* Remove obsolete code from QChar autotest.Jason McDonald2011-10-311-14/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-061-1/+11
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-8/+5
* Boost performance of QChar::isSpaceKent Hansen2011-09-151-0/+21
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-151-0/+24