summaryrefslogtreecommitdiffstats
path: root/util/locale_database/qlocalexml2cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Apply a common style to the main()s of locale database programsEdward Welbourne2024-04-261-4/+16
* Automate updating of list of locales for testlocalesEdward Welbourne2024-04-261-0/+26
* Fix spacing inconsistencies brought to light by flake8Edward Welbourne2024-04-231-1/+1
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-5/+8
* Move enum-name-munging from LocaleHeaderWriter to QLocaleXmlReaderEdward Welbourne2023-08-091-15/+5
* Wrap QLocale's CLDR-derived string data tables to a 100-column marginEdward Welbourne2023-08-031-1/+1
* Pack languageCodeList tighterMate Barany2023-03-151-12/+2
* LocaleDB: Make passing qtbase root dir on command-lines optionalEdward Welbourne2022-11-011-6/+8
* Core: make CLDR data constexprYuhang Zhao2022-05-271-8/+8
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-4/+49
* locale_database: Use context manager interface to update source filesIevgenii Meshcheriakov2021-07-201-68/+39
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-191-13/+11
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-161-21/+28
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-161-43/+39
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-151-4/+2
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-151-3/+2
* Convert python comparison function to key functionEdward Welbourne2021-07-141-40/+17
* Make locale ordering transitiveEdward Welbourne2021-07-141-27/+36
* locale_database: Don't attempt to access property 'message' of IOErrorIevgenii Meshcheriakov2021-07-071-4/+4
* qlocalexml2cpp.py: Remove undefined name inside error processing codeIevgenii Meshcheriakov2021-07-061-1/+1
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-261-21/+21
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-6/+18
* Implement binary search in QLocale's likely sub-tag lookupEdward Welbourne2020-11-081-2/+17
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-081-1/+1
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-1/+1
* Support digit-grouping correctlyEdward Welbourne2020-07-141-6/+9
* Remove unused importsDimitrios Apostolou2020-07-101-1/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-774/+478
|\
| * 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
| * Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-021-1/+1
| * Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-021-508/+438
| * Move some shared code to a localetools moduleEdward Welbourne2020-04-021-29/+2
| * Move qlocalexml2cpp.py's XML-reading to QLocaleXmlReaderEdward Welbourne2020-04-021-277/+68
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-3/+3
|\|
| * Rename the localexml module to qlocalexmlEdward Welbourne2020-03-031-3/+3
* | 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-171-44/+31
* | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-301-94/+116
* | Deduplicate locale data tablesEdward Welbourne2020-01-301-22/+36
* | Minor tidy-up in qlocalexml2cpp.pyEdward Welbourne2020-01-301-10/+9
|/
* Correct some references to corelib/tools/ to say corelib/text/Edward Welbourne2019-10-251-1/+1
* Add support for the Islamic Civil calendarSoroush Rabiei2019-08-221-1/+1
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-211-1/+1
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-21/+72
* Extract a large format string as a module constant valueSoroush Rabiei2019-08-081-14/+15
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-9/+9
* Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-201-0/+834