Summary: | korganizer month view fails to show events starting previous month | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Reimar Imhof <tuxuser> |
Component: | monthview | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tuxuser |
Priority: | NOR | Keywords: | regression |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | consider event start _and_ end in selection |
Description
Reimar Imhof
2011-11-17 20:39:07 UTC
Created attachment 65797 [details]
consider event start _and_ end in selection
This patch compares event begin _and_ end with shown month begin/end. For me it solves the problem - I hope it's helpful!
Git commit 4fbd25490042b4994d410b54c901078e31e61994 by Sergio Martins. Committed on 19/11/2011 at 15:58. Pushed by smartins into branch 'master'. Event crossing month bounderies wasn't being shown. Patch by Reimar Imhof. I changed it a bit and replaced downcasts with date roles. BUG: 286876 BUG: 286984 M +4 -13 calendarviews/eventviews/month/monthview.cpp http://commits.kde.org/kdepim/4fbd25490042b4994d410b54c901078e31e61994 Git commit 69554e88f51faa7c02d6453286790542a39b7ed8 by Sergio Martins. Committed on 19/11/2011 at 15:58. Pushed by smartins into branch 'KDE/4.7'. Event crossing month bounderies wasn't being shown. Patch by Reimar Imhof. I changed it a bit and replaced downcasts with date roles. BUG: 286876 BUG: 286984 (cherry picked from commit 4fbd25490042b4994d410b54c901078e31e61994) M +4 -13 calendarviews/eventviews/month/monthview.cpp http://commits.kde.org/kdepim/69554e88f51faa7c02d6453286790542a39b7ed8 |