From e5b1a7d4237a9006b6c49c9c1c13b292ca4ecf7c Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 21 Nov 2010 13:47:56 +0000 Subject: FS#6321: Universal Image Viewer This unifies jpeg viewer, png viewer, and bmp viewer to one plugin, image viewer, so that you can navigate through different image formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28626 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/main.tex | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'manual/plugins/main.tex') diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index a40c81d630..b847c15b51 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -137,11 +137,10 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \begin{rbtabular}{.92\textwidth}{Xlc}% {\textbf{Viewer Plugin}& \textbf{Associated filetype(s)} & \textbf{Context Menu only}}% {}{} - BMP Viewer & \fname{.bmp} & \\ Shortcuts & \fname{.link} & \\ Chip-8 Emulator & \fname{.ch8} & \\ Frotz & \fname{.z1 - .z8} & \\ - JPEG Viewer & \fname{.jpg, .jpeg} & \\ + Image Viewer & \fname{.bmp, .jpg, .jpeg, .png} & \\ Lua scripting language& \fname{.lua} & \\ \opt{swcodec}{\nopt{lowmem}{ Midiplay & \fname{.mid, .midi} & \\ @@ -152,9 +151,6 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} Movie Player & \fname{.rvf} & \\ } } - \opt{lcd_bitmap}{ - PNG viewer & \fname{.png} & \\ - } \opt{lcd_color}{ PPM viewer & \fname{.ppm} & \\ } @@ -177,13 +173,11 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/shortcuts.tex}} -\opt{lcd_bitmap}{\input{plugins/bmpviewer.tex}} - \opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}} \opt{lcd_bitmap}{\input{plugins/frotz.tex}} -\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}} +\opt{lcd_bitmap}{\input{plugins/imageviewer.tex}} \opt{large_plugin_buffer}{\input{plugins/lua.tex}} @@ -193,8 +187,6 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}} -\opt{lcd_bitmap}{\input{plugins/pngviewer.tex}} - \opt{lcd_color}{\input{plugins/ppmviewer.tex}} \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/rockbox_flash.tex}} -- cgit