This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4747 - Delete Presets
Attached to Project:
Rockbox
Opened by Manuel Dejonghe (limbus) - Tuesday, 28 February 2006, 12:24 GMT+2
Opened by Manuel Dejonghe (limbus) - Tuesday, 28 February 2006, 12:24 GMT+2
|
DetailsThis patch allowes presets to be deleted.
It has a new string for the context menu entry. |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Tuesday, 06 March 2007, 22:23 GMT+2
Reason for closing: Out of Date
Additional comments about closing: heavily out of date, and as far as I know most of the functionality is already implemented. If there is something missing (and someone is still interested in this) feel free to open a new task for that.
Tuesday, 06 March 2007, 22:23 GMT+2
Reason for closing: Out of Date
Additional comments about closing: heavily out of date, and as far as I know most of the functionality is already implemented. If there is something missing (and someone is still interested in this) feel free to open a new task for that.
I discovered the preset list menu with the action "delete" "hidden" behind the navi-key.
Nonetheless, the patch is not yet completely pointless. If somebody cares, I will strip it down to the following feature:
pressing left or right in preset mode switches automatically to scan mode if there is less than 2 presets.
I am bringing down this patch to something else. It's the remainder of this patch and the other one that got already commited.
It contains:
- Some detabbing
- Some correction concerning the loops going through the presets (num_presets instead of MAX_PRESETS)
- Some comments to #endifs
- The mode cannot be changed to preset if there are not at least two presets.
~lImbus