aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-151-20/+26
* qmlplugindump: Drop defaultReachableNamesUlf Hermann2019-10-121-12/+10
* Fix interactive mode of qmlprofilerSimon Hausmann2019-10-092-3/+2
* qmlplugindump: Consistently sort composite typesv5.14.0-beta1Ulf Hermann2019-10-021-14/+21
* qml: Make sure the qml tool deletes its applicationUlf Hermann2019-10-021-6/+8
* Loosen qmlplugindump's checking of URI and major versionUlf Hermann2019-09-261-5/+16
* qmlplugindump: fix prototypeNameForCompositeFabian Kosmale2019-09-251-10/+12
* qmlplugindump: Handle types reexported by QtQuickFabian Kosmale2019-08-221-61/+72
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-201-10/+0
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-10/+0
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-10/+0
| | |\
| | | * Revert "Yield error if qtquickcompiler is used in non-QML projects"Jörg Bornemann2019-08-021-10/+0
* | | | Fix build without features.temporaryfileTasuku Suzuki2019-08-192-0/+12
|/ / /
* | | qmllint: Fix compiler warningJarkko Koivikko2019-08-191-2/+2
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-191-1/+2
* | | qmllint: Fail on recursion depth errorsUlf Hermann2019-08-192-1/+7
* | | CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-174-3/+277
* | | linter: Cover all supported JavaScript functionsFabian Kosmale2019-07-261-12/+13
* | | qmllint: Improve parent handlingFabian Kosmale2019-07-264-15/+19
* | | qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-253-9/+25
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-121-0/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-0/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-051-0/+10
| | |\|
| | | * Yield error if qtquickcompiler is used in non-QML projectsJoerg Bornemann2019-07-031-0/+10
* | | | Extend linter to check for unqualified idsFabian Kosmale2019-07-1214-4/+3606
|/ / /
* | | Disentangle includes and namespacesUlf Hermann2019-07-111-0/+2
* | | Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-101-7/+2
* | | Simplify codegen error handlingUlf Hermann2019-07-041-11/+14
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-041-1/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-1/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+5
| | |\|
| | | * qmlplugindump: dump enums also for composite typesUlf Hermann2019-07-011-1/+5
* | | | extend grammar for better version parsing supportFabian Kosmale2019-07-041-3/+4
* | | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-3/+1
|/ / /
* | | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-042-11/+44
* | | Port to somewhat stricter implicit conversions to QCharMarc Mutz2019-07-021-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-012-22/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-22/+29
| |\|
| | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-251-1/+6
| | * qmlscene: Fix setting of the default surface formatJoni Poikelin2019-06-251-21/+23
* | | qmlscene: Avoid infinite loopUlf Hermann2019-06-261-0/+6
* | | Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-241-21/+26
* | | Simplify errors and diagnosticsUlf Hermann2019-06-143-5/+6
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-122-4/+4
* | | rtems: skip toolsMikhail Svetkin2019-06-111-1/+1
* | | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-312-2/+2
* | | Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-171-22/+14
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-14/+19
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-1/+1
|\| |