GNOME Bugzilla – Bug 240605
auto-select next day at midnight in selected day view
Last modified: 2009-07-09 17:54:47 UTC
Package: Evolution Priority: Normal Version: 1.0.8 Synopsis: auto-select next day at midnight Bugzilla-Product: Evolution Bugzilla-Component: Calendar Description: I leave evolution running all the time. I use it for the calendar and the task list. Sometimes when I start working in the morning, I forget to press the home button to make evo show the new day's schedule. I'd like it if evo automatically moved to the next day at midnight, assuming that at that moment it is showing the current day. (If I'm looking at some other day then it shouldn't change that.) Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
Bumping version to a stable release.
I would like this change, too. If not in the form suggested by the original poster, then I'd at least like an option for calendar switching to the current day whenever I click on the calendar icon.
Created attachment 137577 [details] [review] proposed evo patch for evolution; On Marcus Bains' line change checks whether moved through the midnight, and if so, and a day view is selected, and has selected the previous day, then moves the selection on today. It doesn't do that just after midnight, but somewhere between the first two minutes of a day.
I think its better to select/display the current day in all views. As we currently display the current day in different color in some views, i think it makes sense to change the selection of the current day in those views as well.
Created attachment 138107 [details] [review] proposed evo patch ][ for evolution; (In reply to comment #4) > I think its better to select/display the current day in all views. As we > currently display the current day in different color in some views, i think it > makes sense to change the selection of the current day in those views as well. It did that actually, within call to gnome_calendar_goto, but only if the actual view was a day view. the updated patch does that if the actual view has selected yesterday.
Looks good to commit!
Created commit 3facea9 in evo master (2.27.4+)