aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmllint: Introduce import cachingMaximilian Goldstein2021-05-261-5/+13
* qml: Don't leak the created objectsUlf Hermann2021-05-211-0/+1
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-2/+9
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-1913-525/+0
* Fix the qmlscene command help messageJiDe Zhang2021-05-181-1/+1
* qmllint: Add inline component supportMaximilian Goldstein2021-05-141-3/+5
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-141-10/+0
* qmllint: Fix unknownBuiltins not being ignored in all casesMaximilian Goldstein2021-05-111-0/+3
* Move tools to libexecKai Köhne2021-05-115-2/+5
* Fix regression where qtquickcompiler cannot find rccKai Köhne2021-05-071-1/+1
* Extend qmlimportscanner to support response files on the command lineCraig Scott2021-05-071-1/+32
* Fix qmleasing build without features.*Tasuku Suzuki2021-05-061-1/+14
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-031-3/+14
* qmllint: Fix newlines when disabling unqualified access warningsMaximilian Goldstein2021-04-301-2/+3
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-301-1/+1