This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9661 - Quickscreen: Don't let the up button do anything
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Wednesday, 17 December 2008, 18:01 GMT+2
Last edited by Marc Guay (Marc_Guay) - Tuesday, 30 December 2008, 21:40 GMT+2
Opened by Thomas Martitz (kugel.) - Wednesday, 17 December 2008, 18:01 GMT+2
Last edited by Marc Guay (Marc_Guay) - Tuesday, 30 December 2008, 21:40 GMT+2
|
DetailsAs per IRC talk, here's a patch that makes the up button don't do anything in the quickscreen.
The fact that the button changes the bottom item as well is unexpected (the quickscreen as is doesn't indicate at all that the up button is mapped) and is likely to lead to changed settings by accident. IMHO this should get into the release for the reasons mentioned. This patch doesn't touch the keymap files, as it doesn't harm if they still define a ACTION_QS_DOWNINV button. I think cleanup those up should be done after the release, just to be safe. Or just keep those, so that if a 4th item is going to happen it's easier and faster (i.e. by search-and-replace) to define the button for the top item. You decide. Doesn't change anything for Recorder as it seems to be required for those. |
This task depends upon
Closed by Marc Guay (Marc_Guay)
Tuesday, 30 December 2008, 21:40 GMT+2
Reason for closing: Rejected
Additional comments about closing: See FS#9706
Tuesday, 30 December 2008, 21:40 GMT+2
Reason for closing: Rejected
Additional comments about closing: See
But even if we did it like you propose (it would be a possible fix too of course), we would lose the possibility for a 4th item, and JdGordon said he's at least planning on a 4th item (and that he definitely doesn't want the top part to be blocked).