summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-12-01 10:24:56 +0000
committerNils Wallménius <nils@rockbox.org>2008-12-01 10:24:56 +0000
commit9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade (patch)
tree831476dd1017442db3d30134dff26d31cd62ac06
parent2d17541895d68e3bc977b9eab29f324db1a0f903 (diff)
downloadrockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.zip
rockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.tar.gz
rockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.tar.bz2
rockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.tar.xz
Update manual to reflect the new time and date screen, patch by Jonathan Gordon with some small tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19284 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/system_options.tex26
-rw-r--r--manual/main_menu/main.tex44
2 files changed, 38 insertions, 32 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 2a21218..b5183ed 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -88,15 +88,6 @@
\end{description}
} % \opt{dircache,HAVE_DISK_STORAGE}
-\opt{rtc}{
- \subsection{Time and Date}
- Time related menu options.
- \begin{description}
- \item [Set Time/Date: ] Set current time and date.
- \item [Time Format: ] Choose 12 or 24 hour clock.
- \end{description}
-}
-
\subsection{Idle Poweroff}
Rockbox can be configured to turn off power after the unit has been idle for a
defined number of minutes. The \dap{} is idle when playback is stopped or
@@ -106,23 +97,6 @@ Settings are either \setting{Off} or \setting{1} to \setting{10}
minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
available.
-\opt{alarm}{
-\subsection{Wake-Up Alarm}
-% TODO this isn't quite right for all targets, I think
- This option turns the \dap{} off and then starts it up again at the
- specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
- the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
- adjust the hours.
- \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
- \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
- again before the alarm occurs, the alarm will be cancelled. Using this
- option disables the \setting{Sleep Timer}.
-
- \opt{recording,radio}{
- \subsection{Alarm Wake up Screen}
- This option controls what the \dap{} does when it is woken up by the alarm.
- }
-}
\subsection{Limits}
This sub menu relates to limits in the Rockbox operating system.
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 0a57d9d..1cb079e 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -175,6 +175,36 @@ remaining, disk total space and disk free space.
pages of information.}
\begin{description}
+\opt{rtc}{
+ \item[Time and Date:]
+ Time related menu options. Pressing \ActionStdContext{} will voice the current time if voice support is enabled
+ \begin{description}
+ \item [Set Time/Date: ] Set current time and date.
+ \item[Sleep Timer:]
+ The \setting{Sleep Timer} powers off your \dap{} after playing for a given
+ time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
+ The \setting{Sleep Timer} is reset on boot.
+ \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
+ \item [Time Format: ] Choose 12 or 24 hour clock.
+ \opt{alarm}{
+ \subsection{Wake-Up Alarm}
+ % TODO this isn't quite right for all targets, I think
+ This option turns the \dap{} off and then starts it up again at the
+ specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
+ the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
+ adjust the hours.
+ \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
+ \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
+ again before the alarm occurs, the alarm will be cancelled. Using this
+ option disables the \setting{Sleep Timer}.
+
+ \opt{recording,radio}{
+ \subsection{Alarm Wake up Screen}
+ This option controls what the \dap{} does when it is woken up by the alarm.
+ }
+ }
+ \end{description}
+}
\item[Rockbox Info:]
Displays some basic system information. This is, from top to bottom,
the amount of memory Rockbox has available for storing music (the buffer).
@@ -190,12 +220,14 @@ pages of information.}
\item[Version:]
Software version and credits display.
-
-\item[Sleep Timer:]
- The \setting{Sleep Timer} powers off your \dap{} after playing for a given
- time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
- The \setting{Sleep Timer} is reset on boot.
- \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
+
+\nopt{rtc}{
+ \item[Sleep Timer:]
+ The \setting{Sleep Timer} powers off your \dap{} after playing for a given
+ time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
+ The \setting{Sleep Timer} is reset on boot.
+ \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
+}
\item[Debug (Keep Out!):]
This sub menu is intended to be used \emph{only} by Rockbox developers.