Changeset 30821


Ignore:
Timestamp:
11/03/14 04:33:30 (9 years ago)
Author:
tobayer
Message:

[cool skins] add HDMI-CEC

Location:
ipk/source
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_cool/_path_/usr/local/share/titan/skin/cool/skin.xml

    r30807 r30821  
    10821082</screen>
    10831083
    1084 <screen name="systemmenu" font=Sansation_Regular fontcol=white1 fontsize=26 posx=center posy=center width=700 height=535 picmem=skin/X_Menu_3a.png>
    1085 <node fontsize=30 fontcol=grey type=textbox text="System" posy=10 posx=center halign=center width=100% height=30>
    1086 <node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=405>
     1084<screen name="systemmenu" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="535" picmem="skin/X_Menu_3a.png">
     1085<node fontsize="30" fontcol="grey" type="textbox" text="System" posy="10" posx="center" halign="center" width="100%" height="30">
     1086<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="405">
    10871087        <node parent="listbox" type="menu" name="channelservice" text="Channel Service" picmem="skin/channelservice.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10881088        <node parent="listbox" type="menu" name="cinterface" text="Common Interface" picmem="skin/cinterface.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
     
    10911091        <node parent="listbox" type="menu" name="vfdisplay" text="VFDisplay" picmem="skin/vfdisplay.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10921092        <node parent="listbox" type="menu" name="fancontrol" text="FanControl" picmem="skin/fancontrol.png" textposx="120" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
     1093        <node parent="listbox" type="menu" name="ceccontrol" text="HDMI-CEC" picmem="skin/cec.png" textposx="120" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
    10931094        <node parent="listbox" type="menu" name="systemupdatemenu" text="System Update" picmem="skin/systemupdate.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10941095        <node parent="listbox" type="menu" name="system_backup" text="System Backup" picmem="skin/backup.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10951096        <node parent="listbox" type="menu" name="system_backup_restore" text="Settings backup/restore" picmem="skin/backup_and_restore_settings.png" textposx="120" fontsize="23" valign="middle" width="100%" height="50" hspace="5">
    10961097        <node parent="listbox" type="menu" name="unlock" text="Receiver unlock" picmem="skin/unlock.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    1097 <node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=492 width=30 height=30>
    1098 <node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=492 width=30 height=30>
     1098<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="492" width="30" height="30">
     1099<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="492" width="30" height="30">
    10991100<node hidden="yes" name="menutext">
    11001101<node hidden="yes" name="details">
     
    23222323        <node halign="center" text="" name="textbox" fontsize="30" posx="0" posy="17" width="256" height="30">
    23232324</screen>
     2325
     2326
     2327<screen name="cec" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
     2328<node fontsize="30" fontcol="grey" type="textbox" text="Setup HDMI-CEC" posy="10" posx="center" halign="center" width="100%" height="30">
     2329<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
     2330        <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%" height="35">
     2331        <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%" height="35">
     2332        <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%" height="35">     
     2333        <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%" height="35">
     2334        <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%" height="35">
     2335        <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2336        <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2337        <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%" height="35">
     2338        <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%" height="35">
     2339<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
     2340<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     2341</screen>
  • ipk/source/skins_coolMiniTV/_path_/usr/local/share/titan/skin/coolMiniTV/skin.xml

    r30807 r30821  
    10841084</screen>
    10851085
    1086 <screen name="systemmenu" font=Sansation_Regular fontcol=white1 fontsize=26 posx=center posy=center width=700 height=535 picmem=skin/X_Menu_3a.png>
    1087 <node fontsize=30 fontcol=grey type=textbox text="System" posy=10 posx=center halign=center width=100% height=30>
    1088 <node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=405>
     1086<screen name="systemmenu" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="535" picmem="skin/X_Menu_3a.png">
     1087<node fontsize="30" fontcol="grey" type="textbox" text="System" posy="10" posx="center" halign="center" width="100%" height="30">
     1088<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="405">
    10891089        <node parent="listbox" type="menu" name="channelservice" text="Channel Service" picmem="skin/channelservice.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10901090        <node parent="listbox" type="menu" name="cinterface" text="Common Interface" picmem="skin/cinterface.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
     
    10931093        <node parent="listbox" type="menu" name="vfdisplay" text="VFDisplay" picmem="skin/vfdisplay.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10941094        <node parent="listbox" type="menu" name="fancontrol" text="FanControl" picmem="skin/fancontrol.png" textposx="120" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
     1095        <node parent="listbox" type="menu" name="ceccontrol" text="HDMI-CEC" picmem="skin/cec.png" textposx="120" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
    10951096        <node parent="listbox" type="menu" name="systemupdatemenu" text="System Update" picmem="skin/systemupdate.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10961097        <node parent="listbox" type="menu" name="system_backup" text="System Backup" picmem="skin/backup.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    10971098        <node parent="listbox" type="menu" name="system_backup_restore" text="Settings backup/restore" picmem="skin/backup_and_restore_settings.png" textposx="120" fontsize="23" valign="middle" width="100%" height="50" hspace="5">
    10981099        <node parent="listbox" type="menu" name="unlock" text="Receiver unlock" picmem="skin/unlock.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
    1099 <node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=492 width=30 height=30>
    1100 <node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=492 width=30 height=30>
     1100<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="492" width="30" height="30">
     1101<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="492" width="30" height="30">
    11011102<node hidden="yes" name="menutext">
    11021103<node hidden="yes" name="details">
     
    23242325        <node halign="center" text="" name="textbox" fontsize="30" posx="0" posy="17" width="256" height="30">
    23252326</screen>
     2327
     2328
     2329<screen name="cec" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
     2330<node fontsize="30" fontcol="grey" type="textbox" text="Setup HDMI-CEC" posy="10" posx="center" halign="center" width="100%" height="30">
     2331<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
     2332        <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%" height="35">
     2333        <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%" height="35">
     2334        <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%" height="35">     
     2335        <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%" height="35">
     2336        <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%" height="35">
     2337        <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2338        <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%" height="35">
     2339        <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%" height="35">
     2340        <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%" height="35">
     2341<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
     2342<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     2343</screen>
Note: See TracChangeset for help on using the changeset viewer.