aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-151-2/+4
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-152-2/+2
* | | Regenerate projectsAlexandru Croitor2019-11-142-2/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1410-129/+238
|\| |
| * | Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-101-9/+7
| * | qmllint: Parse variable declarations from PatternElementsUlf Hermann2019-10-012-0/+14
| * | Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-252-17/+61
| * | qmllint: Honor --silent argumentUlf Hermann2019-09-195-30/+28
| * | qmllint: Accept arrays as enum descriptionsUlf Hermann2019-09-183-40/+28
| * | qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-301-1/+1