This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10093 - Center on loaded file when browsing
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Friday, 03 April 2009, 17:42 GMT+2
Last edited by Jonas Häggqvist (rasher) - Monday, 22 June 2009, 20:02 GMT+2
Opened by Jonas Häggqvist (rasher) - Friday, 03 April 2009, 17:42 GMT+2
Last edited by Jonas Häggqvist (rasher) - Monday, 22 June 2009, 20:02 GMT+2
|
DetailsThis patch centers the browser on the currently loaded font when doing "browse fonts".
Something smarter should probably be done that does the same for themes, languages and wps files. |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Monday, 22 June 2009, 20:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r21464
Monday, 22 June 2009, 20:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r21464
- Now picks English when no language has been set.
- Accidentally set the "current" variable static, which meant it was set even when none of the conditions were true (eg. when browsing themes)
Additions:
- Works for FM presets
- Works for WPS
- Works for RWPS
Remaining bugs:
- set_current_file() does something to the dirbrowser which means you don't exit it when you press back, so when you browse fonts, and press back, you're in .rockbox, and back again brings you to the root. Only on the third press on back are you taken to the menu.
- Reset dirlevel to 0, so pressing back returns to the menu.
Remaining bugs:
- None! :-)
Fixes:
- Remove the DEBUGF
Additions
- Change "Browse Fonts" into "Font"
- Change "Browse .wps files" into "While Playing Screen"
- Change "Browse .rwps files" into "Remote While Playing Screen"
- Change "Browse Themes" into "Browse Theme Files"
Additions
- Update the manual according to the menu wording changes.