aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscheck.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-21/+0
|/
* QmlJS checks: Add 'unreachable code' warnings.Christian Kamm2011-09-141-1/+3
* QmlJS checks: Warn about inappropriate use of constructor functions.Christian Kamm2011-09-071-1/+7
* QmlJS: Check property declaration types.Christian Kamm2011-09-061-0/+3
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-5/+5
* QmlJS: Share Context.Christian Kamm2011-08-081-2/+2
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-1/+4
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-2/+1
* Update license.hjk2011-04-131-14/+13
* QmlJs::Check: using the Option enum to ignore type errorsThomas Hartmann2011-03-011-6/+8
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
* | QMlJSCheck: Components have their own scope for idsThomas Hartmann2010-12-131-1/+1
* | QmlJSCheck: adding more checksThomas Hartmann2010-12-071-0/+17
* | JS checks: Allow blocks after for(var ...).Christian Kamm2010-12-061-0/+1
* | QmlJS: Add JSLint-style warnings for common JS traps.Christian Kamm2010-11-251-0/+38
* | QmlJS: Enhance check pass to do lookup... and disable it.Christian Kamm2010-11-251-0/+6
|/
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-2/+14
* QmlJS: Improve performance by avoiding two links in SemanticHighlighter.Christian Kamm2010-08-311-3/+1
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-1/+0
* Make QML color validation code reusable.Leandro Melo2010-08-021-0/+3
* QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.Christian Kamm2010-05-191-2/+2
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-191-0/+4
* QmlJS: Don't produce Qml type errors if plugins are imported.Christian Kamm2010-04-071-0/+2
* Improve Qml code model import handling.Christian Kamm2010-03-181-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-231-5/+0