aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-133-3/+3
* Tools: Fix deprecation warnings about QProcess::finished(int)Friedemann Kleint2019-02-052-2/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-10/+12
|\
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-4/+4
| |\
| * | CMake: Don't handle empty resource filesAndy Shaw2018-12-171-10/+12
* | | qml runtime: Don't assume there is a window, verify itShawn Rutledge2019-01-151-4/+5
* | | Clean up LoadWatcher in the Qml RuntimeShawn Rutledge2019-01-151-37/+35
* | | qmlcachegen: Eliminate foreachUlf Hermann2019-01-042-3/+3
* | | Add option to retain sources when generating QML cacheUlf Hermann2019-01-043-11/+41
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-3/+3
|\ \ \ | | |/ | |/|
| * | qmlscene: Make it explicit that QCA::installTranslator is staticKai Koehne2018-12-141-3/+3
* | | qmlprofiler: Use std::cerr directly rather than through QTextStreamUlf Hermann2018-12-171-16/+10
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-1/+1
|\| |
| * | Add qmllint in android builds as wellJani Heikkinen2018-12-111-1/+1
| |/
* | Fix warnings about unused Qt containersSergio Martins2018-11-302-3/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-301-0/+1
|\|
| * Fix Qt Quick Compiler with CMake on WindowsSimon Hausmann2018-11-271-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-13/+3
|\|
| * qmlscene: Fix potential invalid memory access to QTranslatorKai Koehne2018-11-231-13/+3
* | Tools: Improve wordingUlf Hermann2018-11-224-34/+34
* | QMLCacheGen: add missing QRegExp includeSamuel Gaist2018-11-171-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-155-31/+232
|\|
| * qmlpreview: Use a better file system watcherUlf Hermann2018-11-145-30/+231
| * qmlpreview: Fix typoUlf Hermann2018-11-141-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-091-1/+2
|\|
| * Correctly read files with a \0 in themLars Knoll2018-11-051-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-1/+1
|\|
| * Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-301-25/+0
| |\
* | \ Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-25/+0
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-291-25/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * qmlplugindump: Remove sigsegv handlerKai Koehne2018-10-111-25/+0
* | | qmlplugindump: Hardcode QtQml and QtQuick import to 2.0Kai Koehne2018-10-171-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-80/+101
|\| |
| * | qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-78/+97
| * | qmlplugindump: Fix calling of qmlimportscanner on WindowsKai Koehne2018-10-091-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-0/+1
|\| |
| * | Fix long file name generated for certain qmlcache.qrcJarkko Koivikko2018-10-061-0/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-261-4/+4
|\| |
| * | qmlplugindump: Mark qsigSegvHandler with Q_NORETURNKai Koehne2018-09-241-1/+1
| * | qmlplugindump: Add spaces to stderr outputKai Koehne2018-09-241-3/+3
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-071-1/+5
|\| |
| * | qmlplugindump: Remove path for -dependencies argumentKai Koehne2018-09-061-1/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-09-061-1/+1
|\| |
| * | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
| * | WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-011-2/+2
|\| |
| * | qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-301-2/+2
* | | Fix feature dependencies of qmlscene and qmleasing toolsValentin Fokin2018-08-242-2/+10
|/ /
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-175-77/+86