aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
| * qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-133-0/+12
| * qmllint: Resolve aliasesUlf Hermann2020-01-137-128/+272
| * qmllint: Analyze member accessUlf Hermann2020-01-136-77/+290
| * qmllint: parse JS files for methodsUlf Hermann2020-01-102-140/+196
| * qmllint: Clean up access to m_exportedName2ScopeUlf Hermann2020-01-101-11/+12
| * qmllint: Use QHash::insert(QHash)Liang Qi2019-12-161-5/+1
| * qmllint: Avoid QHash::unite()Ulf Hermann2019-12-131-1/+5
| * qmllint: Handle unversioned import statements in qmldir filesUlf Hermann2019-12-112-7/+19
| * qmllint: Read app.qmltypes files for extra type resolutionUlf Hermann2019-11-182-74/+113
| * qmllint: Remove special cases for Component, QtObject, and ConnectionsUlf Hermann2019-11-181-16/+0
| * qmllint: CleanupUlf Hermann2019-11-1816-1659/+1053
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-252-3/+5
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-1/+1
| |\
| | * qmllint: fix typoFabian Kosmale2019-10-241-1/+1