summaryrefslogtreecommitdiff
path: root/wps
AgeCommit message (Collapse)Author
2008-03-23Remove a trailing space that prevented the font being copied for the ↵Dave Chapman
138x110x2 cabbiev2 theme git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16766 a1c6a512-1295-4272-9138-f99709370657
2008-03-22Oops, vhanged one thing too many - the m:robe100's monochrome version ↵Marianne Arnold
doesn't use the wps backdrop tag (%X) at all, so revert this change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16745 a1c6a512-1295-4272-9138-f99709370657
2008-03-22Cabbiev2 cleanup and a few corrections: (1) Get rid of two completely unused ↵Marianne Arnold
bitmaps. (2) Combine the two bitmaps used as background on the Iriver remote into one, name it consistently and change the .wps file accordingly. (3) Add the missing '0dB' volume image to the greyscale versions, including .wps file changes. Rename those greyscale volume images while at it, so that they are consistent with the rest - the 'vol08' one is now 'vol-9', because it is used for above line level. (4) Use the %X tag correctly, currently there were coordinates specified with it in most .wps files. (5) Set the bitmap's mime-type correctly for conformity. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16742 a1c6a512-1295-4272-9138-f99709370657
2008-03-10ignore carriage returns in WPS files to avoid problems with cygwin/tortoisesvnRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16610 a1c6a512-1295-4272-9138-f99709370657
2008-03-08Cabbiev2 for the m:robe 100. It seems that just adding the WPS already makes ↵Marianne Arnold
it show as default and no other chaanges were needed (worked in the sim). The default font was already set correctly to helvR10 because this is what all 160x128 screens use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16554 a1c6a512-1295-4272-9138-f99709370657
2008-03-06Improvements to cabbie v2 for the Gigabeat. The font is now helvR12, which ↵Nicolas Pennequin
looks better than helvR14 and is consistent with other targets. Also corrected kB/s to kbit/s. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16537 a1c6a512-1295-4272-9138-f99709370657
2008-03-05Shift volume left a bit iAmp WPS so it displays correctly.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16526 a1c6a512-1295-4272-9138-f99709370657
2008-02-24Forgot to adjust one WPS.Jens Arnold
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 Arnold
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 Arnold
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 Arnold
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 Arnold
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 Chapman
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 Chapman
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 Chapman
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 Chapman
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 Giacomelli
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 Giacomelli
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 Arnold
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 Arnold
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äggqvist
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 Giacomelli
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 Giacomelli
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 Giacomelli
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 Giacomelli
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 Giacomelli
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 Giacomelli
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 Giacomelli
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 Riebeling
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 Arnold
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 Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14889 a1c6a512-1295-4272-9138-f99709370657
2007-09-04More FILES updating.Jonas Häggqvist
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äggqvist
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 Chapman
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 Pennequin
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 Pennequin
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 Arnold
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 Pennequin
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 Arnold
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 Arnold
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 Pennequin
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 Pennequin
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 Pennequin
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 Arnold
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 Stenberg
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 Arnold
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 Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12493 a1c6a512-1295-4272-9138-f99709370657
2007-02-23correct coordinates of the battery indicator bitmapsMarcoen Hirschberg
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 Pennequin
* 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 Pennequin
progressbar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12405 a1c6a512-1295-4272-9138-f99709370657