Summary: | Tab bar looks ugly if konsole part is not translucent | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | Alberto Manzaneque <amanzag> |
Component: | general | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alberto Manzaneque
2007-02-27 11:58:47 UTC
There's a fourth way, which will be implemented: Ship a skin that doesn't use translucent pixmaps. Yakuake already has the capability to load different skins, and in an upcoming release that will be made more accessible by the new configuration dialog offering a skin chooser tab. I plan on bundling a non-translucent variant of the default skin and the popular Plastik skin from KDE-Look, maybe others as well. SVN commit 722171 by hein: Improved experience for non-KDE users by disabling KRootPixmap-based pseudo-translucency for them. Gets rid of rendering errors with skins that make use of the alpha channel. Replaced by configurable skin back- ground color. BUG:142260 M +4 -0 ChangeLog M +1 -1 src/Makefile.am M +11 -30 src/image_button.cpp M +5 -13 src/image_button.h M +47 -37 src/main_window.cpp M +1 -0 src/main_window.h M +13 -1 src/skin_settings.cpp M +1 -1 src/skin_settings.h M +80 -25 src/skin_settings_ui.ui M +10 -19 src/tab_bar.cpp M +4 -10 src/tab_bar.h M +13 -13 src/tabbed_widget.cpp M +4 -10 src/tabbed_widget.h M +3 -3 src/title_bar.cpp A src/translucent_widget.cpp [License: GPL (v2+)] A src/translucent_widget.h [License: GPL (v2+)] M +10 -0 src/yakuake.kcfg WebSVN link: http://websvn.kde.org/?view=rev&revision=722171 |