summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* QmlJS: Add error message for invalid root item in the designerThomas Hartmann2014-09-101-0/+22
* QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-1/+1
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0
* Fix 'prefered' typo in variable namesKai Koehne2014-03-191-15/+15
* 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-2/+24
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Reduce usage of QStringRef::toString() in QmlJS/QmlJSTools.Friedemann Kleint2013-08-291-3/+4
* qmljs: add vector*d, quaternion, and matrix4x4 to code modelFawzi Mohamed2013-08-221-0/+8
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-26/+15
* | Fix: build failure for qmljscheck an qmljscodeformatterDavid Schulz2012-11-281-2/+2
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-2/+2
* | QmlJSEditor: crash fixThomas Hartmann2012-10-101-2/+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-7/+131
|/
* Remove some unused member variablesTobias Hunger2012-08-221-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+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-14/+11
* QmlJS checks: Don't warn for fallthrough on the last clause.Christian Kamm2011-11-291-6/+3
* QmlJS checks: Accept 'fallthrough' comment to terminate case blocks.Christian Kamm2011-11-291-9/+40
* QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-221-2/+13
* 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: Fix // @disable-check at beginning of line.Christian Kamm2011-11-081-1/+1
* | QmlJS checks: Add @enable-all-checks annotation.Christian Kamm2011-10-311-2/+8
* | QmlJS checks: Change suppression annotation to @disable-check.Christian Kamm2011-10-311-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-2/+1
|\ \ | |/
| * QmlJS checks: Make 'unintentional empty block' warning less annoying.Christian Kamm2011-10-241-2/+1
* | QmlJS checks: Warn about extra message suppressions.Christian Kamm2011-10-211-18/+61
* | QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-191-1/+33
* | QmlJS checks: Add hint about not using var/variant property types.Christian Kamm2011-10-191-12/+29
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-7/+7
* | QmlJS checks: Limit warning about unintentional empty blocks.Christian Kamm2011-10-181-2/+3
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-4/+4
* | QmlJS checks: Allow calling some builtin constructors as functions.Christian Kamm2011-10-121-1/+6
* | QmlJS checks: Hint about extra parentheses.Christian Kamm2011-10-121-0/+32
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-20/+30
* | QmlJS checks: Add hint about not using multiple statements per line.Christian Kamm2011-10-101-0/+27
* | QmlJS checks: Add warning about 'eval'.Christian Kamm2011-10-101-0/+2
* | QmlJS checks: Warn when using some builtin constructors.Christian Kamm2011-10-101-0/+27
* | QmlJS checks: Add confusing +/- check.Christian Kamm2011-10-101-0/+29
* | QmlJS checks: Add check for spacing around binary operators.Christian Kamm2011-10-101-4/+15