summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-10-13 07:59:32 +0000
committerNils Wallménius <nils@rockbox.org>2007-10-13 07:59:32 +0000
commit8b782099848fcbcd2abb8d9c1fb7c1cbb5bee6b3 (patch)
tree9d736266c50c6b102cc241887b19ea08bd30c761
parentd160c10e37311e618b0f8b02a239da6abcbbac2c (diff)
downloadrockbox-8b782099848fcbcd2abb8d9c1fb7c1cbb5bee6b3.tar.gz
rockbox-8b782099848fcbcd2abb8d9c1fb7c1cbb5bee6b3.zip
Update manual to reflect the introduction of the 'Theme Settings' menu, add descriptions of the new line selector options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15091 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/display_options.tex46
-rw-r--r--manual/configure_rockbox/file_view.tex5
-rw-r--r--manual/configure_rockbox/main.tex6
-rw-r--r--manual/main_menu/main.tex40
4 files changed, 16 insertions, 81 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index b197481537..a8decd5dbb 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -2,31 +2,7 @@
2\section{\label{ref:Displayoptions}Display} 2\section{\label{ref:Displayoptions}Display}
3 3
4 \begin{description} 4 \begin{description}
5 \nopt{player}{
6 \item[Browse fonts:]
7 Browse the fonts that reside in your \fname{/.rockbox/fonts} directory.
8 Selecting one will activate it. See \reference{ref:Loadingfonts}
9 for further details about fonts.
10 } % \nopt{player}
11 5
12 \item[Browse WPS files:]
13 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
14 displays all \fname{.wps} files. Selecting one will activate it, stop will
15 exit back to the menu. For further information about the WPS see
16 \reference{ref:WPS}. For information about editing a .wps file see
17 \reference{ref:ConfiguringtheWPS}.
18
19 \opt{HAVE_REMOTE_LCD}{
20 \item[Browse RWPS files:]
21 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
22 displays all \fname{.rwps} files. Selecting one will activate it, stop will
23 exit back to the menu.
24 \note{
25 A \fname{.rwps} file is a special \fname{.wps} file for the remote
26 display.
27 }
28 }
29
30 \item[LCD Settings:] 6 \item[LCD Settings:]
31 This sub menu contains settings that relate to the display of the \dap. 7 This sub menu contains settings that relate to the display of the \dap.
32 \begin{description} 8 \begin{description}
@@ -88,26 +64,8 @@
88 This is sometimes useful when carrying the \dap\ in a pocket for easy 64 This is sometimes useful when carrying the \dap\ in a pocket for easy
89 access to the headphone socket. 65 access to the headphone socket.
90 } % \nopt{ipodcolor,ipodnano.ipodvideo} 66 } % \nopt{ipodcolor,ipodnano.ipodvideo}
91 67
92 \item[Line Selector:] 68
93 This option allows you to select whether the line selector is a bar
94 of inverted text (\setting{Bar (inverse)} option) or a small arrow to the
95 left of the menu text (\setting{Pointer} option).
96
97 \nopt{archos}{%
98 \item[Clear Backdrop:]
99 Rockbox allows you to select bitmap pictures to use as backdrops,
100 see \reference{ref:LoadingBackdrops} for further information.
101 This option allows you to clear the backdrops that you set.
102 }%
103 \opt{HAVE_LCD_COLOR}{
104 \item[Background Colour:]
105 Sets the background colour for the LCD display.
106 \item[Foreground Colour:]
107 Sets the colour used for text and icons.
108 \item[Reset Colours:]
109 Resets the LCD display to Rockbox's default colours.
110 }
111 } % \opt{HAVE_LCD_BITMAP} 69 } % \opt{HAVE_LCD_BITMAP}
112 \end{description} 70 \end{description}
113% 71%
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 8bd5b9f5d0..6e74719274 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -56,11 +56,6 @@ displays files.
56 to \setting{No}, when you enter the \setting{File Browser} from the WPS, you 56 to \setting{No}, when you enter the \setting{File Browser} from the WPS, you
57 will find yourself in the directory you were in when you last left the 57 will find yourself in the directory you were in when you last left the
58 \setting{File Browser}. 58 \setting{File Browser}.
59
60\item[Show Icons:]
61 Rockbox has the ability to display an icon to the left of the file
62 in the \setting{File Browser}. For details of these icons, please see
63 \reference{ref:Supportedfileformats}.
64 59
65\item[Show Path:] 60\item[Show Path:]
66 If this setting is set to \setting{Full Path} the full path to the current 61 If this setting is set to \setting{Full Path} the full path to the current
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index b234892539..aedd622fe3 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -14,7 +14,11 @@
14 \input{configure_rockbox/bookmarking.tex} 14 \input{configure_rockbox/bookmarking.tex}
15 \input{configure_rockbox/language.tex} 15 \input{configure_rockbox/language.tex}
16 \input{configure_rockbox/voice.tex} 16 \input{configure_rockbox/voice.tex}
17 17
18\chapter{Theme Settings}
19\label{ref:configure_rockbox_themes}
20 \input{configure_rockbox/theme_settings.tex}
21
18\opt{HAVE_RECORDING}{ 22\opt{HAVE_RECORDING}{
19\chapter{Recording Settings} 23\chapter{Recording Settings}
20\label{ref:Recordingsettings} 24\label{ref:Recordingsettings}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 3eae984ab2..d729c597d5 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -83,12 +83,12 @@ stopped or paused and there is something to resume (see \reference{ref:WPS}).
83\section{Settings} 83\section{Settings}
84\subsection{Sound Settings} 84\subsection{Sound Settings}
85The \setting{Sound Settings} menu offers a selection of sound properties you may 85The \setting{Sound Settings} menu offers a selection of sound properties you may
86change to customise your listening experience. The details of this menu are 86change to customise your listening experience. The details of this menu are covered
87covered in detail in \reference{ref:configure_rockbox_sound}. 87in \reference{ref:configure_rockbox_sound}.
88 88
89\subsection{General Settings} 89\subsection{General Settings}
90The \setting{General Settings} menu allows you to customise the way Rockbox looks 90The \setting{General Settings} menu allows you to customise the way Rockbox looks
91and the way it plays music. The details of this menu are covered in detail in 91and the way it plays music. The details of this menu are covered in
92\reference{ref:configure_rockbox_general}. 92\reference{ref:configure_rockbox_general}.
93 93
94\subsection{Manage Settings} 94\subsection{Manage Settings}
@@ -97,37 +97,15 @@ configuration settings, browsing the hard drive for alternate firmwares, and fin
97resetting your \dap{} back to initial configuration. 97resetting your \dap{} back to initial configuration.
98% 98%
99\opt{MASCODEC}{This menu also allows the user to load different versions of the 99\opt{MASCODEC}{This menu also allows the user to load different versions of the
100Rockbox firmware.} 100Rockbox firmware.}
101% 101%
102The details of this menu are covered in detail in 102The details of this menu are covered in
103\reference{ref:manage_settings}. 103\reference{ref:manage_settings}.
104 104
105\subsection{Browse Themes} 105\subsection{Theme Settings}
106This option will display all the currently installed themes on the \dap, 106The \setting{Theme Settings} menu contains options that control the visual
107press \ActionTreeEnter{} to load the chosen theme and apply it. 107apperance of Rockbox. The details of this menu are covered in
108 108\reference{ref:configure_rockbox_themes}.
109A theme is basically a configuration file, stored in a specific directory,
110that typically changes the WPS
111\opt{HAVE_REMOTE_LCD}{and remote WPS}, font used and on some platforms
112additional information such as background image and text colours.
113
114There are a number of themes that ship with Rockbox. If none of
115these suit your needs, many more can be downloaded from
116\opt{RECORDER_PAD}{\wikilink{WpsArchos}}%
117\opt{h1xx}{\wikilink{WpsIriverH100}}%
118\opt{h300,ipodcolor}{\wikilink{WpsIriverH300}}%
119\opt{ipodvideo}{\wikilink{WpsIpod5g}}%
120\opt{ipodnano}{\wikilink{WpsIpodNano}}%
121\opt{ipodmini}{\wikilink{WpsIpodMini}}%
122\opt{x5}{\wikilink{WpsIaudioX5}}%
123.
124Some of the downloads from this site will actually be standalone WPS files,
125others will be full-blown themes.
126
127\note{Themes do not have to be purely visual. It is quite possible to create
128 a theme that switches between audio configurations for use in the car, with
129 headphones and when connected to an external amplifier. See
130 \reference{ref:CreateYourOwnWPS} for more details.}
131 109
132\subsection{Recording Settings} 110\subsection{Recording Settings}
133The \setting{Recording Settings} menu allows you to configure settings related 111The \setting{Recording Settings} menu allows you to configure settings related