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
This commit is contained in:
Jonathan Gordon 2010-06-07 03:44:11 +00:00
parent 53b619c6e8
commit 5b0521c9aa
82 changed files with 1673 additions and 1608 deletions

View file

@ -4,38 +4,38 @@
%wd
# progressbar viewport
%V|0|0|128|6|1|
%x|a|pbbackground-128x64x1.bmp|1|0|
%pb|pb-128x64x1.bmp|2|1|124|4|
%V(0,0,128,6,1)
%x(a,pbbackground-128x64x1.bmp,1,0)
%pb(pb-128x64x1.bmp,2,1,124,4)
%V|0|8|128|8|1|
%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%ar%pc
%V(0,8,128,8,1)
%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pc
# tag info viewport
%V|0|16|128|24|1|
%V(0,16,128,24,1)
%ac%s%?it<%it|%fn>
%ac%s%?ia<%ia|%?d2<%d2|(root)>>
%ac%s%?id<%id|%?d1<%d1|(root)>>
%ac%s%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
%ac%s%?id<%id|%?d(1)<%d(1)|%(root%)>>
# next file viewport
%V|0|42|128|8|1|
%ac%s%Sx|Next:| %?It<%It|%Fn>
%V(0,42,128,8,1)
%ac%s%Sx(Next:) %?It<%It|%Fn>
# playtime info and status bar
%V|2|52|124|12|1|
%x|b|bar-128x64x1.bmp|2|0|
%xl|A|lock-128x64x1.bmp|1|4|2|
%xl|B|battery-128x64x1.bmp|23|4|9|
%xl|C|volume-128x64x1.bmp|46|4|9|
%xl|D|shuffle-128x64x1.bmp|67|5|
%xl|E|repeat-128x64x1.bmp|93|4|4|
%xl|F|playmode-128x64x1.bmp|113|4|5|
%V(2,52,124,12,1)
%x(b,bar-128x64x1.bmp,2,0)
%xl(A,lock-128x64x1.bmp,1,4,2)
%xl(B,battery-128x64x1.bmp,23,4,9)
%xl(C,volume-128x64x1.bmp,46,4,9)
%xl(D,shuffle-128x64x1.bmp,67,5)
%xl(E,repeat-128x64x1.bmp,93,4,4)
%xl(F,playmode-128x64x1.bmp,113,4,5)
# status bar
%?mh<%xdAa|%xdAb>
%?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi>>
%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi>
%?ps<%xdD>
%?mm<|%xdEa|%xdEb|%xdEc|%xdEd>
%?mp<%xdFa|%xdFb|%xdFc|%xdFd|%xdFe>
%?mh<%xd(Aa)|%xd(Ab)>
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)>>
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)>
%?ps<%xd(D)>
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>