This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5994 - Mark current font/wps when viewing all (resolution for FS#5080)
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Thursday, 14 September 2006, 22:51 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 01 August 2007, 16:16 GMT+2
Opened by Alexander Levin (fml2) - Thursday, 14 September 2006, 22:51 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 01 August 2007, 16:16 GMT+2
|
DetailsPosition cursor to the current setting when browsing fonts, wps, rwps, eq preset, fmr. This can't be done for themes since the current theme is not saved in the settings.
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 01 August 2007, 16:16 GMT+2
Reason for closing: Rejected
Wednesday, 01 August 2007, 16:16 GMT+2
Reason for closing: Rejected
- introduced constants for standard file extensions
- replaced strcpy+strcat with snprintf (it's safer) -- thanks Linus for the tip
- moved some constants into format string (they are not printed with %s anymore)
The one who will (hopefully) commit this patch: please adjust the definition of FONT_DIR, LANG_DIR, and CODECS_DIR in settings.h so that it contains ROCKBOX_DIR (like e.g. WPS_DIR). Places where these constants are used should be also adjusted.
Linus, my patch doesn't break the 'Follow playlist' feature -- testes with the sim and on target (iriver H1xx).