summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright yearJani Heikkinen2020-01-092-4/+4
* AAB files can be signed only with jarsigner toolBogDan Vatra2020-01-091-0/+1
* uic: setWeight replace semi-colon by language::eolCristián Maureira-Fredes2020-01-051-1/+1
* uic: Add handling of resources imports for PythonFriedemann Kleint2020-01-034-0/+40
* uic: Add colon missing for "if()" constructs in PythonFriedemann Kleint2020-01-031-5/+10
* uic: Fix empty strings for PythonFriedemann Kleint2020-01-033-7/+9
* uic: Rename raise() to raise_() for PythonCristián Maureira-Fredes2019-12-191-2/+2
* Support both qrc and qml files for qmlimportscannerMichael Dippold2019-12-111-9/+10
* rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
* Add support for passing qrc files to qmlimportscannerAndy Shaw2019-11-131-12/+23
* uic: Add language::eol in more cases for python codeCristián Maureira-Fredes2019-10-251-18/+18
* Fix typoBogDan Vatra2019-10-251-1/+1
* Fix bundled_libs section from libs.xmlBogDan Vatra2019-10-251-1/+1
* Uic: fix crash when trying to resource icon informationChristian Ehrlicher2019-10-211-1/+1
* Win32: Consolidate registry codeFriedemann Kleint2019-10-141-0/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+1
|\
| * Fix compile with tracing enabled: include QStringList headerMilian Wolff2019-10-091-0/+1
* | Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-041-0/+1
* | Android: Do not extract QML assets dataBogDan Vatra2019-10-021-97/+71
* | Android: Fix plugins namingBogDan Vatra2019-10-011-9/+11
* | Android: Fix architecture extraction from file path in androiddeployqtAlexandru Croitor2019-09-031-1/+3
* | Add support for aabBogDan Vatra2019-09-021-42/+71
* | Use QLatin1String where possibleBogDan Vatra2019-08-281-115/+114
* | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-496/+430
|\ \
| * | Say hello to Android multi arch build in one goBogDan Vatra2019-08-261-494/+428
| * | Don't excessively check all output files for failuresJan Arve Sæther2019-08-221-1/+1
| * | Fix escaping of additional app parameters in adb shell commandDaniel Smith2019-08-191-1/+1
* | | Add support for calendars beside GregorianSoroush Rabiei2019-08-201-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+8
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-2/+8
| |\
| | * qlalr: fix compilation with C++20Marc Mutz2019-08-011-2/+8
* | | uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-2/+3
* | | Fix SOURCES duplication in tools/bootstrap on macOSTasuku Suzuki2019-07-191-4/+1
* | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-3/+8
* | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-12/+12
* | | Fix 'make check' for android-mingw32Jan Arve Sæther2019-07-031-1/+1
* | | qlalr: replace QLinkedList with std::listMarc Mutz2019-07-025-37/+27
* | | uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-024-1/+20
* | | rcc: Add -d option to output a Makefile-syntax depfileMarvin Scholz2019-06-291-0/+58
* | | Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-284-175/+191
* | | uic: Fix remaining clang warningsFriedemann Kleint2019-06-285-18/+13
* | | uic: Add option to disable the call to QObject::connectSlotsByName()Friedemann Kleint2019-06-281-0/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+1
|\| |
| * | RCC: Change the default compression to ZlibThiago Macieira2019-06-201-1/+1
* | | qfloat16: Check in the tables to GitThiago Macieira2019-06-032-160/+0
* | | De-bootstrap the qfloat16 generator toolThiago Macieira2019-06-032-55/+43
* | | Fix androidtestrunner for windowsJan Arve Sæther2019-06-191-12/+6
* | | Run prebuilt android test APKsBogDan Vatra2019-06-133-13/+78
* | | Android: Nuke ant supportBogDan Vatra2019-06-062-128/+10
* | | Say hello to androidtestrunnerBogDan Vatra2019-06-062-0/+477