aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-4/+4
|\
| * qmlscene: Make it explicit that QCA::installTranslator is staticKai Koehne2018-12-141-3/+3
| * Add qmllint in android builds as wellJani Heikkinen2018-12-111-1/+1
* | CMake: Don't handle empty resource filesAndy Shaw2018-12-171-10/+12
|/
* Fix Qt Quick Compiler with CMake on WindowsSimon Hausmann2018-11-271-0/+1
* qmlscene: Fix potential invalid memory access to QTranslatorKai Koehne2018-11-231-13/+3
* qmlpreview: Use a better file system watcherUlf Hermann2018-11-145-30/+231
* qmlpreview: Fix typoUlf Hermann2018-11-141-1/+1
* Correctly read files with a \0 in themLars Knoll2018-11-051-1/+2
* 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
|\
| * qmlplugindump: Remove sigsegv handlerKai Koehne2018-10-111-25/+0
* | qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-78/+97
* | qmlplugindump: Fix calling of qmlimportscanner on WindowsKai Koehne2018-10-091-2/+4
* | Fix long file name generated for certain qmlcache.qrcJarkko Koivikko2018-10-061-0/+1
* | qmlplugindump: Mark qsigSegvHandler with Q_NORETURNKai Koehne2018-09-241-1/+1
* | qmlplugindump: Add spaces to stderr outputKai Koehne2018-09-241-3/+3
* | qmlplugindump: Remove path for -dependencies argumentKai Koehne2018-09-061-1/+5
* | 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
* | qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-301-2/+2
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-175-77/+86
* | Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-15/+31
* | Clean up internal QML unit creation APISimon Hausmann2018-07-311-12/+12
* | Fix import of precompiled .js filesSimon Hausmann2018-07-311-0/+4
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-3/+3
* | Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-182-9/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-21/+28
|\|
| * qmlimportscanner: add some literal strings definitionsMarco Benelli2018-07-121-9/+12
| * Use anonymous namespace instead of static declarationsMarco Benelli2018-07-121-11/+15
* | Tooling: Add a command line application for QML previewUlf Hermann2018-07-135-0/+399
* | Fix qtquick_compiler_add_resources when cross-compilingSimon Hausmann2018-07-032-12/+40
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-5/+7
|\|
| * Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-5/+7
* | Remove obsolete optionSimon Hausmann2018-06-261-3/+0
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-253-9/+63
|\|
| * CMake: fix bad argument quoting when calling rccRolf Eike Beer2018-06-191-1/+1
| * qmlcachegen: Remove superfluous semicolons from generated codeJoerg Bornemann2018-06-191-2/+2
| * Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-191-6/+48
| * Fix support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2018-06-191-0/+12
* | Re-add support for --jit and --interpret to qmljsSimon Hausmann2018-06-211-0/+9
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-2/+2
|\|
| * CMake: avoid x${var} tricksRolf Eike Beer2018-06-081-1/+1
| * CMake: replace deprecated exec_program() with execute_process()Rolf Eike Beer2018-06-081-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-1/+1
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-111-1/+1
|\|
| * Fix build without features.xmlstreamwriterTasuku Suzuki2018-05-101-1/+1
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-022-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-265-65/+60
|\ \