- May 19, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 13, 2009
-
-
Christian Hoenig authored
As this is how it is navigated by keyboard. Reviewed-by:
con <qtc-committer@nokia.com>
-
- Apr 08, 2009
-
-
con authored
In case the completion shortcut contained the escape key (Mac xcode-like shortcut settings). Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Apr 07, 2009
-
-
Thorbjørn Lindeijer authored
isValid -> supportsEditor
-
- Apr 06, 2009
-
-
Thorbjørn Lindeijer authored
Was always on the first screen since the screen number was determined incorrectly. Thanks to Christian Hönig for reporting the issue. Reviewed-by: Daniel Molkentin
-
- Apr 02, 2009
-
-
Roberto Raggi authored
-
- Mar 26, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
This is for the case of function overloads where one overload takes no parameters. Solved by keeping track of the duplicate count. Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
For example, don't keep triggering scope completion on bunch of colons. Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
- Mar 17, 2009
-
-
Roberto Raggi authored
-
- Feb 25, 2009
- 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
-