aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmllint: Do not choke on self attaching typesMaximilian Goldstein2021-04-291-0/+6
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-5/+5
* qmllint: Remove unnecessary newlinesMaximilian Goldstein2021-04-282-49/+40
* qmllint: Fix false positive warnings for non-list default propertyMaximilian Goldstein2021-04-281-2/+4
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+5
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-4/+14
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-231-11/+12
* qmllint: Warn about multiline stringsMaximilian Goldstein2021-04-202-0/+17
* qmllint: Warn about deprecated functionsMaximilian Goldstein2021-04-191-0/+21
* Fix build without features.mainwindowTasuku Suzuki2021-04-161-1/+1
* qmllint: Fix non-existent default property for ComponentMaximilian Goldstein2021-04-161-0/+4
* Rework qmljsrootgenUlf Hermann2021-04-161-160/+241
* qmllint: Fix QQmlComponent default property incompatible type warningsMaximilian Goldstein2021-04-141-0/+4
* qmlformat: fix QFSFileEngine::open: No file name specifiedEvgeniy A. Dushistov2021-04-141-11/+13
* Implement optional chainingMaximilian Goldstein2021-04-131-3/+3
* Check also property type namesEvgeniy A. Dushistov2021-04-132-0/+18
* qmllint: add options for setting logging levelsMaximilian Goldstein2021-04-092-17/+58
* qmllint: Initialize special casing for QString on checkMemberAccess()Ulf Hermann2021-04-081-0/+3
* When resolving property types, also update the property type namesUlf Hermann2021-04-071-4/+1
* Fix string type name in qmllintUlf Hermann2021-04-071-1/+1
* QQmlJSLogger: Don't store references in a classUlf Hermann2021-03-311-3/+3
* qmleasing: Remove old SIGNAL / SLOT syntaxMaximilian Goldstein2021-03-302-12/+12
* qmllint: Warn about bindings on deprecated propertiesMaximilian Goldstein2021-03-301-0/+17