mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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:
parent
53b619c6e8
commit
5b0521c9aa
82 changed files with 1673 additions and 1608 deletions
|
|
@ -46,11 +46,11 @@ void fms_data_load(enum screen_type screen, const char *buf, bool isfile)
|
|||
if (!success ) /* load the default */
|
||||
{
|
||||
const char default_fms[] = "%s%?Ti<%Ti. |>%?Tn<%Tn|%Tf>\n"
|
||||
"%Sx|Station:| %tf MHz\n"
|
||||
"%?St|force fm mono|<%Sx|Force Mono||%?ts<%Sx|Stereo||%Sx|Mono|>>\n"
|
||||
"%Sx|Mode:| %?tm<%Sx|Scan||%Sx|Preset|>\n"
|
||||
"%Sx(Station:) %tf MHz\n"
|
||||
"%?St(force fm mono)<%Sx(Force Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>>\n"
|
||||
"%Sx(Mode:) %?tm<%Sx(Scan)|%Sx(Preset)>\n"
|
||||
#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)
|
||||
"%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|%?St|prerecording time|<%pm|%Sx|Prerecord Time| %Rs>>\n"
|
||||
"%?Rr<%Sx(Time:) %Rh:%Rn:%Rs|%?St(prerecording time)<%pm|%Sx(Prerecord Time) %Rs>>\n"
|
||||
#endif
|
||||
"%pb\n"
|
||||
#ifdef HAVE_RDS_CAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue