Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings.
commit969903b5fe3bc852b7bbda766bf1123a63bea5c1
authorJonathan Gordon <rockbox@jdgordon.info>
Thu, 28 Jul 2011 12:53:22 +0000 (28 12:53 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Thu, 28 Jul 2011 12:53:22 +0000 (28 12:53 +0000)
treef4714593a170e1fd1698bde4c15a9ba10e188309
parentbb618dbd84389a8625244e97c5f61addd7870810
Change the way the %Tl() (touch region) tag is done to remove dodgey 1-char settings.
check the manual...
%Tl(..., &action) -> %Tl(..., action, repeat_press)
%Tl(..., *action) -> %Tl(..., action, long_press)
%Tl(..., !action) -> %Tl(..., action, reverse_bar)
and a new allow_while_lock to make the region fire when softlocked

these options must all be after the action name, but otherwise the order doesnt matter. And for the setting_inc/dec/set action the setting name must follow the action name, *then* the options

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30219 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_parser.c
manual/appendix/wps_tags.tex
wps/cabbiev2.240x400x16.wps
wps/cabbiev2.320x240x16.mrobe500.wps
wps/cabbiev2.320x480x16.wps
wps/cabbiev2.480x800x16.wps
wps/cabbiev2.800x480x16.wps