aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Introducing qmllint tool.Sérgio Martins2014-08-052-0/+120