From 5b0521c9aadee11886e2c92df7d768d5e76063a6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 7 Jun 2010 03:44:11 +0000 Subject: Changeover to the new skin format. SkinBreakingChange in the wiki has the 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 --- wps/Rockboxed.112x64x1.wps | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'wps/Rockboxed.112x64x1.wps') diff --git a/wps/Rockboxed.112x64x1.wps b/wps/Rockboxed.112x64x1.wps index 17a1223680..2453b04089 100644 --- a/wps/Rockboxed.112x64x1.wps +++ b/wps/Rockboxed.112x64x1.wps @@ -1,23 +1,23 @@ # (C) 2007, Roan Horning # License: GNU GPL v2 or later. -%x|a|bg-mono-small.bmp|42|49| +%x(a,bg-mono-small.bmp,42,49) %wd -%xl|A|mode-mono-small.bmp|57|49|5| -%xl|B|shuffle-mono-small.bmp|29|49|2| -%xl|C|volume-mono-small.bmp|0|49|10| -%xl|D|battery-mono-small.bmp|93|49|11| -%xl|E|repeat-mono-small.bmp|43|49|5| -%xl|F|lock-mono-small.bmp|70|49|2| -%al%s%ac%?ia<%ia|%d2>%ar -%al%s%ac%?id<%id|%d1>%ar +%xl(A,mode-mono-small.bmp,57,49,5) +%xl(B,shuffle-mono-small.bmp,29,49,2) +%xl(C,volume-mono-small.bmp,0,49,10) +%xl(D,battery-mono-small.bmp,93,49,11) +%xl(E,repeat-mono-small.bmp,43,49,5) +%xl(F,lock-mono-small.bmp,70,49,2) +%al%s%ac%?ia<%ia|%d(2)>%ar +%al%s%ac%?id<%id|%d(1)>%ar %al%s%ac%?it<%it|%fn>%ar -%ac%t3%ig;%ac%iy -%pb|-|10|-|92|5| +%ac%t(3)%ig%;%ac%iy +%pb(-,10,-,92,5) %al %pc%ac%?fc%ar%pt -%?ps<%xdBa|%xdBb> -%?mp<%xdAa|%xdAb|%xdAc|%xdAd|%xdAe> -%?mm<%xdEa|%xdEb|%xdEc|%xdEd|%xdEe> -%?mh<%xdFa|%xdFb> -%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj> -%?bl<%xdDa|%xdDb|%xdDc|%xdDd|%xdDe|%xdDf|%xdDg|%xdDh|%xdDi|%xdDj|%xdDk> +%?ps<%xd(Ba)|%xd(Bb)> +%?mp<%xd(Aa)|%xd(Ab)|%xd(Ac)|%xd(Ad)|%xd(Ae)> +%?mm<%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)|%xd(Ee)> +%?mh<%xd(Fa)|%xd(Fb)> +%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> +%?bl<%xd(Da)|%xd(Db)|%xd(Dc)|%xd(Dd)|%xd(De)|%xd(Df)|%xd(Dg)|%xd(Dh)|%xd(Di)|%xd(Dj)|%xd(Dk)> -- cgit v1.2.3