Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6746 - new battery tag display in minutes only

Attached to Project: Rockbox
Opened by greg (hweb21) - Tuesday, 06 March 2007, 20:02 GMT+1
Last edited by Nicolas Pennequin (nicolas_p) - Tuesday, 20 March 2007, 21:04 GMT+1
Task Type Patches
Category WPS
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

a new battery tag that displays time left in minutes only like in the debug menu instead of hours and minutes.
why~smaller and cleaner
ex. 1h 30m = 90m
This task depends upon

Comment by Max Weninger (maxwen) - Sunday, 11 March 2007, 07:54 GMT+1
First implementation
   battery_minutes_tag.patch (0.8 KiB)
 gwps-common.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

Comment by Max Weninger (maxwen) - Sunday, 11 March 2007, 07:55 GMT+1
BTW: the tag is %bm
Comment by greg (hweb21) - Sunday, 11 March 2007, 18:00 GMT+1
thank you
Comment by Max Weninger (maxwen) - Thursday, 10 May 2007, 07:52 GMT+1
synced to new wps parser
   battery_minutes_tag.patch (2.4 KiB)
 gwps-common.c |   10 ++++++++++
 gwps.h        |    1 +
 wps_debug.c   |    4 ++++
 wps_parser.c  |    1 +
 4 files changed, 16 insertions(+)

Loading...