aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findunqualified.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-301-989/+0
* qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-241-1/+1
* ScopeTree: Make methods a QMultiHashUlf Hermann2020-04-151-7/+12
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-9/+32
|\
| * qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-261-9/+32
* | qmllint: Consistently use shared pointers for ScopeTreeUlf Hermann2020-04-011-21/+22
* | Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-011-13/+21
* | qmllint: Drop support for "ModuleApi"Ulf Hermann2020-03-301-3/+2
* | 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-181-5/+4
|\|
| * qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-161-5/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-22/+22
* | 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: parse simple type assertionsUlf Hermann2020-01-131-1/+27
* qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-131-0/+2
* qmllint: Resolve aliasesUlf Hermann2020-01-131-124/+35
* qmllint: Analyze member accessUlf Hermann2020-01-131-20/+48
* qmllint: parse JS files for methodsUlf Hermann2020-01-101-138/+190
* qmllint: Clean up access to m_exportedName2ScopeUlf Hermann2020-01-101-11/+12
* qmllint: Handle unversioned import statements in qmldir filesUlf Hermann2019-12-111-6/+17
* qmllint: Read app.qmltypes files for extra type resolutionUlf Hermann2019-11-181-72/+100
* qmllint: Remove special cases for Component, QtObject, and ConnectionsUlf Hermann2019-11-181-16/+0
* qmllint: CleanupUlf Hermann2019-11-181-158/+185
* 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 variable declarations from PatternElementsUlf Hermann2019-10-011-0/+12
* | Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-251-15/+59
* | qmllint: Honor --silent argumentUlf Hermann2019-09-191-22/+15
* | qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-301-1/+1
* | qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-301-0/+1
* | qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-301-13/+23
* | qmllint: Warn about magic signal handlersUlf Hermann2019-08-301-13/+36
|/
* qmllint: Fix compiler warningJarkko Koivikko2019-08-191-2/+2
* qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-191-1/+2
* qmllint: Fail on recursion depth errorsUlf Hermann2019-08-191-1/+6
* linter: Cover all supported JavaScript functionsFabian Kosmale2019-07-261-12/+13
* qmllint: Improve parent handlingFabian Kosmale2019-07-261-2/+4
* qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-251-1/+3
* Extend linter to check for unqualified idsFabian Kosmale2019-07-121-0/+772