- May 05, 2009
-
-
Friedemann Kleint authored
-
Oswald Buddenhagen authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
these can potentially contain file names ...
-
Oswald Buddenhagen authored
instead of passing callback codes and dispatching them in a huge switch statement, pass around member function pointers as real callbacks. some codes which did not actually invoke a callback were completely eliminated. hope this doesn't impair debugging. ;) as a "side effect", command categorization by code is gone - there is a proper flag field for that now. as a real side effect, some suppressed assert failures might be back now. fix them properly if they do ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
use typedefs and an inline function instead. that's namespace-safe and does not produce unhelpful messages when closing parens are missing.
-
Oswald Buddenhagen authored
-
Thorbjørn Lindeijer authored
Plastique is manually blending with the background color, so make sure we set the background to the highlight color when the folding marker is hovered.
-
hjk authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
hjk authored
-
Friedemann Kleint authored
Try to load custom dumpers using shared library injection first as it is faster and does not rely on the symbol for LoadLibrary being known to the debugger. Keep call loading as fallback. Move the rest of the initalization to the first dumper call, removing the need to break at main().
-
hjk authored
-
hjk authored
-
- May 04, 2009
-
-
dt authored
-
dt authored
-
dt authored
This is a step towards fixing Task: 243747
-
con authored
-
con authored
-
con authored
-
hjk authored
-
mae authored
-
Kavindra Devi Palaraja authored
RevBy: dt <qtc-committer@nokia.com>
-
mae authored
-
Thorbjørn Lindeijer authored
-
mae authored
and find scopes (but below the main selection)
-
Friedemann Kleint authored
-
con authored
-
Thorbjørn Lindeijer authored
The improved traditional bar will hopefully keep everybody happy.
-
Thorbjørn Lindeijer authored
When the block highlighting was enabled, it would still get removed when the mouse left the extra area. Now it changes back to the text cursor position. Done with mae.
-
Thorbjørn Lindeijer authored
The highlights would extend on top of the right column margin. It looks better when they don't. Done with mae.
-
Thorbjørn Lindeijer authored
This new look fits better with the new behaviour. Also, the collapse/expand markers are now drawn by the style.
-
hjk authored
-