summaryrefslogtreecommitdiff
path: root/wps/WPSLIST
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-02-02 01:10:43 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-02-02 01:10:43 +0000
commitd08af61394bb9d6c3cbb614f790091de44cbfd1b (patch)
treebf87dfef862aa9d41627e7e6c088a43e77e74c62 /wps/WPSLIST
parentc077e1eb37b210f8df6ad46ac1d639ee59bf2c54 (diff)
downloadrockbox-d08af61394bb9d6c3cbb614f790091de44cbfd1b.tar.gz
rockbox-d08af61394bb9d6c3cbb614f790091de44cbfd1b.zip
Several fixes for the cabbiev2 theme. (1) Rename the files used for the rwps and change the WPSLIST so that it is done the same way as for iCatcher and .rwps files are actually included in the zip. (2) Replace the Iaudio rwps background which was taken fron the unicode version before with the correct one. (3) Fix the e200 wps to look like the author intended and with the progressbar at the right spot. (4) Make the 160x128 greyscale version use the helvR10 font as the colour version does. This also fixes a potential issue with the Iaudio rwps. (5) Clean up the WPSLIST a bit and drop (hopefully) unnecessary definitions. I guess it could be even simplified some more, someone with a bit perl foo should look into this. -- (3) and (4) taken from the last entries in FS#8443 by Apoo Maha.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16196 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps/WPSLIST')
-rw-r--r--wps/WPSLIST54
1 files changed, 10 insertions, 44 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST
index 79a3b56063..08171aad16 100644
--- a/wps/WPSLIST
+++ b/wps/WPSLIST
@@ -208,13 +208,10 @@ Author: Jens Arnold
208 208
209<wps> 209<wps>
210Name: cabbiev2.wps 210Name: cabbiev2.wps
211RWPS: cabbiev2.rwps
211# Real name of the creator of the WPS 212# Real name of the creator of the WPS
212Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta. 213Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta.
213 214
214#remote WPS settings
215rwps: cabbiev2.rwps-128x96x2.rwps
216rwps: cabbiev2.rwps-128x64x2.rwps
217
218# Preferred font (including .fnt extension - leave blank for player): 215# Preferred font (including .fnt extension - leave blank for player):
219Font.320x240x16: helvR12.fnt 216Font.320x240x16: helvR12.fnt
220Font.240x320x16: helvR14.fnt 217Font.240x320x16: helvR14.fnt
@@ -222,7 +219,7 @@ Font.220x176x16: helvR10.fnt
222Font.176x220x16: helvR10.fnt 219Font.176x220x16: helvR10.fnt
223Font.176x132x16: helvR10.fnt 220Font.176x132x16: helvR10.fnt
224Font.160x128x16: helvR10.fnt 221Font.160x128x16: helvR10.fnt
225Font.160x128x2: mix12.fnt 222Font.160x128x2: helvR10.fnt
226Font.138x110x2: helvR10.fnt 223Font.138x110x2: helvR10.fnt
227Font.128x128x16: helvR10.fnt 224Font.128x128x16: helvR10.fnt
228Font.132x80x16: Sazanami-Mincho-Regular-11.fnt 225Font.132x80x16: Sazanami-Mincho-Regular-11.fnt
@@ -283,43 +280,12 @@ viewers iconset.220x176x16: /.rockbox/icons/tango_small_viewers.bmp
283viewers iconset.240x320x16: /.rockbox/icons/tango_small_viewers.bmp 280viewers iconset.240x320x16: /.rockbox/icons/tango_small_viewers.bmp
284 281
285# Whether the WPS is designed to have the statusbar on or off 282# Whether the WPS is designed to have the statusbar on or off
286Statusbar.320x240x16: on 283Statusbar: on
287Statusbar.240x320x16: on
288Statusbar.220x176x16: on
289Statusbar.176x220x16: on
290Statusbar.176x132x16: on
291Statusbar.160x128x16: on
292Statusbar.160x128x2: on
293Statusbar.138x110x2: on
294Statusbar.128x128x16: on
295Statusbar.132x80x16: on
296Statusbar.112x64x1: on
297
298# The minimum required pixel height for the WPS
299# 176 for H3xx, 128 for H1xx, 64 for Recorder/Ondio, 14 for player
300Height.320x240x16: 240
301Height.240x320x16: 320
302Height.220x176x16: 176
303Height.176x220x16: 220
304Height.176x132x16: 132
305Height.160x128x16: 128
306Height.160x128x2: 128
307Height.138x110x2: 110
308Height.128x128x16: 128
309Height.132x80x16: 80
310Height.112x64x1: 64
311
312# The minimum required pixel width for the WPS (160 for iRiver,
313# 220 for H3xx, 160 for H1xx, 112 for Recorder/Ondio, 55 for player
314Width.320x240x16: 320
315Width.240x320x16: 240
316Width.220x176x16: 220
317Width.176x220x16: 176
318Width.176x132x16: 176
319Width.160x128x16: 160
320Width.160x128x2: 160
321Width.138x110x2: 138
322Width.128x128x16: 128
323Width.132x80x16: 132
324Width.112x64x1: 112
325</wps> 284</wps>
285
286<rwps>
287Name: cabbiev2.rwps
288Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta.
289Font: helvR10.fnt
290Statusbar: on
291</rwps>