aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-0/+1
|\
| * qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-2472-878/+878
|/
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-081-48/+168
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-081-18/+81
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-081-3/+40
* qmlimportscanner: Ensure deterministic outputAlexandru Croitor2022-06-081-0/+3
* Re-add qmlprofiler qmleasing and qmlplugindump to default targetUlf Hermann2022-06-041-9/+16
* Update commercial license headersTarja Sundqvist2022-06-0472-878/+878
* Avoid copying QQmlJSScopeUlf Hermann2022-04-041-1/+1
* Disable qmljs on iOS buildJuha Vuolle2022-02-171-1/+1
* Make qml resizeToItem configuration url resolution work againShawn Rutledge2022-02-051-1/+1
* QML: qmljsrootgen is host only toolPasi Petäjäjärvi2022-01-241-1/+1
* Turn qmljs into appPasi Petäjäjärvi2022-01-241-12/+11
* QmlCompiler: Respect revisionsUlf Hermann2022-01-242-12/+13
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-072-14/+4
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-033-10/+11
* qmllint: Fix typo in app descriptionMaximilian Goldstein2021-11-191-1/+1
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-11-161-23/+44
* Explicitly include qloggingcategory.hKai Köhne2021-11-161-0/+1
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-161-0/+3
* CMake: Don't build Qt apps using Ninja when targeting iOSAlexandru Croitor2021-11-091-3/+3
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-041-5/+19
* CMake: Allow disabling package version checkAlexandru Croitor2021-11-021-1/+6
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-251-1/+4
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-191-1/+5
* Turn qml, qmlscene and qmlpreview into appsJoerg Bornemann2021-10-124-26/+20
* qmlcachegen: Fix typo in command line option descriptionPavol Markovic2021-09-281-1/+1
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-3/+0
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-061-14/+18
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-0/+11
* Add NO_PLUGIN option to qt6_add_qml_module()Craig Scott2021-08-032-2/+0
* Replace qmlcachegen's --qmljs-runtime with generic mechanismUlf Hermann2021-07-091-3/+0
* CMake: Run qmllint on the qml files in the source treeCraig Scott2021-07-071-8/+9
* CMake: Update warning about qtquick_compiler_add_resourcesAlexandru Croitor2021-06-251-3/+4
* qmllint: Hide deprecated optionsMaximilian Goldstein2021-06-241-9/+11
* qmllint: Ignore unqualified access in custom parser componentsMaximilian Goldstein2021-06-221-0/+10
* qmlformat: Use the Qt version instead of 1.0Maximilian Goldstein2021-06-221-1/+1
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-094-596/+82
* qmlformat: use QmlDomFawzi Mohamed2021-06-058-2383/+104
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-1/+50
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-053-0/+244
* Refactor and update qml CMake APICraig Scott2021-06-042-31/+14
* qmlimportscanner: Remove superfluous QV4 includesFabian Kosmale2021-06-031-3/+0
* qmllint: Make the tool version equal the Qt versionMaximilian Goldstein2021-06-031-1/+1
* Set index to QQmlJSMetaProperty when traversing QQmlJS::ASTAndrei Golubev2021-06-031-0/+9
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-033-7/+87
* qmllint: Add support for outputting warnings as JSONMaximilian Goldstein2021-06-011-9/+112
* qmllint: Add support for loading options from settingsMaximilian Goldstein2021-05-274-16/+274
* Evaluate type assertions in QMLUlf Hermann2021-05-261-2/+4