Bug 251068

Summary: Orientation of user in sorted events list could be improved by MBL-alike
Product: [Applications] KOrganizer Mobile Reporter: Felix Wolfsteller <felix.wolfsteller>
Component: calendarAssignee: Ludwig Reiter <ludwig.reiter>
Status: VERIFIED FIXED    
Severity: minor CC: aheinecke
Priority: VLO    
Version: unspecified   
Target Milestone: ---   
Platform: Maemo 5   
OS: Linux   
Latest Commit: Version Fixed In:

Description Felix Wolfsteller 2010-09-13 12:15:48 UTC
When looking at the event/appointment list in non-calendar view (by touching the currently selected calendar folder in the tree view), it might be desirable to make a user see "closest" (next) appointments first.

Currently (version 4:4.5~20100912.1174548-1maemo1.1173569), the list shows "newest" appointments on top.

Instead, the view could be centered around the current day/time (maybe MBL-ish softly highlighted in red).
Comment 1 Sergio Martins 2010-11-19 12:26:25 UTC
SVN commit 1198708 by smartins:

Sorting by dtStart isn't very convinient because you will see events that are very far away.
Sort by proximity instead.

Rule:
Events before today go down, after today go up.
Between two future, or two past events, the one most close to today goes up.

BUG: 251068

 M  +13 -0     eventlistproxy.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1198708
Comment 2 Ludwig Reiter 2011-02-24 12:59:49 UTC
Kontact Touch Windows CE 2011-02-22 9:20

In the event maintaince mode the order is:
future events ordered by next first
history events ordered by newst first.

Okay.