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
...
*
|
More intelligent function argument widget
Thorbjørn Lindeijer
2009-02-12
1
-35
/
+26
*
|
Revert now unnecessary checks for null-types
Thorbjørn Lindeijer
2009-02-10
1
-17
/
+4
*
|
Fix for crash when doing signal completion
Thorbjørn Lindeijer
2009-02-10
1
-1
/
+3
*
|
Avoid inserting characters that are already there
Thorbjørn Lindeijer
2009-02-10
1
-5
/
+20
*
|
Fixes: Possible crash in completeMember.
Roberto Raggi
2009-02-10
1
-1
/
+3
*
|
Fixes: Possible crash when completing constructors.
Roberto Raggi
2009-02-09
1
-1
/
+8
*
|
Fixes: Possible crash when completing a function with (void) argument.
Roberto Raggi
2009-02-09
1
-1
/
+2
*
|
Fixes: Another possible crash
Roberto Raggi
2009-02-09
1
-1
/
+2
*
|
Reimplemented Type::as*Type() using virtual methods.
Roberto Raggi
2009-02-09
1
-20
/
+20
*
|
Completion for constructors used on initialization
Thorbjørn Lindeijer
2009-02-04
1
-23
/
+62
|
/
*
Fixes: Do not activate member completion when class names are used as base of...
Roberto Raggi
2009-02-04
1
-2
/
+6
*
Fixes: Member completion when the symbol's type is ClassTy.
Roberto Raggi
2009-02-03
1
-1
/
+5
*
Don't replace . with -> in case of primitive types
Thorbjørn Lindeijer
2009-02-03
1
-6
/
+8
*
Fixes: some less caching of the ICore singleton pointer
hjk
2009-01-28
1
-7
/
+7
*
Fix SIGNAL/SLOT completion with spaces after opening brace
Thorbjørn Lindeijer
2009-01-26
1
-6
/
+11
*
Don't add the objc++ keywords to the completion box.
Roberto Raggi
2009-01-14
1
-1
/
+1
*
Bump year in licence header.
Daniel Molkentin
2009-01-13
1
-1
/
+1
*
Windows compile warning
Friedemann Kleint
2009-01-13
1
-3
/
+3
*
Fixed crash in function argument widget
Thorbjørn Lindeijer
2009-01-13
1
-3
/
+6
*
Fixed compilation problem with gcc 3.3
Thorbjørn Lindeijer
2009-01-08
1
-3
/
+2
*
Replace a. with a[0]. when `a' has type array of T.
Roberto Raggi
2009-01-05
1
-0
/
+18
*
Completion for typedef of pointer to struct.
Roberto Raggi
2008-12-31
1
-10
/
+28
*
Renamed SymbolsForDotAccess to ResolveClass.
Roberto Raggi
2008-12-30
1
-13
/
+13
*
Simple typedef support for T_ARROW member access.
Roberto Raggi
2008-12-30
1
-12
/
+11
*
Improved CppCodeCompletion::completeScope(). Added simple support for typedefs.
Roberto Raggi
2008-12-30
1
-10
/
+23
*
Initial support for typedefs.
Roberto Raggi
2008-12-29
1
-12
/
+10
*
Nicer implementation of CPlusPlus::Macro.
Roberto Raggi
2008-12-22
1
-2
/
+2
*
Merge branch '0.9.1-beta'
dt
2008-12-17
1
-1
/
+1
|
\
|
*
chancge Nokia GPL exception version from 1.2 to 1.3
hjk
2008-12-16
1
-1
/
+1
*
|
Added option to disable completion of common prefix
Thorbjørn Lindeijer
2008-12-16
1
-1
/
+11
*
|
Added configuration options for code completion
Thorbjørn Lindeijer
2008-12-15
1
-19
/
+40
|
/
*
Look at the signed/unsigned specifiers when checking function return types.
Roberto Raggi
2008-12-12
1
-2
/
+4
*
Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...
Roberto Raggi
2008-12-12
1
-3
/
+5
*
Fixed code completion when using macros in the expression's code (e.g. in qAp...
Roberto Raggi
2008-12-11
1
-1
/
+2
*
use QTC_ASSERT instead of Q_ASSERT
hjk
2008-12-09
1
-2
/
+5
*
Don't keep around references to old documents
Thorbjørn Lindeijer
2008-12-08
1
-0
/
+4
*
Use Macros.
Roberto Raggi
2008-12-08
1
-1
/
+3
*
more file cosmetics
hjk
2008-12-02
1
-0
/
+1
*
off-by-one in headers
hjk
2008-12-02
1
-1
/
+0
*
end-of-line whitespace correction of the new headers
hjk
2008-12-02
1
-10
/
+11
*
Initial import
con
2008-12-02
1
-0
/
+1040
[prev]