summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-041-2/+10
* Bump QVulkan(Device)Functions to Vulkan 1.3Laszlo Agocs2022-08-041-1/+2
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* Add license headers to cmake filesLucie Gérard2022-08-0318-0/+54
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-0/+1
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-255-5/+5
* qdbusxml2cpp: Finish migration to qsizetypeMate Barany2022-07-121-36/+36
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* moc: Allow writing properties through bindablesUlf Hermann2022-07-082-1/+13
* rcc: fix build when cross-compilingSamuli Piippo2022-07-081-8/+1
* qdbuscpp2xml: Finish migration to qsizetypeMate Barany2022-07-071-6/+4
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-071-1/+11
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-071-1/+19
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-281-4/+3