This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12024 - List scroll acceleration on non-scrollwheel targets
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Tuesday, 22 March 2011, 08:16 GMT+2
Last edited by Andree Buschmann (Buschel) - Thursday, 24 March 2011, 19:53 GMT+2
Opened by Andree Buschmann (Buschel) - Tuesday, 22 March 2011, 08:16 GMT+2
Last edited by Andree Buschmann (Buschel) - Thursday, 24 March 2011, 19:53 GMT+2
|
DetailsA forum post (http://forums.rockbox.org/index.php/topic,27409.0.html) made me check the code and the manual for the settings "List Acceleration Start Delay" and "List Acceleration Speed".
1) There is no manual entry for those settings. 2) The unit for "List Acceleration Start Delay" was UNIT_MS, correct is UNIT_SEC. 3) The implementation used HZ/2 instead of HZ for the delays. 4) The implementation did not double the scroll speed each step. 5) The recognition of a repeated key in action.c uses a too short window (HZ/10). The recognition works more reliable in my tests with HZ/4. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Thursday, 24 March 2011, 19:53 GMT+2
Reason for closing: Fixed
Additional comments about closing: Kept the linear acceleration but fixed manual and the acceleration in general.
Thursday, 24 March 2011, 19:53 GMT+2
Reason for closing: Fixed
Additional comments about closing: Kept the linear acceleration but fixed manual and the acceleration in general.
Do you have the possibility to test this patch on a target?