summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-081-0/+1
* Update list of windeployqt modulesTimothée Keller2022-12-081-3/+11
* macdeployqt: Add networkinformation as plugins to be deployedMårten Nordheim2022-12-071-1/+3
* Allow 'We mean it.' disclaimer to have follow textAlexey Edelev2022-12-071-3/+4
* Update list of windeployqt modulesTimothée Keller2022-12-061-11/+17
* Windeployqt: adjust bitset change for scalingTimothée Keller2022-12-031-4/+5
* androiddeployqt: Avoid extra modifying of gradle's *.properties filesAlessandro Portale2022-12-021-1/+1
* moc: don't include any std headers before user class headersStefan Sichler2022-11-301-1/+5
* syncqt: Use absolute paths to aliased header files in corner casesAlexey Edelev2022-11-291-3/+13
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-271-0/+3
* macdeployqt: Fix QtMultimedia plugins deploymentVladimir Belyavsky2022-11-251-1/+1
* Update windeployqt pluginsTimothée Keller2022-11-191-0/+1
* windeployqt: replace enum with bitsetOliver Wolff2022-11-171-100/+113
* syncqt: remove unnecessary check for not empty stringMaxime Roussin-Bélanger2022-11-161-1/+1
* syncqt: use empty() to check for empty std::stringMaxime Roussin-Bélanger2022-11-161-6/+6
* syncqt: change to const-ref iteration variable in a for-loopMaxime Roussin-Bélanger2022-11-161-1/+1
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-21/+11
* 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