summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-061-9/+61
* tracegen: add support for QSizeRafael Roquetto2022-09-034-1/+11
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-021-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-021-6/+6
* macdeployqt: Fix deploying libraries with `reexport`Jonas Kvinge2022-09-011-1/+1
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-312-14/+10
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-0/+1
* windeployqt: Directly access the 'relocatable' config featureJoerg Bornemann2022-08-252-7/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2318-18/+18
* QCoreGlobalData: removeMarc Mutz2022-08-211-1/+0
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-161-16/+8
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-161-6/+6
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* Add pragma qt_no_master_include to the qvulkanfunctions header fileAlexey Edelev2022-08-081-0/+4
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-0/+1
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-041-0/+26