summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-166-51/+47
* QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-052-4/+129
* OpenGL: Add code generator for OpenGL enabler classesSean Harmer2013-02-2522-0/+5261
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-142-2/+2
|\
| * Nokia -> Qt ProjectFrederik Gladhorn2013-02-051-1/+1
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-091-8/+26
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2239-43/+43
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1839-43/+43
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-130/+0
* | Add QChar::Script enumKonstantin Ritt2012-12-201-11/+180
|/
* More changes from Nokia to DigiaSergio Ahumada2012-11-302-4/+4
* Always use QAIM to get the default flags.Stephen Kelly2012-11-281-2/+2
* Update XKB data generator to use correct QLocale namesKonstantin Ritt2012-11-251-9/+9
* [SIC] QLocale: Update some language names with their modern valuesKonstantin Ritt2012-11-242-8/+10
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-0/+9
* Update Qlocale data up to CLDR 22.1Konstantin Ritt2012-11-212-5/+15
* Update Qlocale data up to CLDR 2.0.1Konstantin Ritt2012-11-212-6/+56
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-212-32/+120
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-213-72/+117
* QLocale: replace hard-coded default country-for-language mapKonstantin Ritt2012-11-192-111/+98
* Assign correct codes to QLocale::AnyCountry and AnyScriptKonstantin Ritt2012-11-152-11/+13
* Add a bunch of missed scriptsKonstantin Ritt2012-11-151-1/+26
* Add missing Bodo language introduced in CLDR 1.9.1Konstantin Ritt2012-11-151-1/+2
* Misc fixes to the QLocale data parser/generatorKonstantin Ritt2012-11-154-31/+19
* CONFIG+=uitools is deprecated. Use QT+=uitools insteadSergio Ahumada2012-10-311-1/+1
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-0915-1004/+1034
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2239-1032/+1032
* Make plugintest util work on Windows.Jason Barron2012-08-301-0/+1
* 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
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-144-0/+917
* 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
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-1/+42
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-14/+84
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]Thiago Macieira2012-05-041-14/+14
* 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
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-37/+29
|\
| * UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-152-25/+14
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+10
| * minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-111-2/+5
* | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-1/+1