This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9173 - add a new time/date screen for all time related stuff
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Wednesday, 09 July 2008, 10:27 GMT+1
Last edited by Steve Bavin (pondlife) - Wednesday, 09 July 2008, 16:32 GMT+1
Opened by Jonathan Gordon (jdgordon) - Wednesday, 09 July 2008, 10:27 GMT+1
Last edited by Steve Bavin (pondlife) - Wednesday, 09 July 2008, 16:32 GMT+1
|
Detailsthis adds a new top level menu option "time & date" which goes to a screen with the time and date at the top constantly being updated, and the remainder of the screen is a menu of the time options, change/set time, change alarm, sleep timer, time format...
on non RTC targets the sleep timer stays under "system" it _should_ talk the current time when it enters the screen but doesn't and I need to figure out a nice way to do it... pressing the context menu action will talk the current time. I'm also not sure if the menu shold be in the main menu or in the system menu... ignore the 2nd statusbar line in the screenshot... something is broken there, but its fine on target |
This task depends upon
i tried the patch in the H300 uisimulator and noticed that various buttons don't do what i would expect them to do in that screen:
PLAY enters the selected option (expected: [resume playback and] return to WPS).
STOP goes back to the previous menu (expected: stop playback).
A-B does nothing (expected: return to main menu).
long A-B does nothing (expected: open the quickscreen).
H300 uisim r17994.
either first or last entry in the menu so as to minimize keystrokes
needed to access it.
reworked it to use the menu API instead of simplelist which makes things much easier.
PaulJam, your points are all fixed (except context menu button which talks the current time)
Steve, current time will talk will talk the curent time when you press the usual context menu button...
It probably needs to talk the current time on entry instead of talking the first item, but that could be difficult.
Also, part of this patch which needs thinking about is cleaning up the set time/date screen (and the alarm screen)