jpeg,png: Merge user interface code and plugin entry point of the two plugins (part...
commit3fd9f70c6f823f6eee0454b2d32cb5af890192cd
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Mon, 18 Jan 2010 12:46:19 +0000 (18 12:46 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Mon, 18 Jan 2010 12:46:19 +0000 (18 12:46 +0000)
treefe742342707b8789ce0dbf1a18e5a8346ae2601d
parent0dcf74144ae47745cb352bf65275c99116445e25
jpeg,png: Merge user interface code and plugin entry point of the two plugins (part of FS#6321).
* Created new directory, imageviewer/ and moved both jpeg/ and png/ under it.
- this still doesn't merge the two plugins. i.e. both jpeg.rock and png.rock will be made for color targets.
- I'm thinking to merge the two plugins to single image viewer later.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24272 a1c6a512-1295-4272-9138-f99709370657
33 files changed:
apps/plugins/SUBDIRS
apps/plugins/imageviewer/SUBDIRS [new file with mode: 0644]
apps/plugins/imageviewer/imageviewer.c [moved from apps/plugins/jpeg/jpeg.c with 52% similarity]
apps/plugins/imageviewer/imageviewer.h [new file with mode: 0644]
apps/plugins/imageviewer/imageviewer.make [copied from apps/plugins/jpeg/jpeg.make with 53% similarity]
apps/plugins/imageviewer/jpeg/SOURCES [moved from apps/plugins/jpeg/SOURCES with 85% similarity]
apps/plugins/imageviewer/jpeg/jpeg.c [new file with mode: 0644]
apps/plugins/imageviewer/jpeg/jpeg.make [moved from apps/plugins/jpeg/jpeg.make with 88% similarity]
apps/plugins/imageviewer/jpeg/jpeg_decoder.c [moved from apps/plugins/jpeg/jpeg_decoder.c with 100% similarity]
apps/plugins/imageviewer/jpeg/jpeg_decoder.h [moved from apps/plugins/jpeg/jpeg_decoder.h with 100% similarity]
apps/plugins/imageviewer/jpeg/jpeg_ui.c [new file with mode: 0644]
apps/plugins/imageviewer/jpeg/yuv2rgb.c [moved from apps/plugins/jpeg/yuv2rgb.c with 100% similarity]
apps/plugins/imageviewer/jpeg/yuv2rgb.h [moved from apps/plugins/jpeg/yuv2rgb.h with 100% similarity]
apps/plugins/imageviewer/png/SOURCES [moved from apps/plugins/png/SOURCES with 86% similarity]
apps/plugins/imageviewer/png/adler32.c [moved from apps/plugins/png/adler32.c with 100% similarity]
apps/plugins/imageviewer/png/crc32_png.c [moved from apps/plugins/png/crc32_png.c with 100% similarity]
apps/plugins/imageviewer/png/crc32_png.h [moved from apps/plugins/png/crc32_png.h with 100% similarity]
apps/plugins/imageviewer/png/inffast.c [moved from apps/plugins/png/inffast.c with 100% similarity]
apps/plugins/imageviewer/png/inffast.h [moved from apps/plugins/png/inffast.h with 100% similarity]
apps/plugins/imageviewer/png/inffixed.h [moved from apps/plugins/png/inffixed.h with 100% similarity]
apps/plugins/imageviewer/png/inflate.c [moved from apps/plugins/png/inflate.c with 99% similarity]
apps/plugins/imageviewer/png/inflate.h [moved from apps/plugins/png/inflate.h with 100% similarity]
apps/plugins/imageviewer/png/inftrees.c [moved from apps/plugins/png/inftrees.c with 100% similarity]
apps/plugins/imageviewer/png/inftrees.h [moved from apps/plugins/png/inftrees.h with 100% similarity]
apps/plugins/imageviewer/png/png.c [moved from apps/plugins/png/png.c with 72% similarity]
apps/plugins/imageviewer/png/png.h [new file with mode: 0644]
apps/plugins/imageviewer/png/png.make [moved from apps/plugins/png/png.make with 92% similarity]
apps/plugins/imageviewer/png/png_ui.c [new file with mode: 0644]
apps/plugins/imageviewer/png/zconf.h [moved from apps/plugins/png/zconf.h with 100% similarity]
apps/plugins/imageviewer/png/zlib.h [moved from apps/plugins/png/zlib.h with 100% similarity]
apps/plugins/imageviewer/png/zutil.h [moved from apps/plugins/png/zutil.h with 100% similarity]
apps/plugins/jpeg/jpeg.h [deleted file]
apps/plugins/png/png.h [deleted file]