Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10892 - disable clickwheel slide action in yesno decisions

Attached to Project: Rockbox
Opened by sven plaga (sagemfreak1) - Monday, 04 January 2010, 01:50 GMT+2
Last edited by Michael Sparmann (TheSeven) - Wednesday, 10 February 2010, 22:23 GMT+2
Task Type Patches
Category User Interface
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

during my research on FS#10883 i found out that it would be better do disable slide actions on ipods for yes no decisons. slides are too easy done and often cause an unwanted abort.

this patch solves this issue by only accepting pressed keys for abort actions. the solution for FS#10883 has been appended on the bug report seperately.
   slideoff.diff (2.4 KiB)
 apps/action.h              |    2 ++
 apps/gui/yesno.c           |   12 ++++++++++++
 apps/keymaps/keymap-ipod.c |    9 +++++++--
 3 files changed, 21 insertions(+), 2 deletions(-)

This task depends upon

Comment by Thomas Martitz (kugel.) - Monday, 04 January 2010, 02:26 GMT+2
As a side note, please have a look at docs/CONTRIBUTING, it mentions that we don't like //-style comments.

Loading...