aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* qmldom: improve qmldom tool dumpFawzi Mohamed2021-09-101-51/+79
* qmldom: cleanup, avoid redundant namespace specificationFawzi Mohamed2021-09-091-6/+4
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-061-14/+18
* qmldom: support qmltypesFawzi Mohamed2021-08-271-0/+25
* qmllint: Put warning options at the topMaximilian Goldstein2021-08-261-11/+12
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-0/+11
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-194-30/+41
* Make QQmlJSTypeResolver derivableAndrei Golubev2021-08-181-3/+6
* 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