Summary: | konsole appearance transparency warning with white text looks bad | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Carlo Segato <brandon.ml> |
Component: | general | Assignee: | Robert Knight <robertknight> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Carlo Segato
2008-01-18 17:26:25 UTC
The dialog currently uses a stylesheet with a hard-coded background color. This should be replaced with the KDE-global 'negative background' color. "<property name="styleSheet" > <string>* { background-color: #FFCCCC ; border-radius: 3px }</string> </property>" SVN commit 796014 by knight: Use a new warning box widget for the 'transparency not supported' warning labels. The new widget respects the current KDE color scheme. BUG: 156119 Squashed commit of the following: commit c7d81f7c65d2be87a4b70f485da6ec1b91be76b9 Author: Robert Knight <robertknight@gmail.com> Date: Sat Apr 12 11:05:11 2008 +0100 Use the warning box for the 'transparency not supported' warning display in the color scheme and profile editors. commit e4149b67588123540144f0496257194058c92fe4 Author: Robert Knight <robertknight@gmail.com> Date: Sat Apr 12 11:04:25 2008 +0100 Add WarninBox to build. commit d82adc02b9aad6cb99660a9b2d48cce2e3c42418 Author: Robert Knight <robertknight@gmail.com> Date: Sat Apr 12 11:04:02 2008 +0100 Add a generic warning box widget which uses colors from the current KDE color scheme. M +3 -1 CMakeLists.txt M +3 -1 ColorSchemeEditor.cpp M +12 -56 ColorSchemeEditor.ui M +3 -2 EditProfileDialog.cpp M +14 -42 EditProfileDialog.ui A WarningBox.cpp [License: GPL (v2+)] A WarningBox.h [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=796014 |