GNOME Bugzilla – Bug 755394
Click on the month's name select all month's days in Year view
Last modified: 2017-04-17 18:20:40 UTC
Created attachment 311834 [details] Klick on the month "Oktober" you see the complete month "Oktober" on the sidepanel Hello, it would be nice if you could click on the month on the year overview and see all dates from this month in the sidepanel (see picture attachment). Thanks a lot!
Reassigning to GNOME Calendar product.
Created attachment 328067 [details] [review] year-view: Show all month's events User requested when clicking month's name, all month's events are shown in the sidebar. Glad to be of service.
Review of attachment 328067 [details] [review]: ::: src/gcal-year-view.c @@ +549,2 @@ static gboolean +calculate_month_title_for_coord (GcalYearView *year_view, This function looks almost the same of calculate_day_month_for_cood(). I think it's better if you simply add a new pointer-to-boolean argument to that function, like this: calculate_day_month_cood(view, x, y, &day, &month, &is_title);
Created attachment 328077 [details] [review] year-view: Show all month's events User requested when clicking month's name, all month's events are shown in the sidebar. Glad to be of service.