summaryrefslogtreecommitdiffstats
path: root/util/unicode/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-48/+48
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-221-179/+179
* Clean-up the Unicode tables generator code and the generated headerKonstantin Ritt2012-06-221-432/+435
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-277/+145
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-7/+6
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-101-34/+92
* Move ScriptSentinel enum from header to .cppKonstantin Ritt2012-05-251-4/+4
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-25/+6
* significant unicodetables generator performance optimizationKonstantin Ritt2012-05-111-41/+47
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-1/+42
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-14/+84
* qunicodetables generator: improve the output and the generated codeKonstantin Ritt2012-04-241-90/+109
* workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-241-17/+41
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+10
* minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-111-2/+5
* optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+7
* optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-18/+31
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-2/+2
* Update contact information in license headers.Jason McDonald2012-01-231-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-2/+2
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-261-2/+2
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-131-5/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-34/+34
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2786