Bug 162406

Summary: date picker doesn't highlight dates on mouse over.
Product: [Unmaintained] kdelibs Reporter: FiNeX <finex>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: kde-bugs
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: example

Description FiNeX 2008-05-21 16:16:56 UTC
Version:           Revision 810617 (using Devel)
Installed from:    Compiled sources
OS:                Linux

Actually the date picker doesn't highlight dates on mouse over. It should be nice to implement some type of highlight.
Comment 1 FiNeX 2008-05-21 16:18:50 UTC
Created attachment 24873 [details]
example

This is an example of how it could be.
Comment 2 FiNeX 2009-01-05 00:51:17 UTC
*** Bug 179344 has been marked as a duplicate of this bug. ***
Comment 3 Christoph Feck 2009-07-26 14:27:09 UTC
SVN commit 1002567 by cfeck:

Fix KDateTable coloring

* backgroundRole instead of manipulating the palette
* PE_PanelItemViewItem for selected and hovered items
* KColorScheme where QPalette is not sufficient
* bold and active text instead of frame for "today"
* do not use KWin colors for the header
* fix a rounding bug in mousePressEvent
* fix hardcoded red color for dayOfPray

BUG: 162406


 M  +79 -44    kdatetable.cpp  
 M  +7 -1      kdatetable.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1002567
Comment 4 FiNeX 2009-07-31 10:41:40 UTC
Many thanks! :-)