summaryrefslogtreecommitdiffstats
path: root/wps
AgeCommit message (Collapse)AuthorFilesLines
2008-02-24Forgot to adjust one WPS.Jens Arnold1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16403 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Turned out that setting the viewer iconset to empty properly chooses the ↵Jens Arnold2-13/+15
default iconset, and the problem with the default viewer iconset on greyscale targets was that there was a file too much in icons/. The defaults are copied from elsewhere, and differ between grey/mono and colour targets. The extraneous file overwrote the default when building the .zip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16399 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Third time's the charme - even if it's just in comments, no mention of the ↵Marianne Arnold1-2/+2
weather etc. necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16391 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Copy and paste mishap in the DancePuffDuo section: statusbar was already ↵Marianne Arnold1-2/+2
defined but the selector type setting was missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16390 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Themes need to specify backdrop, colours, icon sets and selector type bar if ↵Marianne Arnold1-1/+55
they differ from the new default cabbiev2. Add the necessary strings to WPSLIST so that all shipped themes include them in their cfg files to prevent black text on the dark cabbiev2 background. Define black on 'rockboxblue' for themes with colour screen versions but no colours defined before; set the selector type to 'bar (inverse)' for most of them and use the text only RWPS for Rockboxed - it would have used the cabbiev2.rwps before which would look on a H3x0 with remote due to a different font size and the graphics. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16388 a1c6a512-1295-4272-9138-f99709370657
2008-02-23"viewers iconset:" must not be empty, so revert that change to wpsbuild.pl ↵Dave Chapman2-6/+4
and make iCatcher specify /.rockbox/icons/viewers.bmp. Thanks to Jens for pointing this out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16386 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Add empty strings for "backdrop:", "iconset:" and "viewers iconset:" for ↵Dave Chapman2-40/+53
iCatcher, and adapt wpsbuild.pl to accept empty strings. Also change wpslist to allow any number of spaces (including 0) between the : and the value. NOTE: The other bundled themes (and third-party themes) should be changed to specify values for everything set by CabbieV2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16385 a1c6a512-1295-4272-9138-f99709370657
2008-02-23TAB/whitespace policing - no functional changesDave Chapman1-94/+97
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16383 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Fix a bug introduced r16373 - the .cfg files for the bundled themes no ↵Dave Chapman1-2/+2
longer included the fg/bg colours for any target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16382 a1c6a512-1295-4272-9138-f99709370657
2008-02-23The sims look funny for me unless I set a default line selector type. Since ↵Michael Giacomelli1-0/+2
no one else has complained this probably doesn't matter on the actual device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16376 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Make the build script ignore color-only options on grayscale targets. Also, ↵Michael Giacomelli2-22/+25
change how backdrop files are entered in preperation for setting a default theme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16373 a1c6a512-1295-4272-9138-f99709370657
2008-02-18Small fix for the Mini's cabbiev2.wps: don't refer to a non-existent 10th ↵Marianne Arnold1-2/+1
volume bitmap. This version uses the same graphics as the 160x128x2 one whose author confirmed that there should only be 9 bitmaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16342 a1c6a512-1295-4272-9138-f99709370657
2008-02-02Several fixes for the cabbiev2 theme. (1) Rename the files used for the rwps ↵Marianne Arnold11-51/+17
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
2008-01-23Add backdrops/, icons/ and utils/ as well as some missing rwpses to the ↵Jonas Häggqvist1-0/+1
tarballs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16152 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Set different icons for each resolution in the build script.Michael Giacomelli2-6/+45
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16131 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Fix Cabbie on non-color targets by not including the gradient selection bar. ↵Michael Giacomelli2-5/+18
Also, update the build script so that different targets can have different selection bars. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16130 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Make the build script also install any needed icons.Michael Giacomelli1-0/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16129 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Tell the build system about the new theme.Michael Giacomelli1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16127 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Commit new theme: Cabbie 2.0\! Thanks to everyone in the forums who made ↵Michael Giacomelli356-0/+732
this possible. If you see any problems please report them in FS#8443. Once we are satisfied that Cabbie 2.0 is workable, it will hopefully become the new default rockbox theme\! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16126 a1c6a512-1295-4272-9138-f99709370657
2008-01-21Change build script to copy any fonts needed for build in themes in ↵Michael Giacomelli1-0/+11
preperation for commiting a default theme. Maybe not the best use of space, but theres only 2 built in themes with fonts so it makes little difference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16125 a1c6a512-1295-4272-9138-f99709370657
2008-01-18Update the WPS build script so that included builds can have various ↵Michael Giacomelli1-2/+85
additional features. This version allows me to compile the new proposed default WPS into new builds. See FS#8443 for more info. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16099 a1c6a512-1295-4272-9138-f99709370657
2007-09-29Add greyscales to Rockboxed theme and mimic the color variant a bit more.Dominik Riebeling47-62/+64
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14906 a1c6a512-1295-4272-9138-f99709370657
2007-09-28One more... Rockboxed for the Sansa c200s by Roan Horning (FS #7855).Marianne Arnold3-1/+53
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14890 a1c6a512-1295-4272-9138-f99709370657
2007-09-28Icatcher for the Sansa c200s by Ioannis Koutoulakis.Marianne Arnold4-0/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14889 a1c6a512-1295-4272-9138-f99709370657
2007-09-04More FILES updating.Jonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14611 a1c6a512-1295-4272-9138-f99709370657
2007-09-04Include some more stuff in the tarballs.Jonas Häggqvist1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14606 a1c6a512-1295-4272-9138-f99709370657
2007-06-06iCatcher updates: 1) Add APE icon for Monkey's Audio files; 2) Use a ↵Dave Chapman20-19/+20
backdrop on greyscale targets to free some image tags (thanks to Marianne Arnold for the suggestion). However, there are still five codecs without icons (SID, ADX, NSF, Speex and SPC), and only two free image slots left... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13572 a1c6a512-1295-4272-9138-f99709370657
2007-06-05Fix a small conditional bug.Nicolas Pennequin1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13559 a1c6a512-1295-4272-9138-f99709370657
2007-05-21Accept FS#5098 by Dominik Riebeling: RWPS for the zezayer theme.Nicolas Pennequin2-1/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13458 a1c6a512-1295-4272-9138-f99709370657
2007-05-05DancePuffDuo.wps and marquee.wps can use the nimbus-13 font now. Fixed the ↵Marianne Arnold3-6/+6
alignment issues that were there since the chicago-'12' font had been removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13326 a1c6a512-1295-4272-9138-f99709370657
2007-05-03Make the engineer2 WPS work again. Not sure the code does exactly what it ↵Nicolas Pennequin2-2/+2
should though... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13313 a1c6a512-1295-4272-9138-f99709370657
2007-04-29Fixes for the boxes.wps. Add missing closing of conditionals that made the ↵Marianne Arnold3-3/+3
Archos (and iriver remotes/iFP) version fail completely and fix the defintion of the progress bar coordinate in the 220x176x16 version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13289 a1c6a512-1295-4272-9138-f99709370657
2007-04-26Rockboxed-wps: solved the mystery of the one vanishing battery symbol on ↵Marianne Arnold1-0/+0
Archos screens... this bmp file was rle-compressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13266 a1c6a512-1295-4272-9138-f99709370657
2007-04-13FS#7020. Make the behaviour of '#' more consistent. It now requires escaping ↵Nicolas Pennequin1-1/+1
by a '%' to be displayed. If it is not escaped, the following text will be interpreted as a comment (including the newline character). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13140 a1c6a512-1295-4272-9138-f99709370657
2007-04-10RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with ↵Nicolas Pennequin1-1/+1
changes by me. CUSTOM WPS FILES NEED TO BE UPDATED ! The RTC tags are now atomic, i.e. instead of using one tag with the format (e.g. %cd m yc), we use several separate tags, one for each value (e.g. %cd %cm %cy). Also, %cP produces an uppercase AM/PM indicator and %cp a lowercase one, which is the opposite from what they did before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13093 a1c6a512-1295-4272-9138-f99709370657
2007-04-06Fix the alignment of a subline in Rockboxed.Nicolas Pennequin10-10/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13046 a1c6a512-1295-4272-9138-f99709370657
2007-04-04Enable building WPSs and themes for charcell targets, and add an example WPS ↵Jens Arnold3-15/+23
using special charcell progress and text alignment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13015 a1c6a512-1295-4272-9138-f99709370657
2007-03-12fix warningsDaniel Stenberg1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12737 a1c6a512-1295-4272-9138-f99709370657
2007-03-09Fix quirks in the Rockboxed theme... (1) There were two typos in each .wps ↵Marianne Arnold10-24/+24
that caused one volume and one battery level icon to not show up correctly - in the Archos version the graphic was missing completely. The code could be written much simpler. (2) Remove the additional spaces in front and at the end of the artist/abum/title lines in the Archos version which were unnecessary and made the lines scroll earlier. (With the permission of the creator - see forum thread). Maybe this change would be good in the greyscale versions too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12699 a1c6a512-1295-4272-9138-f99709370657
2007-02-26don't show an empty battery at 100%Marcoen Hirschberg7-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12493 a1c6a512-1295-4272-9138-f99709370657
2007-02-23correct coordinates of the battery indicator bitmapsMarcoen Hirschberg1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12460 a1c6a512-1295-4272-9138-f99709370657
2007-02-20Accept FS #6677 by Roan Horning : improvements to the 'Rockboxed' WPS.Nicolas Pennequin12-36/+36
* Make file information be displayed if there is no metadata. * Add a new progressbar bitmap for the H300 and iPod 4G color. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12418 a1c6a512-1295-4272-9138-f99709370657
2007-02-19Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the ↵Nicolas Pennequin1-3/+2
progressbar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12405 a1c6a512-1295-4272-9138-f99709370657
2007-02-15* Add support for an optional y coordinate to the progressbar (from FS #4783).Nicolas Pennequin10-7/+7
* Modify the 'Rockboxed' WPS to make use of this new coordinate. It improves the display of cuesheet/A-B markers a lot and cleans the bitmaps up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12321 a1c6a512-1295-4272-9138-f99709370657
2007-02-14Add foreground and background color information to iCatcher and UniCatcher.Nicolas Pennequin1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12308 a1c6a512-1295-4272-9138-f99709370657
2007-02-14the position of the progress bar background was off by 1 pixelMarcoen Hirschberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12303 a1c6a512-1295-4272-9138-f99709370657
2007-02-12remove some unintended white pixelsMarcoen Hirschberg1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12292 a1c6a512-1295-4272-9138-f99709370657
2007-02-12Fix Rockboxed theme for 160x128x16.Barry Wardell1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12288 a1c6a512-1295-4272-9138-f99709370657
2007-02-12fix fonts in Rockboxed themeMarcoen Hirschberg1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12277 a1c6a512-1295-4272-9138-f99709370657
2007-02-11add the 'Rockboxed' theme by Roan Horning, moddified to work with the ↵Marcoen Hirschberg138-0/+569
wpsbuild script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12273 a1c6a512-1295-4272-9138-f99709370657