This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7819 - Unify alarm and time/date screen
Attached to Project:
Rockbox
Opened by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 13:57 GMT+2
Last edited by Thomas Martitz (kugel.) - Sunday, 05 June 2011, 13:32 GMT+2
Opened by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 13:57 GMT+2
Last edited by Thomas Martitz (kugel.) - Sunday, 05 June 2011, 13:32 GMT+2
|
DetailsThis patch is a work in progress.
It will remove alarm_menu.c and alarm_menu.h from the source and use the existing code of the time/date screen to set the alarm. This move has three advantages: 1) Reduces binary size. 2) Makes the alarm screen consistent with the time/date screen. 3) Gives more control on setting the alarm. This patch will have even more meaning when the RTC alarm drivers are modified to accept months, years etc. as a trigger. Currently all other entries except hours and minutes will not affect the alarm usage. |
This task depends upon
Closed by Thomas Martitz (kugel.)
Sunday, 05 June 2011, 13:32 GMT+2
Reason for closing: Out of Date
Additional comments about closing: There doesn't seem to be interest in this anymore. Open a new task if this is wrong.
Sunday, 05 June 2011, 13:32 GMT+2
Reason for closing: Out of Date
Additional comments about closing: There doesn't seem to be interest in this anymore. Open a new task if this is wrong.
There is nothing effective to have to pass 5 hours on an interval of 5 minutes to set your preferred time. The time/date screen allows you to set the time easier, faster and more accurately.