summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2022-02-151-7/+1
* Bump version to 6.2.4Jani Heikkinen2022-01-281-1/+1
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-071-34/+29
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* Do not hide android emulator outputDimitrios Apostolou2022-01-061-1/+4
* Wait for android emulator to be up and running properlyDimitrios Apostolou2022-01-061-11/+41
* Bump version to 6.2.3Jani Heikkinen2021-12-141-1/+1
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-0/+1
* Bump version to 6.2.2Jani Heikkinen2021-11-021-1/+1
* Rename deprecated ANDROID_SDK_HOME to ANDROID_SDK_ROOTAssam Boudjelthia2021-10-311-2/+2
* Bump version to 6.2.1Jani Heikkinen2021-10-041-1/+1
* pro2cmake: Generate public CMake API code for projects by defaultAlexandru Croitor2021-09-271-4/+43
* pro2cmake: Augment searching of .qmake.conf with .cmake.confAlexandru Croitor2021-09-271-42/+58
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-1/+1
* pro2cmake: Fix reported make flake8 issuesAlexandru Croitor2021-09-091-1/+0
* pro2cmake: run make format to fix styling issuesAlexandru Croitor2021-09-094-27/+58
* pro2cmake.py: generate examples with properties in qt_add_executable()Oliver Eftevaag2021-09-081-5/+18
* CMake: Bump project versionsAlexandru Croitor2021-08-021-1/+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-173-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-176-140/+131
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* 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-082-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-061-1/+0
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-011-1/+1
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* Change Android emulator command pathHeikki Halmet2021-06-141-1/+1
* Bump versionJani Heikkinen2021-06-091-1/+1
* Report unused enum members after CLDR data scanEdward Welbourne2021-06-072-4/+31
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+1
* Add option to use different ANDROID_EMULATORHeikki Halmet2021-06-021-2/+6
* Add the 'Private' suffix to the internal module name by defaultAlexey Edelev2021-05-311-0/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-16/+16
* CI: explicitly use -gpu swiftshader_indirect with Android emulatorAssam Boudjelthia2021-05-311-1/+1
* 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
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-12/+10
* pro2cmake: Add support for standalone CMake test configurationCristian Adam2021-04-271-0/+6