summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsstaticanalysismessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | String improvementsRobert Loehning2015-01-061-1/+1
|/
* Doc: new QML code syntax check messagesLeena Miettinen2014-11-051-7/+7
* QmlJS: Distinguish between erros for ui.qml files and designer warningsThomas Hartmann2014-10-151-0/+4
* QmlJS: Adding checks for .ui.qml filesThomas Hartmann2014-10-151-2/+12
* License updateEike Ziller2014-10-091-7/+8
* QmlJS: Add error message for invalid root item in the designerThomas Hartmann2014-09-101-0/+2
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-15/+15
* qmljs: correctly set WarningsFawzi Mohamed2014-02-171-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QmlJS: QmlDesigner warnings should be warningsThomas Hartmann2013-11-251-3/+3
* QmlJS: Add warning if we use a Qt Quick 1 code model for Qt Quick 2Thomas Hartmann2013-11-141-0/+2
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-14/+16
* QmlJSStaticAnalysis: make PrototypeMessageData publicThomas Hartmann2013-04-101-9/+9
* UI text: Fix QML JS static analytics messagesLeena Miettinen2013-02-131-69/+69
* String improvementsRobert Loehning2013-02-121-3/+3
* 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
* | Fix spelling/blank errors discovered by the bots.Friedemann Kleint2013-01-291-1/+1
* | tr()-Fixes: Fix translation contexts.Friedemann Kleint2013-01-291-1/+1
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-2/+2
* | 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/+11
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Introduce JSON validationLeandro Melo2012-02-081-2/+31
* Long live the king!hjk2012-01-261-1/+1
* tr()-Fixes.Friedemann Kleint2011-12-131-6/+11
* Doc: Add documentation stubs for all existing QmlJS checks.Christian Kamm2011-12-081-1/+3
* more s/info@qt.nokia.com/qt-info@nokia.com/Eike Ziller2011-11-111-2/+2
* QmlJS checks: Add @enable-all-checks annotation.Christian Kamm2011-10-311-2/+2
* QmlJS checks: Change suppression annotation to @disable-check.Christian Kamm2011-10-311-1/+6
* QmlJS checks: Warn about extra message suppressions.Christian Kamm2011-10-211-0/+2
* QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-191-0/+6
* QmlJS checks: Add hint about not using var/variant property types.Christian Kamm2011-10-191-0/+2
* QmlJS checks: Hint about extra parentheses.Christian Kamm2011-10-121-3/+2
* QmlJS checks: Add confusing +/- check.Christian Kamm2011-10-101-4/+0
* QmlJS checks: Add severity and unique id to messages.Christian Kamm2011-10-101-0/+247