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
*
Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline
Roberto Raggi
2009-06-11
1
-6
/
+1
|
\
|
*
Made case-insensitive code completion really case-insensitive
Thorbjørn Lindeijer
2009-06-10
1
-6
/
+1
*
|
More work on `Quick Fix'.
Roberto Raggi
2009-06-09
1
-0
/
+54
|
/
*
ifdef Q_?S_* cleanup
Oswald Buddenhagen
2009-06-03
1
-1
/
+1
*
Fixed HTML escaping issues in the function argument widget
Thorbjørn Lindeijer
2009-05-28
1
-3
/
+14
*
Still trigger completion for signals and slots
Thorbjørn Lindeijer
2009-05-27
1
-1
/
+2
*
Made typing parenthesis even faster
Thorbjørn Lindeijer
2009-05-27
1
-0
/
+20
*
Renamed braces to brackets
Thorbjørn Lindeijer
2009-05-26
1
-6
/
+6
*
Fixed prettyprint of template types.
Roberto Raggi
2009-05-19
1
-0
/
+1
*
Removed hidden function declarations from the overloaded function set.
Roberto Raggi
2009-05-19
1
-23
/
+38
*
Use up/down arrows for function completion widget.
Christian Hoenig
2009-05-13
1
-12
/
+12
*
Function argument widget was closing too early.
con
2009-04-08
1
-2
/
+13
*
Better name for method to pick the completion collector
Thorbjørn Lindeijer
2009-04-07
1
-4
/
+1
*
Fix position of function argument hint with multiple screens
Thorbjørn Lindeijer
2009-04-06
1
-2
/
+2
*
Introduced ICompletionCollector::isValid(editor).
Roberto Raggi
2009-04-02
1
-0
/
+3
*
Moved some complicated checks into convenience functions
Thorbjørn Lindeijer
2009-03-26
1
-7
/
+2
*
Avoid automatically inserting unwanted closing parentheses
Thorbjørn Lindeijer
2009-03-26
1
-2
/
+3
*
Keep the function argument widget on the screen
Thorbjørn Lindeijer
2009-03-26
1
-3
/
+17
*
Fixed invoking global completion as function parameter
Thorbjørn Lindeijer
2009-03-26
1
-2
/
+3
*
Improved function argument widget
Thorbjørn Lindeijer
2009-03-26
1
-29
/
+36
*
Trigger function argument widget on comma
Thorbjørn Lindeijer
2009-03-26
1
-33
/
+37
*
Improved check for "scope token"
Thorbjørn Lindeijer
2009-03-26
1
-1
/
+1
*
Initial work on better function argument widget
Thorbjørn Lindeijer
2009-03-26
1
-30
/
+98
*
Don't insert `(' when completing ambiguous symbols.
Roberto Raggi
2009-03-17
1
-1
/
+1
*
Fixes: change file license headers to include LGPL
hjk
2009-02-25
1
-21
/
+17
*
Look at the char at the left of \ or @.
Roberto Raggi
2009-02-23
1
-1
/
+1
*
Use the std keyword icon for doxygen tags.
Roberto Raggi
2009-02-20
1
-0
/
+1
*
Code completion of doxygen tags.
Roberto Raggi
2009-02-20
1
-24
/
+48
*
Initial support for doxygen comments.
Roberto Raggi
2009-02-20
1
-1
/
+1
*
Nicer implementation of ::completeScope()
Roberto Raggi
2009-02-18
1
-31
/
+12
*
Merge branch '1.0.0'
hjk
2009-02-17
1
-1
/
+3
|
\
|
*
Fix size problems on reusing function argument widget
Thorbjørn Lindeijer
2009-02-17
1
-1
/
+3
*
|
Cleanup
Roberto Raggi
2009-02-17
1
-16
/
+12
*
|
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline
Roberto Raggi
2009-02-17
1
-19
/
+31
|
\
\
|
|
/
|
*
Ignore undefined macros in macro completion
Thorbjørn Lindeijer
2009-02-17
1
-19
/
+31
*
|
Fixes: Constructor completion.
Roberto Raggi
2009-02-17
1
-16
/
+26
*
|
Merge branch '1.0.0'
Thorbjørn Lindeijer
2009-02-16
1
-5
/
+5
|
\
\
|
|
/
|
*
Reuse the function argument widget when possible
Thorbjørn Lindeijer
2009-02-16
1
-3
/
+6
|
*
More intelligent function argument widget
Thorbjørn Lindeijer
2009-02-16
1
-35
/
+26
|
*
Completion for constructors used on initialization
Thorbjørn Lindeijer
2009-02-16
1
-23
/
+62
|
*
Avoid inserting characters that are already there
Thorbjørn Lindeijer
2009-02-16
1
-5
/
+20
|
*
Fixed crash on updating function argument widget
Thorbjørn Lindeijer
2009-02-16
1
-5
/
+5
*
|
Reuse the function argument widget when possible
Thorbjørn Lindeijer
2009-02-13
1
-3
/
+6
*
|
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
[next]