summaryrefslogtreecommitdiff
path: root/wps/Rockboxed.176x220x16.wps
AgeCommit message (Collapse)Author
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last ↵Jonathan Gordon
param instead of the first. skin updater, skins and manual all updated. NEW PARSER: add an 'N' param type which will accept any number of strings, will cause very big problems if this isnt the last param for a tag. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26727 a1c6a512-1295-4272-9138-f99709370657
2010-06-07the updater uncondiotnally changed ; to %; which meant alternating lines ↵Jonathan Gordon
stopped working.. hopefully this fixes them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26648 a1c6a512-1295-4272-9138-f99709370657
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the ↵Jonathan Gordon
runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon
** BREAKS CURRENT WPS's ** * %P has been removed, merged with the new %pb * %pb is now %pb or %pb|bitmap|x|y|width|height| (any of those params can be - to use sane defaults... check wiki/task for more explaination) * New %Vl and %Vd tags which are used to setup and display conditionaly displayed viewports (%Vl|<id>|<usual %V params>| to set up, then %Vd<id> to enable the viewport * bumps the max allowed viewport count to 24 * you can setup 3 different progressbars in a WPS... max of one per viewport though http://www.rockbox.org/tracker/task/9027?getfile=16785 is a simple perl script to convert old %P/%pb to the new %pb syntax I'll commit changes to the cabbie wps soon which shows how to use %Vl/%Vd properly... Reminder: %m will be removed soonish also so when fixing your WPS's remember to use conditional viewports to replace %m git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17759 a1c6a512-1295-4272-9138-f99709370657
2008-04-11Finish bitmap strips work - convert the rest of the 'Rockboxed' WPS (bigger ↵Marianne Arnold
colour displays). Similar changes as in the previous Rockboxed commits: integrate statically loaded bitmaps into the background and delete the now unused bitmaps, remove the unnecessary coordinates in the backdrop tag, add missing codec names, volume and battery icons now with one graphic (part of a strip) per status which simplifies the code, rename sl-* to shuffle-* and hd-* to lock*- bmps. Correct mime-type for all image files. * Don't forget to clean up the 'Rockboxed' directory... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17075 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-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-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-15* Add support for an optional y coordinate to the progressbar (from FS #4783).Nicolas Pennequin
* 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-11add the 'Rockboxed' theme by Roan Horning, moddified to work with the ↵Marcoen Hirschberg
wpsbuild script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12273 a1c6a512-1295-4272-9138-f99709370657