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
*
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
*
Add check for correct color string in Qml.
Christian Kamm
2010-02-23
1
-37
/
+53
*
Add Qml type checks for assigning literals to properties.
Christian Kamm
2010-02-23
1
-5
/
+37
*
Move the scope building logic into QmlJS::ScopeBuilder.
Christian Kamm
2010-02-22
1
-62
/
+10
*
Pass in the whole AST path for scope creation.
Christian Kamm
2010-02-22
1
-3
/
+2
*
Make QmlJS scope building more flexible.
Christian Kamm
2010-02-22
1
-13
/
+16
*
Semantic checking for easing curve names.
Erik Verbruggen
2010-02-19
1
-9
/
+62
*
Made the warnings/errors translatable.
Erik Verbruggen
2010-02-19
1
-6
/
+9
*
Suppress 'unknown property' warning after finding an unknown type.
Erik Verbruggen
2010-02-19
1
-6
/
+17
*
Don't try to look up members of attached properties.
Christian Kamm
2010-02-18
1
-1
/
+8
*
Error when binding to nonexistant member of property in Qml.
Christian Kamm
2010-02-18
1
-3
/
+24
*
Fix possible crash in QmlJS semantic checker.
Christian Kamm
2010-02-18
1
-4
/
+4
*
Fix possible crash in QmlJS semantic checker.
Christian Kamm
2010-02-18
1
-1
/
+4
*
Workaround for not erroring on anchors { ... } in Qml for now.
Christian Kamm
2010-02-17
1
-0
/
+9
*
Don't error for unknown property names inside ListElement for now.
Christian Kamm
2010-02-17
1
-2
/
+14
*
Don't show 'invalid property name' errors if we can't resolve the type.
Christian Kamm
2010-02-16
1
-3
/
+9
*
Fix incorrect 'invalid property' errors for PropertyChanges.
Christian Kamm
2010-02-16
1
-9
/
+57
*
Add QmlJS semantic checker.
Christian Kamm
2010-02-16
1
-0
/
+140
*
Rename QmlJS::Check -> QmlJS::Evaluate.
Christian Kamm
2010-02-15
1
-604
/
+0
*
Removed unnecessary includes of qmljslink.h
Christian Kamm
2010-02-12
1
-1
/
+0
*
Initial support of `Follow symbol under cursor' for QML/JS.
Roberto Raggi
2010-02-09
1
-15
/
+15
*
Add support for lazy prototypes.
Roberto Raggi
2010-02-03
1
-2
/
+2
*
Completion for global variables in JS.
Roberto Raggi
2010-02-03
1
-6
/
+6
*
Get rid of Environment, introduce external ScopeChain in Link.
Christian Kamm
2010-02-03
1
-12
/
+10
*
Introduced QML/JS references.
Roberto Raggi
2010-02-03
1
-1
/
+12
*
Try to get the type from a qualified-id.
Roberto Raggi
2010-02-02
1
-3
/
+26
[next]