aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-0/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-3/+7
* QmlJS: Don't warn about function exp statements.Christian Kamm2011-04-211-1/+2
* Update license.hjk2011-04-131-14/+13
* QmlJs::Check: using the Option enum to ignore type errorsThomas Hartmann2011-03-011-3/+2
* QmlJs::Check: turning "file or directory does not exist" into a warningThomas Hartmann2011-03-011-1/+3
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-1/+1
* QmlJS: Completion for attached properties.Christian Kamm2011-02-101-1/+1
* QmlJS: Fix local-file url property check.Christian Kamm2011-02-091-1/+1
* 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
* | QMlJSCheck: Components have their own scope for idsThomas Hartmann2010-12-131-4/+18
* | QmlJsCheck: check for Behaivours and exclude them from duplicate checkThomas Hartmann2010-12-131-1/+2
* | QmlJSCheck: adding more checksThomas Hartmann2010-12-071-2/+49
* | JS checks: Check code block script bindings for common errors.Christian Kamm2010-12-061-7/+24
* | JS checks: Allow blocks after for(var ...).Christian Kamm2010-12-061-1/+13
* | QmlJS: Don't warn about expression statements in script bindings.Christian Kamm2010-11-291-2/+11
* | QmlJS: Don't warn for "string == ''" and "boolean == true".Christian Kamm2010-11-291-2/+4
* | QmlJS: Don't warn on 'numbervalue == 0'.Christian Kamm2010-11-291-6/+11
* | QmlJS: Remove overzealous 'undefined' check for enums.Christian Kamm2010-11-291-4/+2
* | QmlJS: Add JSLint-style warnings for common JS traps.Christian Kamm2010-11-251-0/+350
* | QmlJS: Enhance check pass to do lookup... and disable it.Christian Kamm2010-11-251-0/+58
* | QmlJS: Mark invalid urls and files in url properties as an error.Christian Kamm2010-11-251-2/+25
|/
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-1/+1
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-9/+14
* QmlJS: Improve performance by avoiding two links in SemanticHighlighter.Christian Kamm2010-08-311-3/+2
* QmlJS: Add missing null checks before using scopeChain().qmlTypes.Christian Kamm2010-08-301-1/+2
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-2/+1
* Make QML color validation code reusable.Leandro Melo2010-08-021-18/+21
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-191-17/+16
* QmlJS: Generalize EasingCurve name check to all enums.Christian Kamm2010-05-191-21/+19
* QmlJS: Allow numbers to be assigned to easing.type.Christian Kamm2010-05-191-2/+2
* QmlJS: Change way to translate strings to nicer one.Christian Kamm2010-04-281-24/+9
* QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.Christian Kamm2010-04-221-3/+0
* QmlJS: Don't produce Qml type errors if plugins are imported.Christian Kamm2010-04-071-1/+3
* Changed QML reading in QML designer to use the interpreter for property types.Erik Verbruggen2010-04-061-0/+6
* QmlJS: Only collect linker errors for the current file being checked.Christian Kamm2010-03-291-1/+1
* Add errors for incorrect imports in Qml.Christian Kamm2010-03-251-0/+1
* Improve Qml code model import handling.Christian Kamm2010-03-181-2/+2
* Long live the king!hjk2010-03-051-1/+1
* Changed error to warning when using a string literal for an ID.Erik Verbruggen2010-03-041-3/+8
* Silence silly gcc warning.ck2010-03-021-3/+3
* Changed color name checks to use new QColor::isValidColor method.Erik Verbruggen2010-03-021-1/+1
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-9/+15
* QmlJS: Fix compilation with latest changes of QDeclarativeKai Koehne2010-02-261-2/+2
* Fixed possible crash when error recovery yielded a partially correct AST.Erik Verbruggen2010-02-241-0/+6
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-231-68/+106
* Check that the id property is a plain lowercase identifier.Christian Kamm2010-02-231-0/+26