Changeset 30824


Ignore:
Timestamp:
11/04/14 02:18:20 (9 years ago)
Author:
tobayer
Message:

[MetrixHD skin] add HDMI-CEC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_MetrixHD/_path_/usr/local/share/titan/skin/MetrixHD/skin.xml

    r30807 r30824  
    7575                <node parent="listbox" type="menu" name="vfdisplay" text="VFDisplay" textposx="30" valign="middle" width="100%" height="50">
    7676                <node parent="listbox" type="menu" name="fancontrol" text="FanControl" textposx="30" valign="middle" width="100%" height="50" hidden="yes">
     77                <node parent="listbox" type="menu" name="ceccontrol" text="HDMI-CEC" textposx="30" valign="middle" width="100%" height="50" hidden="yes">
    7778                <node parent="listbox" type="menu" name="systemupdatemenu" text="System Update" textposx="30" valign="middle" width="100%" height="50">
    7879                <node parent="listbox" type="menu" name="system_backup" text="System Backup" textposx="30" valign="middle" width="100%" height="50">
     
    28372838        <node halign="center" text="" name="textbox" fontsize="30" posx="0" posy="17" width="256" height="30">
    28382839</screen>
     2840
     2841
     2842# todo # ok, exit ?
     2843#cec, fullscreen, 1280x720 => 1220x660
     2844<screen name="cec" posx="left" posy="top" width="100%" height="100%" hspace="30" vspace="30" bgcol="black" transparent="200">
     2845        <node name="titletext" text="Setup HDMI-CEC" font="Regular" fontcol="white" fontsize="80" posx="0" posy="580" width="100%" height="80" halign="left" valign="middle">
     2846        <node name="titletext-1" text="System" font="Regular" fontcol="grey" fontsize="50" posx="0" posy="530" width="100%" height="50" halign="left" valign="middle">
     2847        <node name="titletext-2" text="Main Menu" font="Regular" fontcol="grey" fontsize="30" posx="0" posy="500" width="100%" height="30" halign="left" valign="middle">
     2848        <node name="list_bg" posx="70" posy="20" width="1080" height="470" bgcol="bgcol" transparent="20">
     2849                <node parent="list_bg" name="listbox" type="listbox" scrollbar="auto" bordercol="grey" font="RegularLight" fontsize="28" fontcol="white" posx="20" posy="20" width="1040" height="430">
     2850                        <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%" height="35">
     2851                        <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%" height="35">
     2852                        <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%" height="35">     
     2853                        <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%" height="35">
     2854                        <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%" height="35">
     2855                        <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2856                        <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2857                        <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%" height="35">
     2858                        <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%" height="35">
     2859#<node name="buttonbar" posx="630" posy="440" width="510" height="50" valign="bottom">
     2860#<node parent="buttonbar" name="b1" text="Cancel" textposx="10" bordercol="red" bordersize="5" bordertype="4" font="RegularLight" fontsize="28" fontcol="fontcol" posx="0" posy="bottom" width="190" height="40" valign="middle">
     2861#<node parent="buttonbar" name="b2" text="Use EPG Endtime" textposx="10" bordercol="green" bordersize="5" bordertype="4" font="RegularLight" fontsize="28" fontcol="fontcol" posx="200" posy="bottom" width="310" height="40" valign="middle">
     2862</screen>
Note: See TracChangeset for help on using the changeset viewer.