[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=413521

Allen Winter  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/eve
   ||ntviews/614f757286cb3611cfb
   ||922fa0d4cc1378ee6e7b4
   Version Fixed In||5.13.0
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Allen Winter  ---
Git commit 614f757286cb3611cfb922fa0d4cc1378ee6e7b4 by Allen Winter.
Committed on 16/11/2019 at 15:12.
Pushed by winterz into branch 'master'.

Month View: background color computation for dark mode theme
FIXED-IN: 5.13.0

Differential Revision: https://phabricator.kde.org/D25262

M  +7-2src/helper.cpp
M  +9-0src/helper.h
M  +6-3src/month/monthscene.cpp

https://commits.kde.org/eventviews/614f757286cb3611cfb922fa0d4cc1378ee6e7b4

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=413521

--- Comment #4 from Allen Winter  ---
I have a patch under review at https://phabricator.kde.org/D25262

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=413521

--- Comment #3 from Allen Winter  ---
developer notes:
the offending code is in MonthGraphicsView::drawBackground()
i.e. this:
if (cell == mScene->selectedCell()) {
color = color.darker(115);
}
if (cell->date() == QDate::currentDate()) {
color = color.darker(140);

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=413521

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Allen Winter  ---
I confirm this.  in dark mode I suppose we need to make the current day a
lighter color than the other days.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-11 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=413521

--- Comment #1 from Christophe Giboudeaux  ---
Can you post a screenshot? I don't see what's wrong with the "dark" theme I use
(krita darker)

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 413521] can't see current day in dark mode

2019-11-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413521

Christoph Feck  changed:

   What|Removed |Added

   Keywords||accessibility

-- 
You are receiving this mail because:
You are watching all bug changes.