GNOME Bugzilla – Bug 214645
in week view, saturday and sunday should not always be half days
Last modified: 2013-09-13 00:53:05 UTC
Package: Evolution Priority: Normal Version: 0.16.100 Synopsis: evolution calendar does not change week view when changing working days Bugzilla-Product: Evolution Bugzilla-Component: Calendar Description: When changing working days from Sunday through thursday (friday and saturday are weekend days) work week view is updated, but week view is not updated. It still shows Saturday and Sunday as "short" days (like weekend days)
Fairly minor, but accurate.
It is minor bug as long as your working week is standart, but in my country working week is from Sunday through Thursday (Israel) :)
Still not updating in 1.2
*** bug 237232 has been marked as a duplicate of this bug. ***
*** bug 236281 has been marked as a duplicate of this bug. ***
Tatgeting for 1.5.3
Its tricky to do for the 2.0 time frame now since you have to somehow account for all the various ways this can be done (ie non 2-consecutive day weekends).
*** bug 215605 has been marked as a duplicate of this bug. ***
changing subject to a better one. :-) i also thought about adading dependencies instead of marking bug 215605 as a dup, but this is definitely the same since it's just about seperating saturday and sunday.
Note that there is a config option not to compress weekends.
*** Bug 266459 has been marked as a duplicate of this bug. ***
This bug is still alive and kicking, even in 2.3. Note, also, that selecting the "Don't compress" option doesn't work for week view.
still valid in 2.4.0, retargetting from 2.3 to 2.5
Still here in 2.7.4, please fix it...
Still here in 2.8 . I'd like to note that unselecting "compress weekdays in month view" is a poor solution to the month view and no solution at all to the week view (which IMHO is more important). The note at comment #7 is correct, but it can be solved easily by simply not compressing weekdays at all in the case of non-consecutive non-workdays.
This is still a problem in 2.10 and 2.11. Also Bug #415308 and Bug #436132 are duplicates of this bug.
Created attachment 95735 [details] [review] proposed evo patch for evolution; This patch collapses all non-working days and expands working days in a simple week view (only one week is selected). All other code kept untouched. Option for compress weekends has still no meaning for this kind of week view (of course, it's named "...for month view"). Algorithm tries to use as much space for week days as possible, so if your week starts on Monday and Wednesday and Thursday is selected as non-working days and all other days are marked as working, then the Thursday shifts to the first column and share space with Wednesday.
*** Bug 415308 has been marked as a duplicate of this bug. ***
*** Bug 436132 has been marked as a duplicate of this bug. ***
The patch seems to work fine considering the weekends would always occur continuously. Please commit the same.
Committed to trunk. Committed revision 34594.