summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* moc: fix const-init for WindowsThiago Macieira2022-06-281-4/+3
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-281-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-281-2/+2
* moc: Cleanup handling of default arguments in functionsAndrei Golubev2022-06-271-35/+18
* moc: Strip parentheses from RESET methods in JSON outputUlf Hermann2022-06-272-3/+3
* Android: Do not set release flag for signed packageBartlomiej Moskal2022-06-271-4/+1
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-241-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-241-58/+30
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-241-34/+33
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-222-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-19/+23
* moc: Allow reading property values through bindablesUlf Hermann2022-06-222-0/+13
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-211-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* Disable useless-cast warning for moc generated codeMate Barany2022-06-221-0/+1
* 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-101-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-101-1/+11
* moc: Improve formatting of outputUlf Hermann2022-06-101-1/+1
* 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
* uic: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-2611-248/+264
* macdeployqt: Ignore repeated references to binary when parsing otool -LTor Arne Vestbø2022-04-261-0/+2
* uic: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-238-27/+26
* Android: use Qt major version for detecting OpenGL and QtQuick librariesSona Kurazyan2022-04-221-2/+4
* Adapt generated sources of uic to latest string changesFriedemann Kleint2022-04-221-612/+615
* Fix unresolved include in bootstraplib when using source copiesJoerg Bornemann2022-04-211-0/+4
* Android: de-duplicate shellquote helpers code in deploy and test toolsAssam Boudjelthia2022-04-214-144/+112
* Android: remove what appears to be non-necessary debug print leftoversAssam Boudjelthia2022-04-212-3/+2
* Android: add helper functions to append .exe/.bat suffix when neededAssam Boudjelthia2022-04-211-86/+76
* Android: remove unused function in androiddeployqtAssam Boudjelthia2022-04-211-58/+1
* Android: remove the old copy of gradle.properties after reading itAssam Boudjelthia2022-04-211-3/+5
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-8/+10
* Android: use libexec path for qmlimportscannerAssam Boudjelthia2022-04-191-3/+5
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-142-7/+7
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-142-320/+317