Bug 251068 - Orientation of user in sorted events list could be improved by MBL-alike
Summary: Orientation of user in sorted events list could be improved by MBL-alike
Status: VERIFIED FIXED
Alias: None
Product: KOrganizer Mobile
Classification: Applications
Component: calendar (show other bugs)
Version: unspecified
Platform: Maemo 5 Linux
: VLO minor
Target Milestone: ---
Assignee: Ludwig Reiter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 12:15 UTC by Felix Wolfsteller
Modified: 2011-02-24 12:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.