diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-04 18:32:44 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-04 18:32:44 +0000 |
| commit | 89725765721ad27c6ac47c79e428fbcdad2f122b (patch) | |
| tree | 64e7e4fadf7cadd47a8983556f32ac85be168a1e | |
| parent | 8fa92047c7dbba2e96f98fa58a0ac728f1744d80 (diff) | |
| download | rockbox-89725765721ad27c6ac47c79e428fbcdad2f122b.zip rockbox-89725765721ad27c6ac47c79e428fbcdad2f122b.tar.gz rockbox-89725765721ad27c6ac47c79e428fbcdad2f122b.tar.bz2 rockbox-89725765721ad27c6ac47c79e428fbcdad2f122b.tar.xz | |
Adjusted stats plugin to recent changes. Add screenshots for release 3.0 targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9497 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/images/ss-stats-112x64x1.png | bin | 0 -> 221 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-stats-160x128x2.png | bin | 0 -> 311 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-stats-220x176x16.png | bin | 0 -> 1030 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-stats-charx11x1.png | bin | 0 -> 723 bytes | |||
| -rwxr-xr-x | manual/plugins/stats.tex | 9 |
5 files changed, 8 insertions, 1 deletions
diff --git a/manual/plugins/images/ss-stats-112x64x1.png b/manual/plugins/images/ss-stats-112x64x1.png Binary files differnew file mode 100644 index 0000000..4c3d4a8 --- /dev/null +++ b/manual/plugins/images/ss-stats-112x64x1.png diff --git a/manual/plugins/images/ss-stats-160x128x2.png b/manual/plugins/images/ss-stats-160x128x2.png Binary files differnew file mode 100644 index 0000000..984f49d --- /dev/null +++ b/manual/plugins/images/ss-stats-160x128x2.png diff --git a/manual/plugins/images/ss-stats-220x176x16.png b/manual/plugins/images/ss-stats-220x176x16.png Binary files differnew file mode 100644 index 0000000..4496a1c --- /dev/null +++ b/manual/plugins/images/ss-stats-220x176x16.png diff --git a/manual/plugins/images/ss-stats-charx11x1.png b/manual/plugins/images/ss-stats-charx11x1.png Binary files differnew file mode 100644 index 0000000..fd7dbb0 --- /dev/null +++ b/manual/plugins/images/ss-stats-charx11x1.png diff --git a/manual/plugins/stats.tex b/manual/plugins/stats.tex index 8b4c86e..994bda1 100755 --- a/manual/plugins/stats.tex +++ b/manual/plugins/stats.tex @@ -1,2 +1,9 @@ \subsection{Stats} -A plugin showing the number of files and dirs on your \dap.
\ No newline at end of file +\screenshot{plugins/images/ss-stats}{The stats-plugin}{} +The stats-plugin simply counts the number of files% +\opt{h1xx,h300,ipodcolor,ipod4g,ipodmini,ipodnano,ipodvideo}{, music files } +and folders on your \dap. Press % +\opt{player}{\ButtonStop} +\opt{recorder,recorderv2,ondio,h1xx,h300}{\ButtonOff} +\opt{ipodcolor,ipod4g,ipodmini,ipodnano,ipodvideo}{\fixme:TBD} +to exit the plugin.
\ No newline at end of file |