summaryrefslogtreecommitdiffstats
path: root/util/locale_database
Commit message (Expand)AuthorAgeFilesLines
* Report unused enum members after CLDR data scanEdward Welbourne2021-06-072-4/+31
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-267-103/+103
* Rename util/locale_database/enumdata.py's various *_list to *_mapEdward Welbourne2021-05-263-17/+17
* QLocaleXmlWriter.enumData(): move enumdata import to method from callerEdward Welbourne2021-05-262-8/+8
* Remove unused functions from enumdata.pyEdward Welbourne2021-05-181-24/+0
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-155-16/+34
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-01-272-1/+2
* Add a note explaining what a macrolanguage isEdward Welbourne2020-11-241-0/+5
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-171-7/+13
* Implement binary search in QLocale's likely sub-tag lookupEdward Welbourne2020-11-082-5/+19
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-082-734/+741
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-082-33/+65
* Simplify QLocaleXmlWriter::enumData()Edward Welbourne2020-11-081-7/+7
* Check our enumdata.py tables are consistent with CLDREdward Welbourne2020-11-081-3/+68
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-52/+0
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-262-1/+15
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-1/+1
* Update util/locale_database/'s README and timezone script instructionsEdward Welbourne2020-10-092-7/+10
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-2/+2
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-2/+4
* Support digit-grouping correctlyEdward Welbourne2020-07-143-6/+47
* Remove unused importsDimitrios Apostolou2020-07-103-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-088-1942/+2511
|\
| * Fix parameter order in cldr2qlocalexml.py's usage()Edward Welbourne2020-04-061-1/+1
| * Ensure we use UTF-8 for the emitted QLocaleXML data fileEdward Welbourne2020-04-021-1/+5
| * Purge a stray space from calendar locale dataEdward Welbourne2020-04-021-1/+1
| * Convert the qlocale2cpp's last few %-formats to modern format() styleEdward Welbourne2020-04-021-3/+3
| * Check all matches for each XPath when searchingEdward Welbourne2020-04-021-63/+67
| * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-1/+1
| * Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-022-21/+97
| * Take number system into account in currency format look-upEdward Welbourne2020-04-021-1/+6
| * Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-025-898/+972
| * Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-023-71/+339
| * Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-021-508/+438
| * Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-021-165/+160
| * Add tools to localetools to facilitate source file recreationEdward Welbourne2020-04-021-0/+99
| * Move some shared code to a localetools moduleEdward Welbourne2020-04-026-75/+105
| * Move qlocalexml2cpp.py's XML-reading to QLocaleXmlReaderEdward Welbourne2020-04-022-277/+223
| * Rework cldr2qlocalexml.py in terms of a QLocaleXmlWriter classEdward Welbourne2020-04-022-197/+330
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-2/+0
|\|
| * Deduplicate day-name data in QLocaleXML filesEdward Welbourne2020-03-161-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-043-11/+10
|\|
| * Rename the localexml module to qlocalexmlEdward Welbourne2020-03-033-4/+4
| * Rename the endonym members of the Locale typeEdward Welbourne2020-03-032-7/+6
* | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-171-1/+1
* | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-173-83/+44
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+1
|\|
| * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-0/+1
* | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-303-108/+132
* | Deduplicate locale data tablesEdward Welbourne2020-01-301-22/+36