aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscheck.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Improve handling of user defined enumsChristian Stenger2024-04-151-0/+2
* Add interface to check incompatible qml idsVikas Pachdha2023-07-211-0/+1
* QmlJS: Allow disabling static analyzer messagesChristian Stenger2023-05-041-2/+6
* QmlJS: Tr::TrAlessandro Portale2023-02-011-2/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: correctly handle js string templatesFawzi Mohamed2022-03-211-0/+1
* QmlJS: Add error message for Component with multiple childrenThomas Hartmann2021-11-121-0/+1
* QmlJSCheck: Add error for mixing translation functionsThomas Hartmann2021-07-201-0/+3
* Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-071-0/+3
* Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-061-3/+0
* QmlJS: Restrict warnings of blocksChristian Stenger2021-05-051-0/+1
* QmlJS: Fix checking for case and default blocksChristian Stenger2021-05-051-0/+2
* QmlJS: remove unused QtQuick2 checkTim Jenssen2020-03-061-1/+0
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-3/+4
* QmlJS: Add check for duplicated importChristian Stenger2019-12-161-0/+4
* qmljs: update parserMarco Benelli2018-11-221-1/+0
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* libs/qmljs: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-37/+37
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-141-0/+6
|/ /
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-141-0/+1
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-38/+37
|/
* Fix build with msvc2010Eike Ziller2014-02-071-1/+1
* qmljs: using QTC_OVERRIDE consistentlyFawzi Mohamed2014-02-061-38/+39
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QmlJS: Add warning if we use a Qt Quick 1 code model for Qt Quick 2Thomas Hartmann2013-11-141-0/+6
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-3/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | QmlJS.Check: Warnings for qml code not supported by Qt Quick DesignerThomas Hartmann2012-09-171-0/+1
|/
* Remove some unused member variablesTobias Hunger2012-08-221-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* QmlJS checks: Disable warnings about expression statements in bindings.Christian Kamm2011-12-021-0/+1
* QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.Christian Kamm2011-11-291-3/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS checks: Warn about extra message suppressions.Christian Kamm2011-10-211-0/+13
* | QmlJS checks: Hint about extra parentheses.Christian Kamm2011-10-121-0/+5
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-0/+2
* | QmlJS checks: Add hint about not using multiple statements per line.Christian Kamm2011-10-101-0/+1
* | QmlJS checks: Add severity and unique id to messages.Christian Kamm2011-10-101-32/+11