aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-6/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-129-60/+56
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-095-18/+18
| |\|
| | * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
| | * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-17/+17
| * | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-035-42/+38
* | | Post merge fixesLeander Beernaert2020-01-242-6/+10
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1618-1857/+1760
|\| |
| * | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-3/+3
| |/
| * qmllint: Consider failure to find imports an errorUlf Hermann2020-01-131-0/+1
| * qmllint: Consider attached propertiesUlf Hermann2020-01-131-0/+10
| * qmllint: parse simple type assertionsUlf Hermann2020-01-134-9/+46