After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612181 - Show recurring events in italic in date navigator
Show recurring events in italic in date navigator
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.28.x (obsolete)
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-03-08 12:12 UTC by Angel Abad
Modified: 2010-11-03 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (7.44 KB, patch)
2010-11-03 15:34 UTC, Milan Crha
committed Details | Review

Description Angel Abad 2010-03-08 12:12:48 UTC
In Ubuntu Karmic Jannis Menn reported:

At the moment the monthly summary view of the evolution calendar marks every day where there is an appointment bold. This leads to the situation where almost all the days are bolded, which makes the feature quite useless. An improvement of the feature would be to have an option for the user so that repeating appointments do not make a day bolded (it's implented like this in Kontact).

Launchpad ref: https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/534116

Thanks!
Comment 1 Milan Crha 2010-11-03 15:34:07 UTC
Created attachment 173782 [details] [review]
evo patch

for evolution;

I added a new options "Show recurring events in italic in bottom left calendar" to calendar preferences. The italic font is also used for transparent events, but I believe it may not do any trouble.

One disadvantage, its change is not propagated to the UI immediately, only after changing time range of the bottom left calendar. It's because it can be expensive to call rebuild of all events in the given time range for remote calendars and because this option will not be changed so often.
Comment 2 Milan Crha 2010-11-03 15:36:10 UTC
Created commit bad8aff in evo master (2.91.2+)