- Feb 23, 2009
-
-
Roberto Raggi authored
-
- Feb 20, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 18, 2009
-
-
Roberto Raggi authored
-
- Feb 17, 2009
-
-
Thorbjørn Lindeijer authored
We now hide the parent QFrame while updating the label to work around the problem where the it wouldn't shrink the widget.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi
-
- Feb 16, 2009
-
-
Thorbjørn Lindeijer authored
Now that we're showing this thing instantly, we can no longer rely on the thing hiding cause of a focus change. (cherry picked from commit 5a0a084c) Conflicts: src/plugins/cpptools/cppcodecompletion.cpp
-
Thorbjørn Lindeijer authored
Now it shows immediately when there is only a single signature of a given method/constructor. (cherry picked from commit 8b9dd766) Conflicts: src/plugins/cpptools/cppcodecompletion.cpp
-
Thorbjørn Lindeijer authored
Deals with cases like "QString s(", but for the moment doesn't handle yet "QString const s(". Done with Roberto Raggi. (cherry picked from commit fca3ec1f)
-
Thorbjørn Lindeijer authored
When completing, don't insert "();" characters when they're already there. Skip them instead. (cherry picked from commit 86427ecf) Conflicts: src/plugins/cpptools/cppcodecompletion.cpp
-
Thorbjørn Lindeijer authored
Crashed for example in the case of template instantiation. To make sure the Function* stays valid, we need to not only keep around the Snapshot but the whole LookupContext. Done with Roberto Raggi.
-
- Feb 13, 2009
-
-
Thorbjørn Lindeijer authored
Now that we're showing this thing instantly, we can no longer rely on the thing hiding cause of a focus change.
-
- Feb 12, 2009
-
-
Thorbjørn Lindeijer authored
Now it shows immediately when there is only a single signature of a given method/constructor.
-
- Feb 10, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
When completing, don't insert "();" characters when they're already there. Skip them instead.
-
Roberto Raggi authored
- Feb 09, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 04, 2009
-
-
Thorbjørn Lindeijer authored
Deals with cases like "QString s(", but for the moment doesn't handle yet "QString const s(". Done with Roberto Raggi.
-
Roberto Raggi authored
Fixes: Do not activate member completion when class names are used as base of a DOT or ARROW expression.
-
- Feb 03, 2009
-
-
Roberto Raggi authored
For example, struct { int a, b } foo; int main() { foo. <- }
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Jan 28, 2009
-
-
hjk authored
-
- Jan 26, 2009
-
-
Thorbjørn Lindeijer authored
Spaces after the opening brace would cause SIGNAL/SLOT completion to be disabled along with function completion. Now function completion is checked at a later stage.
-
- Jan 14, 2009
-
-
Roberto Raggi authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
It didn't make sure its Function* stayed valid. Now it does, by keeping a copy of the list of CppDocuments (the snapshot) around.
-
- Jan 08, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Jan 05, 2009
-
-
Roberto Raggi authored
-
- Dec 31, 2008
-
-
Roberto Raggi authored
-
- Dec 30, 2008
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-