aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-262-6/+5
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-252-2/+2
* TypeDescriptionReader: Read alias and isFlag for enumsv5.15.0-beta4Ulf Hermann2020-04-092-1/+13
* qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-263-16/+52
* qmllint: Fix typoFabian Kosmale2020-03-241-1/+1
* qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+17
* 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
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-17/+17
* 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/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
* | 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
* | qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-302-1/+2
* | qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-302-14/+24
* | qmllint: Warn about magic signal handlersUlf Hermann2019-08-303-20/+76
|/
* 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-192-1/+7
* linter: Cover all supported JavaScript functionsFabian Kosmale2019-07-261-12/+13
* qmllint: Improve parent handlingFabian Kosmale2019-07-264-15/+19
* qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-253-9/+25
* Extend linter to check for unqualified idsFabian Kosmale2019-07-1214-4/+3606
* Simplify errors and diagnosticsUlf Hermann2019-06-141-1/+1
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-1/+1
* Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTIONKai Koehne2017-07-281-2/+1
* Remove custom setting of qmake VERSION field in toolsKai Koehne2017-07-281-6/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+9
|\