summaryrefslogtreecommitdiffstats
path: root/util/unicode
Commit message (Expand)AuthorAgeFilesLines
* Unicode tables: minor prettificationEdward Welbourne2019-11-281-6/+10
* Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-282-2/+5
* Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-3016-611/+2614
* Correct some references to corelib/tools/ to say corelib/text/Edward Welbourne2019-10-251-2/+2
* QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-041-60/+30
* QUnicodeTables: pack Properties structMarc Mutz2019-09-041-4/+8
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-102-3/+3
* Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-4/+4
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-18/+18
* Remove broken code from unicode generatorEskil Abrahamsen Blomfeldt2019-03-181-8/+0
* Wasm: Add workaround for Emscripten compiler againEskil Abrahamsen Blomfeldt2019-03-181-0/+6
* Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-112-7/+35
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+8
* Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-035-170/+817
* Update most Unicode data to version 10.0Lars Knoll2018-01-0311-127/+3095
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-131-14/+16
* Updated license headersJani Heikkinen2016-01-213-65/+56
* Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-161-0/+32
* QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-54/+51
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-3/+14
* Update Unicode data files to v8.0Konstantin Ritt2015-11-0514-287/+2839
* Fix a #! first line.Edward Welbourne2015-09-301-1/+1
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-37/+67
* Update UCD source files to v7.0Konstantin Ritt2015-03-2714-25478/+7127
* Report a correct Unicode version used by QtKonstantin Ritt2015-03-231-2/+2
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-113-44/+37
* QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-101-18/+18
* Update license headers and add new license filesMatti Paaso2014-09-242-57/+33
* Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-071-4/+4
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-26/+36
* Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-25/+111
* Update UCD source files up to Unicode 6.3.0Konstantin Ritt2014-01-1414-110/+381
* [1/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-131-6/+45
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-223-4/+4
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-183-4/+4
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-130/+0
* | Add QChar::Script enumKonstantin Ritt2012-12-201-11/+180
|/
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-0/+9
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-0915-1004/+1034
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-97/+97
* 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-143-277/+145
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-7/+6
* Update the Unicode data files up to v6.1.0Konstantin Ritt2012-06-1014-1317/+24169
* 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