aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-302-1/+2
| * | | qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-302-14/+24
| * | | qmllint: Warn about magic signal handlersUlf Hermann2019-08-303-20/+76
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1110-78/+372
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-0510-78/+372
| |\|
| | * 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
* | | | | Stop manually using qt_export_toolsAlexandru Croitor2019-09-301-1/+0
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-154-36/+57
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-094-36/+57
| |\| | |
| | * | | 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
* | | | | Extend qmlcachge to support --retain with CMakeLeander Beernaert2019-08-131-1/+2
* | | | | Fix qml tool start-upSimon Hausmann2019-08-092-13/+31
* | | | | Add support for generating qmlcache_loader without qrcLeander Beernaert2019-07-311-4/+57
* | | | | Allow the use of qmlcachegen inside srcSimon Hausmann2019-07-291-4/+2
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-2418-11/+3632
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1216-11/+3620
| |\| | |
| | * | | 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
* | | | | Export built Qml ToolsLeander Beernaert2019-07-221-0/+2
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1113-87/+145
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-086-29/+68
| |\| | |
| | * | | 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
| * | | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-082-3/+3
| |/ / /
| * | | 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