aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmlcompiler/qmllint: Use unified loggerMaximilian Goldstein2021-03-298-760/+152
* qmleasing: Don't use deprecated QComboBox signalMaximilian Goldstein2021-03-291-1/+1
* qmllint: Document and cleanup IssueLocationWithContextFabian Kosmale2021-03-253-17/+31
* qmllint: Only exclude default QML import dirs when explicitly requestedMaximilian Goldstein2021-03-251-3/+12
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-252-5/+43
* qml: Enable context sharing by defaultMaximilian Goldstein2021-03-221-0/+10
* Remove using directive in headersFabian Kosmale2021-03-196-87/+86
* Add qmltypes for JavaScript root objectMaximilian Goldstein2021-03-193-0/+340
* qmllint: Fix accessing attached types with prefixesMaximilian Goldstein2021-03-191-2/+16
* tools/qml: Implement --core-profile optionMaximilian Goldstein2021-03-191-1/+4
* qmlscene: Show deprecation warningMaximilian Goldstein2021-03-121-0/+5
* qmllint: Also return non-zero on errors if we don't CheckIdentifiersUlf Hermann2021-03-121-1/+1
* qmlimportscanner: Mark plugins as optionalMaximilian Goldstein2021-03-121-1/+18
* qmllint: Return non-zero exit code for any warnings generatedUlf Hermann2021-03-122-17/+1
* qmllint: check default propertiesAndrei Golubev2021-03-092-0/+62
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-082-0/+43
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-1/+1
* qmlcachegen: Add an ignored option -IUlf Hermann2021-03-041-0/+3
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-031-1/+4