[digikam] [Bug 363887] New: Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 363887] New: Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363887

            Bug ID: 363887
           Summary: Mouse hover notifications are yellow background with
                    white font, completely unreadable. Can not find option
                    to configure this.
           Product: digikam
           Version: unspecified
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [hidden email]
          Reporter: [hidden email]

Neither handbook nor online help contain information on configuring
notification popups.
Using:
Linux 3.16.0-4-amd64 x86_64 Debian
Digikam Version 4.4.0 using KDE Development Platform 4.14.2

Reproducible: Always

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 363887] Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363887

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
            Version|unspecified                 |4.4.0
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.0.0
                 CC|                            |[hidden email]

--- Comment #1 from [hidden email] ---
Already fixed with this commit for next 5.0.0 :

Git commit 4837b2773846c7c32e947d3b1b8b706275731b95 by Gilles Caulier.
Committed on 30/05/2016 at 18:54.
Pushed by cgilles into branch 'master'.

Dispatch colors theme properly to widget style manager for main windows
BUGS: 172632
BUGS: 241116
BUGS: 146938
BUGS: 265554
BUGS: 240148
BUGS: 252700
BUGS: 168669
BUGS: 179898
BUGS: 220068
FIXED-IN: 5.0.0

M  +2    -1    libs/widgets/mainview/thememanager.cpp

http://commits.kde.org/digikam/4837b2773846c7c32e947d3b1b8b706275731b95

diff --git a/libs/widgets/mainview/thememanager.cpp
b/libs/widgets/mainview/thememanager.cpp
index 8f4e24e..acb7a82 100644
--- a/libs/widgets/mainview/thememanager.cpp
+++ b/libs/widgets/mainview/thememanager.cpp
@@ -112,7 +112,6 @@ QString ThemeManager::currentThemeName() const
     }

     QAction* const action = d->themeMenuActionGroup->checkedAction();
-
     return (!action ? defaultThemeName()
                     : action->text().remove(QLatin1Char('&')));
 }
@@ -149,6 +148,8 @@ void ThemeManager::slotChangePalette()

     QString filename        = d->themeMap.value(theme);
     KSharedConfigPtr config = KSharedConfig::openConfig(filename);
+    // hint for the style to synchronize the color scheme with the window
manager/compositor
+    qApp->setProperty("KDE_COLOR_SCHEME_PATH", filename);
     qApp->setPalette(SchemeManager::createApplicationPalette(config));

     qCDebug(DIGIKAM_WIDGETS_LOG) << theme << " :: " << filename;

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 363887] Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363887

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Usability

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 363887] Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363887

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Usability-Themes

--
You are receiving this mail because:
You are the assignee for the bug.