summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QLocale: Merge month name data storage to save 50KB memoryJohn Layt2012-04-031-12/+3
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-2/+22
|/
* clean up qmake-generated projectsOswald Buddenhagen2012-02-242-8/+0
* 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
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-309-351/+351
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3038-41/+41
* Remove Symbian / S60 code from util.Xizhi Zhu2012-01-2417-4195/+0
* Update contact information in license headers.Jason McDonald2012-01-2352-55/+55
* Compile.Morten Johan Sorvig2012-01-205-87/+9
* Update copyright year in license headers.Jason McDonald2012-01-0554-57/+57
* Fix up the accessibility inspector.Morten Johan Sorvig2011-12-222-22/+8
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-194-8/+4
* Accessibility: Add Text::DebugDescriptionMorten Johan Sorvig2011-12-071-1/+1
* Revert "Add valgrind suppression files."Morten Johan Sørvig2011-12-062-154/+0
* Compile.Morten Johan Sorvig2011-12-014-32/+30
* Add valgrind suppression files.Morten Sorvig2011-11-152-0/+154
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-041-2/+2
* Use standard spelling for two languagesJiang Jiang2011-11-041-2/+2
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-261-2/+2
* Move a11y inspector from tools to util.Morten Sorvig2011-10-2012-0/+1497
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-0/+32
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-131-5/+2
* Make lexgen tests compileJason McDonald2011-05-271-2/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-2543-788/+788
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2443-788/+788
* | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-242-2/+2
|/