After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 240605 - auto-select next day at midnight in selected day view
auto-select next day at midnight in selected day view
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.8.x (obsolete)
Other All
: Normal enhancement
: Future
Assigned To: Milan Crha
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2003-04-01 06:17 UTC by Tom Tromey
Modified: 2009-07-09 17:54 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
proposed evo patch (967 bytes, patch)
2009-06-29 19:10 UTC, Milan Crha
needs-work Details | Review
proposed evo patch ][ (1.00 KB, patch)
2009-07-09 09:21 UTC, Milan Crha
committed Details | Review

Description Tom Tromey 2003-04-01 06:17:23 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.

Comment 1 Matthew Barnes 2008-03-11 00:31:34 UTC
Bumping version to a stable release.
Comment 2 Jeff Rubin 2008-07-31 20:48:02 UTC
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.
Comment 3 Milan Crha 2009-06-29 19:10:08 UTC
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.
Comment 4 Chenthill P 2009-07-08 17:59:27 UTC
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.
Comment 5 Milan Crha 2009-07-09 09:21:55 UTC
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.
Comment 6 Chenthill P 2009-07-09 17:22:15 UTC
Looks good to commit!
Comment 7 Milan Crha 2009-07-09 17:54:47 UTC
Created commit 3facea9 in evo master (2.27.4+)