This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11477 - Add support for decimals in the skin_parser lib
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Wednesday, 14 July 2010, 13:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 15 July 2010, 11:08 GMT+2
Opened by Jonathan Gordon (jdgordon) - Wednesday, 14 July 2010, 13:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 15 July 2010, 11:08 GMT+2
|
DetailsThis adds the 'd' option to the parser which will parse a decimal value with one decimal digit precision and store it in the data.number value as (whole*10)+part (so 12.3 -> 123).
This compiles on the theme editor but I dont know where to add proper support (includign the changed tags). |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 15 July 2010, 11:08 GMT+2
Reason for closing: Accepted
Thursday, 15 July 2010, 11:08 GMT+2
Reason for closing: Accepted
woops, try this one.