Bug 162406 - date picker doesn't highlight dates on mouse over.
Summary: date picker doesn't highlight dates on mouse over.
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-21 16:16 UTC by FiNeX
Modified: 2009-07-31 10:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
example (27.89 KB, image/jpeg)
2008-05-21 16:18 UTC, FiNeX
Details

Note You need to log in before you can comment on or make changes to this bug.
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! :-)