summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-06-27 22:04:18 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-06-27 22:04:18 +0000
commit5e031bec8b7bc419d207e0a76c8d896eb45d5248 (patch)
tree58d4b600356e7e4eaad0c07bd31280561a6219cf
parent7fb11a82a1f899655e7d5a4a6ff5c39d9dc27b8f (diff)
downloadrockbox-5e031bec8b7bc419d207e0a76c8d896eb45d5248.tar.gz
rockbox-5e031bec8b7bc419d207e0a76c8d896eb45d5248.zip
Add a bit more info to the manual, small paragraphs about showing file extensions, the 'title' in the database and the bookmarks context menu. Part of FS#9086.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17814 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/bookmarking.tex9
-rw-r--r--manual/configure_rockbox/file_view.tex7
2 files changed, 15 insertions, 1 deletions
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index 1c571b8eda..002e6c3ccd 100644
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -58,4 +58,13 @@
58 the MRB list. \setting{Unique Only} behaves like the \setting{Yes} setting 58 the MRB list. \setting{Unique Only} behaves like the \setting{Yes} setting
59 but in addition all older entries for the current (dynamic) playlist will 59 but in addition all older entries for the current (dynamic) playlist will
60 be removed from the MRB whenever a new entry is added. 60 be removed from the MRB whenever a new entry is added.
61
62 \item [Bookmark Actions context menu.]
63
64 When viewing any bookmark list, pressing the standard
65 context menu key (\ActionStdContext) will bring up the Bookmark Actions context menu.
66
67 \setting{Resume} will commence playback of the currently-selected bookmark entry.
68
69 \setting{Delete} will remove just the currently-selected bookmark entry from the list.
61 \end{description} 70 \end{description}
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index a36b142146..8304dd18ad 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -45,7 +45,8 @@ displays files.
45 \item[Off:] The file extensions are never shown. 45 \item[Off:] The file extensions are never shown.
46 \item[On:] The file extensions are always shown. 46 \item[On:] The file extensions are always shown.
47 \item[Only unknown types:] Only the extensions of unknown filetypes are shown. 47 \item[Only unknown types:] Only the extensions of unknown filetypes are shown.
48 \item[Only when viewing all types:] Only show file extensions when \setting{Show Files} is set to \setting{All}. 48 \item[Only when viewing all types:] Only show file extensions when
49 \setting{Show Files} is set to \setting{All}.
49 \end{description} 50 \end{description}
50 51
51\item[Follow Playlist:] 52\item[Follow Playlist:]
@@ -62,5 +63,9 @@ displays files.
62 directory will be displayed on the first line in the \setting{File Browser}. 63 directory will be displayed on the first line in the \setting{File Browser}.
63 If set to \setting{Current Directory Only} only the name of the current 64 If set to \setting{Current Directory Only} only the name of the current
64 directory will be displayed. 65 directory will be displayed.
66
67 This has a similar effect on the Database browser. If set to
68 \setting{Current Directory Only} or \setting{Full Path}, then the title of
69 each menu will be displayed on the first line in the \setting{Database Browser}.
65 70
66\end{description} 71\end{description}