index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cpptools
/
cppcodecompletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed QTCREATORBUG-743
Erik Verbruggen
2010-02-22
1
-1
/
+1
*
Revert "Split Objective-C keyword parsing to handle the '@' separately."
Erik Verbruggen
2010-02-15
1
-26
/
+9
*
Split Objective-C keyword parsing to handle the '@' separately.
Erik Verbruggen
2010-02-15
1
-9
/
+26
*
Fix some code scanning issues.
Friedemann Kleint
2010-02-01
1
-2
/
+2
*
Generalized the filtering of completion items.
Roberto Raggi
2010-01-26
1
-69
/
+10
*
Fixed compile warning
Thorbjørn Lindeijer
2010-01-20
1
-1
/
+1
*
Reuse local snapshot reference
Thorbjørn Lindeijer
2010-01-14
1
-1
/
+1
*
Merge remote branch 'origin/1.3'
con
2010-01-12
1
-2
/
+9
|
\
|
*
Use the completion case sensitivity settings also for relevance
Thorbjørn Lindeijer
2010-01-07
1
-2
/
+9
*
|
Keep the snapshot around when performing a global completion
Roberto Raggi
2010-01-12
1
-1
/
+1
*
|
Split CppCodeCompletion::startCompletion().
Roberto Raggi
2010-01-11
1
-51
/
+100
*
|
Be smarter about CamelCase when doing case-insensitive completion
Thorbjørn Lindeijer
2009-12-11
1
-8
/
+12
*
|
Search symbols also in enum scopes.
Roberto Raggi
2009-12-10
1
-2
/
+2
*
|
Implemented first-letter case-sensitive for completion as default
Thorbjørn Lindeijer
2009-12-09
1
-6
/
+15
*
|
Add only symbols declared in class scopes when performing class-completion.
Roberto Raggi
2009-12-08
1
-0
/
+6
*
|
Initial work on the new CPlusPlus::Snapshot.
Roberto Raggi
2009-12-07
1
-1
/
+1
*
|
Moved Completion::getCompletion() in ICompletionCollector and made the filter...
Roberto Raggi
2009-12-02
1
-0
/
+37
*
|
Use const names.
Roberto Raggi
2009-12-01
1
-11
/
+11
*
|
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2009-11-20
1
-1
/
+10
|
\
\
|
|
/
|
*
Fixed function argument widget text color in dark themes
Thorbjørn Lindeijer
2009-11-20
1
-0
/
+8
|
*
Fixed possible crash on constructor completion
Thorbjørn Lindeijer
2009-11-19
1
-1
/
+2
*
|
Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.
Roberto Raggi
2009-11-17
1
-25
/
+25
*
|
Introduced the quick fix engine
Roberto Raggi
2009-11-13
1
-53
/
+0
*
|
Fixed the AST field names.
Roberto Raggi
2009-11-10
1
-2
/
+2
*
|
Cleanup postfix declarators.
Roberto Raggi
2009-11-10
1
-1
/
+1
*
|
Removed DeclaratorListAST
Roberto Raggi
2009-11-10
1
-2
/
+2
*
|
Merge commit 'origin/1.3'
con
2009-11-09
1
-14
/
+18
|
\
\
|
|
/
|
*
Do never offer signature autocompletion for constructor calls.
Christian Kamm
2009-11-09
1
-14
/
+18
*
|
Merge commit 'origin/1.3'
con
2009-11-04
1
-8
/
+8
|
\
\
|
|
/
|
*
Replace . with -> only when the base expression has type pointer to class.
Roberto Raggi
2009-11-04
1
-8
/
+8
*
|
Merge commit 'origin/1.3'
con
2009-11-03
1
-12
/
+24
|
\
\
|
|
/
|
*
Improve completion for function declarations.
Christian Kamm
2009-11-02
1
-12
/
+24
*
|
Merge commit 'origin/1.3'
con
2009-10-26
1
-0
/
+3
|
\
\
|
|
/
|
*
Initialize all the members of CppCodeCompletion
Roberto Raggi
2009-10-21
1
-0
/
+3
*
|
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2009-10-20
1
-37
/
+50
|
\
\
|
|
/
|
*
Fixed possible crash when completing top-level declarations.
Roberto Raggi
2009-10-20
1
-3
/
+8
|
*
Don't acticate completion inside C++-like comments.
Roberto Raggi
2009-10-20
1
-30
/
+30
|
*
Fix function signature completion for cv-qualified functions.
Christian Kamm
2009-10-20
1
-4
/
+12
|
*
Add completion for function signatures.
Christian Kamm
2009-10-20
1
-3
/
+77
*
|
Add completion for function signatures.
Christian Kamm
2009-10-19
1
-3
/
+77
*
|
Merge remote branch 'origin/1.3'
con
2009-10-16
1
-133
/
+68
|
\
\
|
|
/
|
*
Added support to complete function-call operators.
Roberto Raggi
2009-10-16
1
-13
/
+41
|
*
Simplified member completion.
Roberto Raggi
2009-10-16
1
-120
/
+27
*
|
Added Objective-C @-keywords to the completion.
Erik Verbruggen
2009-10-09
1
-2
/
+21
|
/
*
Improved the detection of #include-like directives.
Roberto Raggi
2009-10-08
1
-14
/
+9
*
Enable completion in C++ ctor-initializers. For example,
Roberto Raggi
2009-10-08
1
-4
/
+15
*
Renamed `awesome' :)
Roberto Raggi
2009-10-05
1
-4
/
+4
*
Removed the m_ prefix used in the public members of CompletionItem
Roberto Raggi
2009-10-05
1
-34
/
+34
*
Improved template instantiation.
Roberto Raggi
2009-10-05
1
-9
/
+11
*
Support include completion for frameworks on Mac.
con
2009-10-01
1
-0
/
+17
[next]