Version: 0.7.3 (using KDE 4.7.3) OS: Linux When I select month view and choose january 2012 the view ranges from 2011.12.26 to 2012.02.05.When I add an event which is in this range (eg 2011.12.26 - 2012.01.06) it is shown in the calender. If I change the range to a date which is before the first shown date (eg 2011.12.25 - 2012.01.06) the event is not shown on the calender. The event is also shown when the date is after the last date shown on the calender (eg 2012.02.03 - 2012.02.08). Reproducible: Always Steps to Reproduce: Open calendar in contact Change view to "Month View" View january 2012 in "Month View" Add an event ranging from 2011.12.22 - 2012.01.06 Actual Results: Event is not shown in calendar Expected Results: Event should shown up in calendar
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
Thanks for fixing the problem! That was really quick!