summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-211-2/+24
* windeployqt: Deploy Qt Designer plugins for QtUiToolsFriedemann Kleint2022-10-181-33/+63
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-061-2/+3
* windeployqt: Add new multimedia pluginsFriedemann Kleint2022-10-061-0/+1
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-153-3/+17
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-051-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-051-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
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-171-6/+6
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* rcc: fix build when cross-compilingSamuli Piippo2022-07-131-8/+1
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-291-4/+3
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-291-10/+11
* fix androiddeployqt with user application with in-tree QML modulesMoody Liu2022-06-281-4/+9
* Fix an incorrect invocation of llvm-readobjVille Voutilainen2022-06-281-2/+2
* CMake: Remove Gui dependency of androidtestrunnerAlexandru Croitor2022-06-271-2/+2
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-251-34/+33
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-251-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-251-58/+30
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-232-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-231-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-231-19/+23
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-221-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* macdeployqt: macdeployqt process some libraries(e.g. ffmpeg) incorrectGuineng Ni2022-06-151-1/+7
* androiddeployqt: use QFile::exists instead of QDir().existsAlexandru Croitor2022-06-131-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-131-1/+11
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-201-0/+1
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-202-19/+106
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-1/+1
* moc: Add line breaks to the qt_incomplete_metaTypeArray<>Friedemann Kleint2022-05-181-11/+14
* Use SPDX license identifiersLucie Gérard2022-05-16116-3389/+244
* Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPYJoerg Bornemann2022-05-091-115/+69
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-063-3/+3
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-0310-41/+41
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0320-303/+326
* Tools: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-0220-184/+180
* uic: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-266-10/+11