- 16 Feb, 2009 5 commits
-
-
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.
-
- 13 Feb, 2009 8 commits
-
-
Roberto Raggi authored
(cherry picked from commit e8014347)
-
Thorbjørn Lindeijer authored
There is no particular reason to disallow changing the visiblity of the dockwidgets in the debug mode in locked mode.
-
Thorbjørn Lindeijer authored
When the cursor isn't within the block that's being collapsed, it shouldn't be moved. When it is, it will now move upwards instead of to the start of the line. Reviewed-by: mae
-
lowinu authored
RevBy: tba Details: - as on windows some git commands take much longer it happens fairly often, that git timeouts. - added a timeout value to the option to let the user choose maximum timeout value (minimum is 10 seconds, maximum 5 minutes)
-
lowinu authored
RevBy: andre Details: - the settings have not been taken into respect so far.
-
Thorbjørn Lindeijer authored
In locked state the dock widgets shouldn't have AllDockWidgetFeatures set, but rather NoDockWidgetFeatures. Otherwise a hidden one-pixel wide area exists that allows people to move/float a dockwidget, which can be confusing. Task: 244531 (cherry picked from commit ba9ade6d)
-
Daniel Molkentin authored
-
Friedemann Kleint authored
Task: 235520 Details: Display help of current property editor object
-
- 11 Feb, 2009 14 commits
-
-
Daniel Molkentin authored
-
con authored
RevBy: - dt
-
con authored
RevBy: - dt
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Especially when several error markers exist, the flashing this causes while editing isn't really nice. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
(cherry picked from commit 9539bb2b)
-
hjk authored
-
hjk authored
watch view update
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
-
- 10 Feb, 2009 5 commits
-
-
con authored
Task: - 243147 RevBy: - Thorbjørn Details: - Crash occurred in case there actually is no "current project", e.g. because the current file doesn't appear in a project.
-
Friedemann Kleint authored
RevBy: Eike
-
Thorbjørn Lindeijer authored
Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Task: 238143
-
Friedemann Kleint authored
-
- 09 Feb, 2009 4 commits
-
-
Friedemann Kleint authored
Details: Also remove unused change number dialog.
-
con authored
RevBy: - hjk
-
Friedemann Kleint authored
RevBy: Eike Details: Remove leftover defines/includes
-
Thorbjørn Lindeijer authored
Instead of directly adding QToolButtons to the tool bar of the navigation subwidget, use QActions. This allows the tool bar extension to show them in a menu when necessary. The icons are inappropriate for in a menu, however.
-
- 06 Feb, 2009 4 commits
-
-
Jens Bache-Wiig authored
RevBy: b_lindeijer Details: This resolves the problem with missing top-borders on the find toolbar. (cherry picked from commit e5c845fc)
-
Thorbjørn Lindeijer authored
We shouldn't append the name in cases where the text was not empty but _name was. Reviewed-by: Roberto
-
Thorbjørn Lindeijer authored
The helpId was working but the tooltip text was empty. Reviewed-by: Roberto
-
Thorbjørn Lindeijer authored
Should be pretty safe to cast the apparently unsigned return value of "sizeof" to a regular integer.
-