summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-021-0/+3
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* typeNameForCast: use add_pointer instead of string manipulationFabian Kosmale2022-02-181-1/+1
* qvkgen: optimize generated string tablesMarc Mutz2022-02-161-20/+17
* Core: Remove 'properties' featureKai Köhne2022-02-141-6/+0
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-101-0/+6
* Remove QXml* from bootstrap libJoerg Bornemann2022-02-091-3/+0
* Remove QLine, QPoint, QRect, and QSize from bootstrap libJoerg Bornemann2022-02-091-4/+0
* Remove QDom from bootstrap libJoerg Bornemann2022-02-091-2/+0
* Remove QSystemSemaphore from bootstrap libJoerg Bornemann2022-02-091-5/+0
* QMetaProperty: remove property auto-registration codeFabian Kosmale2022-02-091-0/+1
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-051-1/+3
* Remove QSharedMemory from the bootstrap libraryJoerg Bornemann2022-01-271-5/+0
* Unify indentation in help information of androiddeployqtAlessandro Portale2022-01-241-9/+9
* qtpaths: Expose new PublicShareLocation, TemplatesLocationKai Köhne2022-01-141-0/+2
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* Update copyright year to 2022Kai Köhne2022-01-042-2/+2
* Check if QML plugin has the embedded QML files before copying to the Android ...Alexey Edelev2021-12-211-16/+22
* Copy only files that belongs to QML moduleAlexey Edelev2021-12-201-20/+51
* macdeployqt: don’t err on unexpected otool outputMorten Johan Sørvig2021-12-151-2/+2
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-075-6/+47
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-021-36/+49
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-021-4/+13
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-021-2/+14
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-274-181/+202
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-265-41/+41
* CMake: Fix cross-compilation to WindowsJoerg Bornemann2021-11-261-0/+2
* Move macdeployqt and windeployqt from qttools to qtbaseJoerg Bornemann2021-11-2315-0/+6073
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Restore src/tools/moc/util/generate_keywords.proMarc Mutz2021-11-231-0/+5
* Move the 'qmake' feature to src/tools/configure.cmakeJoerg Bornemann2021-11-191-0/+7
* Add configure feature 'androiddeployqt'Joerg Bornemann2021-11-192-2/+15
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-0/+246
* Disable some tools and plugins if regularexpression feature is disabledMitch Curtis2021-11-121-1/+1
* Capture full logcat output in Android unit testsAndreas Buhr2021-11-091-1/+69
* Add --no-rcc-bundle-cleanup option to androiddeployqt toolAlexey Edelev2021-10-291-2/+13
* Replace deleteRecursively function with QDir::removeRecursivelyAlexey Edelev2021-10-291-18/+1
* Fix -trace build on WindowsIvan Solovev2021-10-251-3/+22
* Fix compilation with QT_NAMESPACE and tracing on LinuxIvan Solovev2021-10-251-0/+8
* androidtestrunner: make sure that system-user is usedBartlomiej Moskal2021-10-211-1/+10
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+2
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-163-28/+0
* Android: replace ndk.dir with android.ndkVersion in build.gradleAssam Boudjelthia2021-10-131-3/+14
* QLalr: use QList iterators in algorithmsGiuseppe D'Angelo2021-10-131-2/+2
* tools: Fix typos in source code commentsJonas Kvinge2021-10-123-4/+4
* androiddeployqt: Use QElapsedTimer to get elapsed timeFabian Kosmale2021-10-081-33/+18
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-47/+61
* androiddeployqt: only write enabled architectures to build.gradleAndreas Buhr2021-10-041-0/+2
* androiddeployqt: Allow to also provide multiple qt install directoriesRaphael Cotty2021-10-011-17/+91