aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
...
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-1/+1
* qmllint: Make imports localUlf Hermann2020-09-282-99/+136
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-252-5/+5
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-254-39/+61
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-254-44/+79
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-252-3/+3
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-252-5/+6
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-252-7/+7
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-252-10/+10
* qmllint: Move import handling code into separate classUlf Hermann2020-09-252-64/+126
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-241-4/+0
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-222-0/+11
* Improve the QML/JS type readerUlf Hermann2020-08-201-4/+3
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-191-11/+20
* Move functionality to read types from QML files out of qmllintUlf Hermann2020-08-136-328/+14
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-2/+4
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-261-15/+20
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-242-105/+83
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+2
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-191-22/+45
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-182-3/+11
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+19
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-163-13/+13
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-83/+16
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-292-0/+2
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-202-3/+3
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-202-6/+4
* Compile with latest qtbase devFabian Kosmale2020-05-161-1/+0
* qmllint: Fix typoMaximilian Goldstein2020-05-141-1/+1
* qmllint: fix typo in outputMitch Curtis2020-05-071-1/+1
* Fix qmllint crashMaximilian Goldstein2020-05-061-1/+1
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-062-23/+25
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-306-95/+130
* qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-243-11/+18
* ScopeTree: Make methods a QMultiHashUlf Hermann2020-04-151-7/+12
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-093-16/+52
|\
| * qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-263-16/+52
| * qmllint: Fix typoFabian Kosmale2020-03-241-1/+1
* | qmllint: Consistently use shared pointers for ScopeTreeUlf Hermann2020-04-016-53/+55
* | Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-0113-1797/+482
* | qmllint: Drop support for "ModuleApi"Ulf Hermann2020-03-304-55/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-0/+17
|\|
| * qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-183-23/+63
|\|
| * qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-171-2/+19
| * qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-171-3/+18
| * qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-162-9/+11
| * qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-161-11/+17