summaryrefslogtreecommitdiffstats
path: root/util/locale_database
Commit message (Expand)AuthorAgeFilesLines
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-101-0/+2
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-0/+1
* Use a HTTPS URL for the CLDR download linkIevgenii Meshcheriakov2021-11-051-1/+1
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-101-4/+1
* locale_database: Use context manager interface to update source filesIevgenii Meshcheriakov2021-07-203-129/+134
* locale_database: Use NamedTemporaryFile for temporary filesIevgenii Meshcheriakov2021-07-191-14/+7
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-195-65/+76
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-163-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-166-140/+131
* locale_database: Add schema for intermediate locale data filesIevgenii Meshcheriakov2021-07-162-0/+151
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-158-30/+23
* Convert python comparison function to key functionEdward Welbourne2021-07-141-40/+17
* Make locale ordering transitiveEdward Welbourne2021-07-141-27/+36
* cldr.py: Avoid raising StopIteration from generatorsIevgenii Meshcheriakov2021-07-091-5/+10
* locale_database: Don't attempt to access property 'message' of IOErrorIevgenii Meshcheriakov2021-07-072-6/+6
* qlocalexml2cpp.py: Remove undefined name inside error processing codeIevgenii Meshcheriakov2021-07-061-1/+1
* locale_database: Sort lists of unused tags before printingIevgenii Meshcheriakov2021-07-061-1/+1
* locale_data: Add new line at the end of script outputIevgenii Meshcheriakov2021-07-061-1/+1
* dateconverter.py: Remove shebang and executable attributeIevgenii Meshcheriakov2021-07-051-1/+0
* 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