summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Update list of windeployqt modulesTimothée Keller2022-11-081-2/+10
* Make sure that module can be imported by the provided QML import pathAlexey Edelev2022-11-081-11/+6
* Update list of windeployqt modulesTimothée Keller2022-11-071-54/+64
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-035-12/+12
* Remove the special handling of the qml directory when parsing xml depsAlexey Edelev2022-11-031-5/+0
* androiddeployqt: Add the missing return value checkAlexey Edelev2022-11-031-2/+7
* Android: Fix signing of APKs that are generated when an AAB is also builtVille Voutilainen2022-11-021-45/+8
* Add flag that skips Qml import scanning to android deployment settingsAlexey Edelev2022-10-311-5/+11
* Windeployqt command line module expansionTimothée Keller2022-10-271-2/+4
* Mark *deployqt tools as user-facing and install versioned linksJoerg Bornemann2022-10-253-0/+4
* Add Qt plugins to the dependency list with their dependenciesAlexey Edelev2022-10-251-4/+11
* syncqt: Do not needlessly rewrite header files on WindowsKai Köhne2022-10-211-1/+7
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-2/+2
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* syncqt: Use "ERROR:" preamble for warnings that are treated as errorsAlexey Edelev2022-10-191-7/+18
* windeployqt: Deploy Qt Designer plugins for QtUiToolsFriedemann Kleint2022-10-181-33/+63
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1113-44/+44
* syncqt: Mention full path and line number when emitting warningTor Arne Vestbø2022-10-061-6/+9
* syncqt: Don't mention module name when printing errors/warningsTor Arne Vestbø2022-10-061-8/+5
* windeployqt: Add new multimedia pluginsFriedemann Kleint2022-10-061-0/+1
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-051-2/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-0411-94/+94
* syncqt: remove newline before endlThiago Macieira2022-10-021-1/+1
* Add 'warnings are errors' functionality to syncqt.cppAlexey Edelev2022-10-011-2/+10
* syncqt: Fix -help optionKai Köhne2022-09-301-0/+3
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-301-1/+1
* Add missing include to syncqt/main.cppEdward Welbourne2022-09-281-0/+1
* rcc: Drop extra QString()Mate Barany2022-09-281-1/+1
* windeployqt: Use default constructor of QString and then appendMate Barany2022-09-281-1/+2
* windeployqt: Fix mismatches between string types and literalsMate Barany2022-09-281-11/+11
* windeployqt: Prepend Qt's bin dir to PATH instead of appendingJoerg Bornemann2022-09-281-2/+2
* windeployqt: Fix PATH manipulation code for non-Windows platformsJoerg Bornemann2022-09-281-1/+1
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-273-0/+1601
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+6
* qdbusxml2cpp: Modify return valuesMate Barany2022-09-241-3/+3
* qdbusxml2cpp: Drop extra QString()Mate Barany2022-09-241-1/+1
* qdbusxml2cpp: Remove unnecessary linesMate Barany2022-09-241-2/+2
* qdbusxml2cpp: Fix mismatches between strings and string literalsMate Barany2022-09-231-7/+6
* Android: Disable androidtestrunner extra timeoutUlf Hermann2022-09-211-1/+2
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-153-3/+17
* tracegen: add qint64 supportRafael Roquetto2022-09-151-0/+1
* uic: change the first parameter of pixCall to Q1LSVMate Barany2022-09-142-11/+11
* uic: use QString::compare in toBoolMate Barany2022-09-141-1/+1
* uic: Change some QLatin1String literals to QString literalsMate Barany2022-09-147-22/+22
* uic: Fix mismatches between QString/QLatin1StringViewMate Barany2022-09-123-7/+7
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* Revert "Fix build with -trace lttng"Rafael Roquetto2022-09-073-16/+1