diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-03-09 13:46:06 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-03-09 13:46:06 +0000 |
commit | 8fd0187e237b276190a1faa32088afce5b21c4cc (patch) | |
tree | 5a27abcc12f437af1d44789c253871ef6126456e | |
parent | 62441704e7ef623c5350f3f306513ca03f4addd6 (diff) | |
download | rockbox-8fd0187e237b276190a1faa32088afce5b21c4cc.tar.gz rockbox-8fd0187e237b276190a1faa32088afce5b21c4cc.zip |
Added screenshots of the file-browser and the file-menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8974 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/Makefile | 21 | ||||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-browser-112x64x1.png | bin | 0 -> 630 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-browser-160x128x2.png | bin | 0 -> 697 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-browser-176x132x16.png | bin | 0 -> 1338 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-browser-220x176x16.png | bin | 0 -> 1511 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-112x64x1.png | bin | 0 -> 438 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-160x128x2.png | bin | 0 -> 457 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-176x132x16.png | bin | 0 -> 1045 bytes | |||
-rw-r--r-- | manual/rockbox_interface/images/ss-file-menu-220x176x16.png | bin | 0 -> 1225 bytes | |||
-rw-r--r-- | manual/rockbox_interface/main.tex | 24 |
10 files changed, 14 insertions, 31 deletions
diff --git a/manual/Makefile b/manual/Makefile index cc30a744b3..43ba4a65a7 100644 --- a/manual/Makefile +++ b/manual/Makefile | |||
@@ -1,17 +1,10 @@ | |||
1 | .PHONY: all buildmanual clean | 1 | DOCUMENT := rockbox-build |
2 | LATEX := pdflatex | ||
3 | include LaTeX.Rules | ||
4 | GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg` | ||
2 | 5 | ||
3 | all: rockbox-build.tex | 6 | .PHONY: all cleaner buildmanual output |
4 | 7 | ||
5 | rockbox-build.tex: rockbox.tex | 8 | buildmanual: rockbox-build.tex |
6 | @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build diriectory!; false; fi | 9 | @cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(ARCHOS)-$(VERSION).pdf |
7 | @mkdir -p $(OBJDIR) | ||
8 | @cp -R * $(OBJDIR) | ||
9 | @echo "\newcommand{\platform}{${ARCHOS}}" > $(OBJDIR)/rockbox-build.tex | ||
10 | @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex | ||
11 | @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex | ||
12 | @mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile | ||
13 | make -C $(OBJDIR) | ||
14 | 10 | ||
15 | clean: | ||
16 | @if [ "$(OBJDIR)" == "" ]; then echo Run make in you build diriectory!; false; fi | ||
17 | @rm -rf $(OBJDIR)/manual $(OBJDIR)/*.pdf | ||
diff --git a/manual/rockbox_interface/images/ss-file-browser-112x64x1.png b/manual/rockbox_interface/images/ss-file-browser-112x64x1.png new file mode 100644 index 0000000000..eed028dc55 --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-browser-112x64x1.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-browser-160x128x2.png b/manual/rockbox_interface/images/ss-file-browser-160x128x2.png new file mode 100644 index 0000000000..d5f1ec0935 --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-browser-160x128x2.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-browser-176x132x16.png b/manual/rockbox_interface/images/ss-file-browser-176x132x16.png new file mode 100644 index 0000000000..e1e766f69c --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-browser-176x132x16.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-browser-220x176x16.png b/manual/rockbox_interface/images/ss-file-browser-220x176x16.png new file mode 100644 index 0000000000..c0109c8224 --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-browser-220x176x16.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-menu-112x64x1.png b/manual/rockbox_interface/images/ss-file-menu-112x64x1.png new file mode 100644 index 0000000000..9e66421390 --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-menu-112x64x1.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-menu-160x128x2.png b/manual/rockbox_interface/images/ss-file-menu-160x128x2.png new file mode 100644 index 0000000000..f12b9704d0 --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-menu-160x128x2.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-menu-176x132x16.png b/manual/rockbox_interface/images/ss-file-menu-176x132x16.png new file mode 100644 index 0000000000..c9cdaec47c --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-menu-176x132x16.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/images/ss-file-menu-220x176x16.png b/manual/rockbox_interface/images/ss-file-menu-220x176x16.png new file mode 100644 index 0000000000..c59200389d --- /dev/null +++ b/manual/rockbox_interface/images/ss-file-menu-220x176x16.png | |||
Binary files differ | |||
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index f383e7c900..8d8cbe0bb6 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex | |||
@@ -21,7 +21,6 @@ for 2{}-3 seconds. (Flashed Jukeboxes only require a tap of the ON key | |||
21 | information about flashing Rockbox.) | 21 | information about flashing Rockbox.) |
22 | \label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings and turns off the hard drive safely. To tell Rockbox to shut the Jukebox down, do the following: | 22 | \label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings and turns off the hard drive safely. To tell Rockbox to shut the Jukebox down, do the following: |
23 | 23 | ||
24 | |||
25 | \begin{table}[h!] | 24 | \begin{table}[h!] |
26 | \begin{center} | 25 | \begin{center} |
27 | \begin{tabular}{@{}lc@{}}\toprule | 26 | \begin{tabular}{@{}lc@{}}\toprule |
@@ -41,14 +40,10 @@ For further details about connecting, charging and caring for your | |||
41 | Jukebox, please see the Archos manual that came with it. | 40 | Jukebox, please see the Archos manual that came with it. |
42 | 41 | ||
43 | \section{\label{ref:PartIIFB}File Browser} | 42 | \section{\label{ref:PartIIFB}File Browser} |
44 | {\centering\itshape | 43 | \begin{center} |
45 | [Warning: Image ignored] % Unhandled or unsupported graphics: | 44 | \includegraphics[width=4cm]{rockbox_interface/images/ss-file-browser-\genericimg.png} |
46 | %\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img11.png} | 45 | \end{center} |
47 | [Warning: Image ignored] % Unhandled or unsupported graphics: | 46 | |
48 | %\includegraphics[width=4.15cm,height=1.981cm]{images/rockbox-manual-img12.png} | ||
49 | \newline | ||
50 | Recorder file browser Player file browser | ||
51 | \par} | ||
52 | The file browser helps you navigate through the files on your Jukebox, | 47 | The file browser helps you navigate through the files on your Jukebox, |
53 | entering folders and executing the default action on each file. To help | 48 | entering folders and executing the default action on each file. To help |
54 | us differentiate files, each file format is displayed with an icon. You | 49 | us differentiate files, each file format is displayed with an icon. You |
@@ -117,14 +112,9 @@ can select which file types are displayed (see page | |||
117 | 112 | ||
118 | 113 | ||
119 | \subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu} | 114 | \subsection{\label{ref:Filemenu}\label{ref:PartIISectionFM}File Menu} |
120 | {\centering\itshape | 115 | \begin{center} |
121 | [Warning: Image ignored] % Unhandled or unsupported graphics: | 116 | \includegraphics[width=4cm]{rockbox_interface/images/ss-file-menu-\genericimg.png} |
122 | %\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img13.png} | 117 | \end{center} |
123 | [Warning: Image ignored] % Unhandled or unsupported graphics: | ||
124 | %\includegraphics[width=4.15cm,height=1.951cm]{images/rockbox-manual-img14.png} | ||
125 | \newline | ||
126 | Recorder file menu Player file menu | ||
127 | \par} | ||
128 | 118 | ||
129 | This menu operates on the file that was selected in the browser at the | 119 | This menu operates on the file that was selected in the browser at the |
130 | time ON+PLAY was pressed to enter it. It can also be accessed by | 120 | time ON+PLAY was pressed to enter it. It can also be accessed by |