Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12477 - New General Settings submenu: Startup/Shutdown

Attached to Project: Rockbox
Opened by Nick Peskett (nickp) - Thursday, 22 December 2011, 09:51 GMT+2
Last edited by Nick Peskett (nickp) - Monday, 26 December 2011, 09:41 GMT+2
Task Type Patches
Category User Interface
Status Closed
Assigned To Nick Peskett (nickp)
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.9
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

A dedicated submenu for items which are run at startup or initiate a shutdown.

Currently containing: Start Screen, Idle Poweroff, Sleep Timer & Start Sleep Timer on Boot.
   startup_shutdown_menu.patch (10 KiB)
 apps/lang/english.lang      |   14 +++++
 apps/menus/exported_menus.h |    1 
 apps/menus/main_menu.c      |   88 ------------------------------------
 apps/menus/time_menu.c      |    7 --
 apps/menus/settings_menu.c  |  106 +++++++++++++++++++++++++++++++++++++++++---
 5 files changed, 116 insertions(+), 100 deletions(-)

This task depends upon

Closed by  Nick Peskett (nickp)
Monday, 26 December 2011, 09:41 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  r31435
Comment by Alexander Levin (fml2) - Thursday, 22 December 2011, 10:58 GMT+2
This gets my vote!
Comment by Nick Peskett (nickp) - Monday, 26 December 2011, 06:32 GMT+2
New version with some tidying and changes made to the manual.

I hope to commit this in a few hours.
   startup_shutdown_menu_31434.patch (19.2 KiB)
 apps/lang/english.lang                                |   14 ++
 apps/menus/exported_menus.h                           |    1 
 apps/menus/main_menu.c                                |   88 --------------
 apps/menus/time_menu.c                                |    8 -
 apps/menus/settings_menu.c                            |  109 +++++++++++++++++-
 manual/configure_rockbox/main.tex                     |   16 --
 manual/configure_rockbox/system_options.tex           |   34 -----
 manual/configure_rockbox/sleep_timer.tex              |   13 --
 manual/configure_rockbox/startup_shutdown_options.tex |   57 +++++++++
 manual/configure_rockbox/time_and_date.tex            |    1 
 manual/main_menu/main.tex                             |    7 -
 11 files changed, 179 insertions(+), 169 deletions(-)

Comment by MichaelGiacomelli (saratoga) - Monday, 26 December 2011, 06:34 GMT+2
Go for it.
Comment by Nick Peskett (nickp) - Monday, 26 December 2011, 06:39 GMT+2
Thanks Saratoga.

I just need to get a couple of household chores done, then I can commit and stay on IRC, handling any fallout ;)

Loading...