Revision 565268
Go back to digest for 23rd July 2006Bug Fixes in KDE Base
Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/konsole:
* Fix display of bold text. This got broken sometime in the KDE 3.x series I think.
* Enable Qt 4 double buffering to eliminate flickering
* Performance improvements by drawing text in chunks (split up by appearence) rather than by character. Also cut down number of calls
to QPainter::eraseRect().
Tested with Vim , cgdb and a few colour charts.
Background images and tints are still not working yet - more to do on that.
File Changes
Modified 5 files
- /trunk/KDE/kdebase/apps/konsole/konsole
- /konsole.cpp
- /TEmulation.h
- /TEmuVt102.cpp
- /TEScreen.cpp
- /TEWidget.cpp
5 files changed in total