mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
redesigned animations
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<menuchannels x="0" y="0" width="100%" height="100%" fadetime="0" scaletvx="39%" scaletvy="8%" scaletvwidth="60%" scaletvheight="60%">
|
||||
|
||||
<menuitems x="2%" y="9%" orientation="vertical" width="98%" height="82%" align="center" numlistelements="{numitemschannels}">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<area condition="not{separator}" x="1%" y="0" width="5%" height="100%" layer="3">
|
||||
<drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
|
||||
|
||||
@@ -13,12 +13,14 @@
|
||||
</scrollbar>
|
||||
|
||||
<menuitems x="2%" y="10%" orientation="vertical" width="96%" height="80%" align="center" menuitemwidth="94%" determinatefont="column1" numlistelements="{numitemsdefault}">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- Background -->
|
||||
<area x="0" y="0" width="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<!-- Separators -->
|
||||
<area x="1%" condition="{separator}" width="98%" layer="3">
|
||||
|
||||
@@ -99,22 +99,24 @@
|
||||
</temperatures>
|
||||
|
||||
<menuitems x="2%" y="9%" orientation="vertical" width="30%" height="60%" align="center" numlistelements="{numitemsmain}">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="3">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="15%" height="100%" color="{menubackactivedark}" />
|
||||
<drawrectangle condition="{current}" x="15%" y="0" width="85%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="100%" height="100%" layer="3">
|
||||
<drawrectangle x="0" y="0" width="15%" height="100%" color="{menubackactivedark}" />
|
||||
<drawrectangle x="15%" y="0" width="85%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area x="0" y="0" width="15%" height="100%" layer="3">
|
||||
<area condition="not{current}" x="0" y="0" width="100%" height="100%" layer="3">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<area x="0" y="0" width="15%" height="100%" layer="4">
|
||||
<drawimage condition="not{current}" imagetype="menuicon" path="{icon}" align="center" valign="center" width="{areaheight}*{mainiconsize}/100" height="{areaheight}*{mainiconsize}/100"/>
|
||||
<drawimage condition="{current}" imagetype="menuicon" path="{icon}_active" align="center" valign="center" width="{areaheight}*{mainiconsize}/100" height="{areaheight}*{mainiconsize}/100"/>
|
||||
</area>
|
||||
<areascroll condition="{showlistnumbers}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="20%" width="79%" layer="3">
|
||||
<areascroll condition="{showlistnumbers}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="20%" width="79%" layer="4">
|
||||
<drawtext condition="not{current}" x="0" valign="center" font="{regular}" fontsize="{areaheight}*{mainfontsize}/100" color="{fontdefault}" text="{number} {label}" />
|
||||
<drawtext condition="{current}" name="menutext" x="0" valign="center" font="{regular}" fontsize="{areaheight}*{mainfontsize}/100" color="{fontmenuactive}" text="{number} {label}" />
|
||||
</areascroll>
|
||||
<areascroll condition="not{showlistnumbers}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="20%" width="79%" layer="3">
|
||||
<areascroll condition="not{showlistnumbers}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="20%" width="79%" layer="4">
|
||||
<drawtext condition="not{current}" x="0" valign="center" font="{regular}" fontsize="{areaheight}*{mainfontsize}/100" color="{fontdefault}" text="{label}" />
|
||||
<drawtext condition="{current}" name="menutext" x="0" valign="center" font="{regular}" fontsize="{areaheight}*{mainfontsize}/100" color="{fontmenuactive}" text="{label}" />
|
||||
</areascroll>
|
||||
|
||||
@@ -26,11 +26,13 @@
|
||||
</scrollbar>
|
||||
|
||||
<menuitems x="2%" y="9%" condition="eq({indexrecmenustyle}, 0)" orientation="vertical" width="98%" height="82%" align="center" numlistelements="{numitemsrecnarrow}">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<!-- recording folder -->
|
||||
<area condition="{folder}" x="1%" width="6%" layer="3">
|
||||
@@ -86,11 +88,13 @@
|
||||
</menuitems>
|
||||
|
||||
<menuitems x="2%" y="9%" condition="eq({indexrecmenustyle}, 1)" orientation="vertical" width="95%" height="82%" align="center" numlistelements="{numitemsrecwide}">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<!-- recording folder -->
|
||||
<areacontainer condition="{folder}">
|
||||
|
||||
@@ -34,12 +34,14 @@
|
||||
</scrollbar>
|
||||
|
||||
<menuitems condition="eq({indexschedulesmenustyle}, 0)" x="2%" y="9%" orientation="vertical" width="98%" height="82%" align="center" numlistelements="{numitemsscheduelesnarrow}">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- background and progressbar -->
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<drawrectangle condition="{running}" x="65%" y="{areaheight}*0.1" width="{areawidth}*0.34" height="{areaheight}*0.12" color="{progressbarback}" />
|
||||
<drawrectangle condition="{running}" x="65%" y="{areaheight}*0.1 + 1" width="{areawidth}*0.34*{elapsed}/{duration} - {elapsed}/{duration}" height="{areaheight}*0.12 - 3" color="{progressbar}" />
|
||||
</area>
|
||||
@@ -140,12 +142,14 @@
|
||||
</menuitems>
|
||||
|
||||
<menuitems condition="eq({indexschedulesmenustyle}, 1)" x="2%" y="9%" orientation="vertical" width="95%" height="82%" align="center" numlistelements="{numitemsscheduleswide}">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- background and progressbar -->
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<drawrectangle condition="{running}" x="30%" y="20%" width="10%" height="60%" color="{progressbarback}" />
|
||||
<drawrectangle condition="{running}" x="{areawidth}*0.3 + 1" y="{areaheight}*0.2 + 1" width="{areawidth}*0.1*{elapsed}/{duration} - {elapsed}/{duration} - 1" height="{areaheight}*0.6 - 3" color="{progressbar}" />
|
||||
</area>
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
<menusetup x="0" y="0" width="100%" height="100%" fadetime="0" scaletvx="39%" scaletvy="8%" scaletvwidth="60%" scaletvheight="60%">
|
||||
|
||||
<menuitems x="2%" y="9%" orientation="vertical" width="98%" height="82%" align="center" numlistelements="10">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="31%" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="15%" height="100%" color="{menubackactivedark}" />
|
||||
<drawrectangle condition="{current}" x="15%" y="0" width="85%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="31%" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="15%" height="100%" color="{menubackactivedark}" />
|
||||
<drawrectangle x="15%" y="0" width="85%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="31%" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<area x="0" y="0" width="5%" height="100%" layer="3">
|
||||
<drawimage condition="not{current}" imagetype="menuicon" path="{icon}" align="center" valign="center" width="{areaheight}*{mainiconsize}/100" height="{areaheight}*{mainiconsize}/100"/>
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
<menutimers x="0" y="0" width="100%" height="100%" fadetime="0" scaletvx="39%" scaletvy="8%" scaletvwidth="60%" scaletvheight="60%">
|
||||
|
||||
<menuitems x="2%" y="9%" orientation="vertical" width="98%" height="82%" align="center" numlistelements="{numitemstimers}">
|
||||
<listelement>
|
||||
<area x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle condition="not{current}" x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle condition="not{current}" x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
<drawrectangle condition="{current}" x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<area condition="{current}" indicator="true" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" x="0" y="0" width="{areawidth}*0.305" height="100%" layer="2">
|
||||
<drawrectangle x="0" y="0" width="100%" height="100%" color="{menuback}" />
|
||||
<drawrectangle x="0" y="{areaheight}-1" width="100%" height="1" color="{menubackline}" />
|
||||
</area>
|
||||
<area x="1%" y="0" width="5%" height="100%" layer="3">
|
||||
<drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
|
||||
|
||||
@@ -19,11 +19,13 @@
|
||||
</scrollbar>
|
||||
|
||||
<menuitems x="2%" y="10%" orientation="horizontal" width="96%" height="80%" align="center" numlistelements="3">
|
||||
<listelement>
|
||||
<listelement fadetime="{listfadetime}" shifttime="{listshifttime}">
|
||||
<!-- Background -->
|
||||
<area y="90%" height="10%" layer="2">
|
||||
<fill condition="not{current}" color="{menuback}" />
|
||||
<fill condition="{current}" color="{menubackactive}" />
|
||||
<area condition="{current}" indicator="true" y="90%" height="10%" layer="2">
|
||||
<fill color="{menubackactive}" />
|
||||
</area>
|
||||
<area condition="not{current}" y="90%" height="10%" layer="2">
|
||||
<fill color="{menuback}" />
|
||||
<drawrectangle x="{areawidth}-1" y="0" width="1" height="100%" color="{menubackline}"/>
|
||||
</area>
|
||||
<area y="90%" height="10%" layer="3">
|
||||
|
||||
Reference in New Issue
Block a user