Summary: | calendar: only first instance of recurring events shown | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Stefan Majewsky <majewsky> |
Component: | widget-clock | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stefan Majewsky
2010-06-02 14:12:41 UTC
SVN commit 1148427 by jlayt: Fix Plasma Calendar widget showing Akonadi calendar events. 1) Preserve the timezone for the dates 2) Calculate the recurrences and display them 3) Display multi-day events correctly In theory this should also fix the dynamic update problem, but I'm unable to test properly due to kdepim 4.5 issues. There may be a few corner cases not quite right, they will follow as they become apparent. Note that correct display of Akonadi events will only happen if running kdepim 4.5 (delayed for several months) or using the akonadi compatability layer. BUG: 243114 BUG: 240462 M +95 -37 libs/plasmaclock/calendartable.cpp M +59 -0 plasma/generic/dataengines/calendar/calendarengine.h M +35 -9 plasma/generic/dataengines/calendar/eventdatacontainer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148427 |