aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/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
|\
| * Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-311-0/+9
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-0/+11
|\|
| * Fix build without features.commandlineparserTasuku Suzuki2017-01-251-0/+10
* | tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-221-4/+5
|/
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-5/+1
|\
| * qmllint: Fix parsing js files with .import directivesSérgio Martins2015-05-091-5/+1