Bug 271045 - Add support for horizontal scrolling in views
Summary: Add support for horizontal scrolling in views
Status: CONFIRMED
Alias: None
Product: korganizer
Classification: Applications
Component: otherviews (show other bugs)
Version: GIT (master)
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-15 18:03 UTC by Elias Probst
Modified: 2011-04-15 18:03 UTC (History)
0 users

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 Elias Probst 2011-04-15 18:03:28 UTC
Version:           GIT (master) (using KDE 4.6.2) 
OS:                Linux

It would be nice if the views had support for horizontal scrolling, which could be used through:
- mouse scroll wheels with tilt support
- left/right cursor keys
- horizontal scroll area/gesture on touchpads

By reacting to a horizontal scroll event in the calendar view, the view should switch to the next day/week/month, depending on the current mode.

Currently the only view which reacts in any way on horizontal events is the "Month View", but the action here is not quite straightforward, as such a event causes the currently active week in the "Date Navigator" sidebar to move up/down and only after reaching the next month, also switching the mainview.
The "Date Navigator" sidebar should only react on such events when it has mouse focus.

Having support for horizontal scroll events would also improve the usability on touch-screen interfaces dramatically, as it would make it way easier to switch between the currently active day/week/month.

Reproducible: Always