index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
qmljs
/
qmljscheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
QmlJS: Stop doing significant work in constructors.
Christian Kamm
2011-05-06
1
-0
/
+1
*
QmlJS: Fix type detection for alias properties.
Christian Kamm
2011-05-04
1
-3
/
+7
*
QmlJS: Don't warn about function exp statements.
Christian Kamm
2011-04-21
1
-1
/
+2
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
QmlJs::Check: using the Option enum to ignore type errors
Thomas Hartmann
2011-03-01
1
-3
/
+2
*
QmlJs::Check: turning "file or directory does not exist" into a warning
Thomas Hartmann
2011-03-01
1
-1
/
+3
*
QmlJS: Remove the strict separation of types and attached types.
Christian Kamm
2011-02-21
1
-1
/
+1
*
QmlJS: Completion for attached properties.
Christian Kamm
2011-02-10
1
-1
/
+1
*
QmlJS: Fix local-file url property check.
Christian Kamm
2011-02-09
1
-1
/
+1
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
QMlJSCheck: Components have their own scope for ids
Thomas Hartmann
2010-12-13
1
-4
/
+18
*
|
QmlJsCheck: check for Behaivours and exclude them from duplicate check
Thomas Hartmann
2010-12-13
1
-1
/
+2
*
|
QmlJSCheck: adding more checks
Thomas Hartmann
2010-12-07
1
-2
/
+49
*
|
JS checks: Check code block script bindings for common errors.
Christian Kamm
2010-12-06
1
-7
/
+24
*
|
JS checks: Allow blocks after for(var ...).
Christian Kamm
2010-12-06
1
-1
/
+13
*
|
QmlJS: Don't warn about expression statements in script bindings.
Christian Kamm
2010-11-29
1
-2
/
+11
*
|
QmlJS: Don't warn for "string == ''" and "boolean == true".
Christian Kamm
2010-11-29
1
-2
/
+4
*
|
QmlJS: Don't warn on 'numbervalue == 0'.
Christian Kamm
2010-11-29
1
-6
/
+11
*
|
QmlJS: Remove overzealous 'undefined' check for enums.
Christian Kamm
2010-11-29
1
-4
/
+2
*
|
QmlJS: Add JSLint-style warnings for common JS traps.
Christian Kamm
2010-11-25
1
-0
/
+350
*
|
QmlJS: Enhance check pass to do lookup... and disable it.
Christian Kamm
2010-11-25
1
-0
/
+58
*
|
QmlJS: Mark invalid urls and files in url properties as an error.
Christian Kamm
2010-11-25
1
-2
/
+25
|
/
*
QmlJS: Add initial 'Find Usages' support.
Christian Kamm
2010-09-24
1
-1
/
+1
*
QmlJS: Speed up Link significantly, provide more info on imports.
Christian Kamm
2010-09-16
1
-9
/
+14
*
QmlJS: Improve performance by avoiding two links in SemanticHighlighter.
Christian Kamm
2010-08-31
1
-3
/
+2
*
QmlJS: Add missing null checks before using scopeChain().qmlTypes.
Christian Kamm
2010-08-30
1
-1
/
+2
*
QmlJS: Refactor LookupContext creation for speed.
Christian Kamm
2010-08-26
1
-2
/
+1
*
Make QML color validation code reusable.
Leandro Melo
2010-08-02
1
-18
/
+21
*
QmlJS: Change to a nicer way of marking strings for translation.
Christian Kamm
2010-05-19
1
-17
/
+16
*
QmlJS: Generalize EasingCurve name check to all enums.
Christian Kamm
2010-05-19
1
-21
/
+19
*
QmlJS: Allow numbers to be assigned to easing.type.
Christian Kamm
2010-05-19
1
-2
/
+2
*
QmlJS: Change way to translate strings to nicer one.
Christian Kamm
2010-04-28
1
-24
/
+9
*
QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.
Christian Kamm
2010-04-22
1
-3
/
+0
*
QmlJS: Don't produce Qml type errors if plugins are imported.
Christian Kamm
2010-04-07
1
-1
/
+3
*
Changed QML reading in QML designer to use the interpreter for property types.
Erik Verbruggen
2010-04-06
1
-0
/
+6
*
QmlJS: Only collect linker errors for the current file being checked.
Christian Kamm
2010-03-29
1
-1
/
+1
*
Add errors for incorrect imports in Qml.
Christian Kamm
2010-03-25
1
-0
/
+1
*
Improve Qml code model import handling.
Christian Kamm
2010-03-18
1
-2
/
+2
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Changed error to warning when using a string literal for an ID.
Erik Verbruggen
2010-03-04
1
-3
/
+8
*
Silence silly gcc warning.
ck
2010-03-02
1
-3
/
+3
*
Changed color name checks to use new QColor::isValidColor method.
Erik Verbruggen
2010-03-02
1
-1
/
+1
*
Removed private header dependencies and introduced loading QML types from XML...
Erik Verbruggen
2010-03-01
1
-9
/
+15
*
QmlJS: Fix compilation with latest changes of QDeclarative
Kai Koehne
2010-02-26
1
-2
/
+2
*
Fixed possible crash when error recovery yielded a partially correct AST.
Erik Verbruggen
2010-02-24
1
-0
/
+6
*
Add check for anchor line, changed value assignment checks into visitor.
Christian Kamm
2010-02-23
1
-68
/
+106
*
Check that the id property is a plain lowercase identifier.
Christian Kamm
2010-02-23
1
-0
/
+26
[next]