aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-0813-6/+13
* Turn qml, qmlscene and qmlpreview into appsJoerg Bornemann2021-10-074-26/+20
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-051-1/+1
* qmljsrootgen: Try properties on instances if not available on prototypesUlf Hermann2021-10-051-36/+52
* Amend JS root with more precise type informationUlf Hermann2021-10-051-2/+29
* QQmlJSTypePropagator: Remove isLoggerMessageUlf Hermann2021-10-011-1/+1
* qmllint: Don't leak the QQmlJSTypeInfo objectUlf Hermann2021-09-303-4/+6
* Remove obsolete bootstrap codeFabian Kosmale2021-09-303-17/+1
* qmllint: Add ability to warn about not reusing attached typesMaximilian Goldstein2021-09-292-1/+3
* Pass file name and code to the qmllint codegen loggerUlf Hermann2021-09-291-3/+3
* qml: Deprecate the --dummy-data optionShawn Rutledge2021-09-241-5/+15
* Teach the qml runtime to load config files by basenameShawn Rutledge2021-09-221-8/+33
* qmllint: Remove checkidentifiers.cppMaximilian Goldstein2021-09-211-279/+0
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-3/+0
* 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