summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/tst_qchar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup corelib autotestsJason McDonald2011-11-071-24/+1
* Remove obsolete code from QChar autotest.Jason McDonald2011-10-311-14/+0
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-061-1/+11
* Boost performance of QChar::isSpaceKent Hansen2011-09-151-0/+21
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-151-0/+24
* Boost performance of QChar::isLetterKent Hansen2011-09-151-0/+29
* Boost performance of QChar::isDigitKent Hansen2011-09-151-0/+21
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+700