summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-183-11/+1
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-044-584/+576
| |\
| * | Kill all QPictureIOAllan Sandfeld Jensen2019-08-121-3/+0
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-063-21/+24
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0820-233/+316
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2618-339/+579
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-112-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-0611-142/+79
| |\ \ \ \ \ \
| * | | | | | | uic: Remove deprecated optionsKai Koehne2019-05-271-7/+0
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-061-1/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Android: Fix architecture extraction from file path in androiddeployqtAlexandru Croitor2019-09-031-1/+3
* | | | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-031-42/+71
|\| | | | | | |
| * | | | | | | Add support for aabBogDan Vatra2019-09-021-42/+71
* | | | | | | | Add support to override Qml Import Scanner binary to androiddeployqtLeander Beernaert2019-08-301-2/+23
|/ / / / / / /
* | | | | | | 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
* | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-1/+1
| |\| | | |
| | * | | | moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
* | | | | | uic: Fix some clang warningsFriedemann Kleint2019-06-064-12/+9
* | | | | | uic: Replace 'typedef' by 'using'Friedemann Kleint2019-06-064-10/+10
* | | | | | uic: Introduce nullptrFriedemann Kleint2019-06-115-11/+10
* | | | | | rcc: Avoid needless use of macrohjk2019-05-282-4/+2
| |_|_|_|/ |/| | | |
* | | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1