aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qml: Avoid memory leaks when no objects are loadedUlf Hermann2021-08-101-1/+2
* qmllint/findwarnings: Move PatternElement logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0
* qmllint/findwarnings: Move used type logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0
* qmllint: Remove checkidentifiersMaximilian Goldstein2021-08-054-130/+4
* qmllint: Move use-before-declaration warning out of checkidentifiersMaximilian Goldstein2021-08-045-15/+96
* qmllint: Move restricted kind warnings to qmlcompilerMaximilian Goldstein2021-08-041-48/+2
* qmllint: Move missing base type warning to qmlcompilerMaximilian Goldstein2021-08-041-9/+1
* qmllint: Move 'type not found in namespace' warning to qmlcompilerMaximilian Goldstein2021-08-041-19/+0
* qmllint: Move 'type of property' warning to qmlcompilerMaximilian Goldstein2021-08-031-7/+2
* Add NO_PLUGIN option to qt6_add_qml_module()Craig Scott2021-08-032-2/+0
* qmllint: Move unknown property logic to compilerMaximilian Goldstein2021-08-022-7/+4
* qmllint: Move deprecation logic to qmlcompilerMaximilian Goldstein2021-07-281-38/+1
* qmllint: Use type propagator to provide unqualfied access warningsMaximilian Goldstein2021-07-273-84/+15
* qqmljstypepropagator: Ignore try/catch instructionsMaximilian Goldstein2021-07-211-1/+1
* Allow direct access to parent object in static modeUlf Hermann2021-07-091-2/+0
* qmllint: Do not store references to stringsUlf Hermann2021-07-091-1/+1
* QQmlJSTypePropagator: Add a separate switch for shadowable membersUlf Hermann2021-07-091-1/+1
* qqmljstypepropagator: Use logger systemMaximilian Goldstein2021-07-073-7/+12
* qmllint: Integrate type inference warningsMaximilian Goldstein2021-07-074-0/+463
* CMake: Run qmllint on the qml files in the source treeCraig Scott2021-07-071-8/+9
* qmllint: Implement severity levelsMaximilian Goldstein2021-07-023-38/+38
* qmllint: Remove deprecated optionsMaximilian Goldstein2021-07-021-35/+0
* replace devtools library with QtQmlFawzi Mohamed2021-07-025-5/+1
* qmllint: Formalize fix suggestionsMaximilian Goldstein2021-07-011-30/+36
* Use nullptr rather than 0 for null pointersUlf Hermann2021-06-301-2/+1
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+2
* QmlCompiler: Add methods to get effective default|parent propertyUlf Hermann2021-06-301-18/+15
* QQmlJSScope: Rename parentPropertyName and defaultPropertyNameUlf Hermann2021-06-291-1/+1
* 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
* Replace qmlcachegen's --qmljs-runtime with generic mechanismUlf Hermann2021-06-181-3/+0
* qmlcachegen: Fix typo in command line option descriptionPavol Markovic2021-06-121-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