aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogPVRChannelManager.xml
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2012-09-01 17:12:07 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2012-09-05 00:17:22 +0200
commit4e9cb43928abbddd5d683cb5d9d66c72b3bbf88e (patch)
tree58c59c5d5621c553118edb569e1e815c45567f83 /addons/skin.confluence/720p/DialogPVRChannelManager.xml
parentc79dd456775c37963a27d9f563c405d83ee19c5c (diff)
[pvr] added PVR support to XBMC (taken from https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba)
add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
Diffstat (limited to 'addons/skin.confluence/720p/DialogPVRChannelManager.xml')
-rw-r--r--addons/skin.confluence/720p/DialogPVRChannelManager.xml560
1 files changed, 560 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogPVRChannelManager.xml b/addons/skin.confluence/720p/DialogPVRChannelManager.xml
new file mode 100644
index 0000000000..4093206466
--- /dev/null
+++ b/addons/skin.confluence/720p/DialogPVRChannelManager.xml
@@ -0,0 +1,560 @@
+<window id="605">
+ <defaultcontrol always="true">20</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>190</posx>
+ <posy>30</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>900</width>
+ <height>660</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>Dialog Header image</description>
+ <posx>40</posx>
+ <posy>16</posy>
+ <width>820</width>
+ <height>40</height>
+ <texture>dialogheader.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>40</posx>
+ <posy>20</posy>
+ <width>820</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>$LOCALIZE[19199] - $LOCALIZE[19023]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>selected</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>IsEmpty(Window.Property(IsRadio))</visible>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>40</posx>
+ <posy>20</posy>
+ <width>820</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>$LOCALIZE[19199] - $LOCALIZE[19024]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>selected</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(IsRadio))</visible>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>810</posx>
+ <posy>15</posy>
+ <width>64</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>PreviousMenu</onclick>
+ <texturefocus>DialogCloseButton-focus.png</texturefocus>
+ <texturenofocus>DialogCloseButton.png</texturenofocus>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>10</onup>
+ <ondown>10</ondown>
+ <visible>system.getbool(input.enablemouse)</visible>
+ </control>
+ <control type="group">
+ <posx>20</posx>
+ <posy>70</posy>
+ <control type="scrollbar" id="60">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>25</width>
+ <height>470</height>
+ <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
+ <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>ScrollBarNib.png</textureslidernib>
+ <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
+ <onleft>9002</onleft>
+ <onright>20</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="image">
+ <posx>25</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>475</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="list" id="20">
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>420</width>
+ <height>470</height>
+ <onup>20</onup>
+ <ondown>20</ondown>
+ <onleft>60</onleft>
+ <onright>9002</onright>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="45" width="420">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>40</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <texture>$INFO[ListItem.Property(Icon)]</texture>
+ <visible>ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <colordiffuse>77FFFFFF</colordiffuse>
+ <texture>$INFO[ListItem.Property(Icon)]</texture>
+ <visible>!ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>335</width>
+ <height>40</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
+ <visible>ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>335</width>
+ <height>40</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey3</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
+ <visible>!ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="image">
+ <posx>390</posx>
+ <posy>10</posy>
+ <width>20</width>
+ <height>20</height>
+ <texture>OverlayWatched.png</texture>
+ <visible>ListItem.Property(Changed)</visible>
+ </control>
+ </itemlayout>
+ <focusedlayout height="65" width="420">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>60</height>
+ <texture border="5">button-focus2.png</texture>
+ <animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(20)">conditional</animation>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <texture>$INFO[ListItem.Property(Icon)]</texture>
+ <visible>ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <colordiffuse>77FFFFFF</colordiffuse>
+ <texture>$INFO[ListItem.Property(Icon)]</texture>
+ <visible>!ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>335</width>
+ <height>40</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
+ <visible>ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>335</width>
+ <height>40</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey3</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
+ <visible>!ListItem.Property(ActiveChannel)</visible>
+ </control>
+ <control type="image">
+ <posx>390</posx>
+ <posy>10</posy>
+ <width>20</width>
+ <height>20</height>
+ <texture>OverlayWatched.png</texture>
+ <visible>ListItem.Property(Changed)</visible>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>30</posy>
+ <width>410</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>selected</selectedcolor>
+ <label>$LOCALIZE[19210]: $INFO[ListItem.Property(ClientName)]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page Count Label</description>
+ <posx>30</posx>
+ <posy>485</posy>
+ <width>420</width>
+ <height>20</height>
+ <font>font12</font>
+ <textcolor>grey</textcolor>
+ <scroll>false</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
+ </control>
+ </control>
+ <control type="group" id="9002">
+ <control type="group">
+ <posx>490</posx>
+ <posy>70</posy>
+ <control type="label">
+ <description>channel options Header</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>20</height>
+ <font>font12</font>
+ <label>$LOCALIZE[31511]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>blue</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="radiobutton" id ="7">
+ <description>Channel activated</description>
+ <posx>0</posx>
+ <posy>25</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <pulseonselect>no</pulseonselect>
+ <label>19074</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>9000</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="edit" id ="8">
+ <description>Channel name</description>
+ <posx>0</posx>
+ <posy>65</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <label>19201</label>
+ <onright>60</onright>
+ <onleft>20</onleft>
+ <onup>7</onup>
+ <ondown>9</ondown>
+ </control>
+ <control type="button" id ="9">
+ <description>Channel logo Button</description>
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <label>19202</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>8</onup>
+ <ondown>12</ondown>
+ </control>
+ <control type="image" id ="10">
+ <description>Current Channel Icon</description>
+ <posx>345</posx>
+ <posy>107</posy>
+ <width>30</width>
+ <height>30</height>
+ <aspectratio>keep</aspectratio>
+ <info>ListItem.Property(Icon)</info>
+ </control>
+ <control type="radiobutton" id ="12">
+ <description>EPG activated</description>
+ <posx>0</posx>
+ <posy>145</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <pulseonselect>no</pulseonselect>
+ <label>19206</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>9</onup>
+ <ondown>13</ondown>
+ </control>
+ <control type="spincontrolex" id ="13">
+ <description>EPG source</description>
+ <posx>0</posx>
+ <posy>185</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <label>19200</label>
+ <onright>60</onright>
+ <onleft>20</onleft>
+ <onup>12</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="radiobutton" id ="14">
+ <description>Parental locked</description>
+ <posx>0</posx>
+ <posy>225</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <pulseonselect>no</pulseonselect>
+ <label>19267</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>13</onup>
+ <ondown>30</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>490</posx>
+ <posy>360</posy>
+ <control type="label">
+ <description>channel options Header</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>20</height>
+ <font>font12</font>
+ <label>$LOCALIZE[31026]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>blue</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="button" id ="30">
+ <description>Group Manager Button</description>
+ <posx>0</posx>
+ <posy>25</posy>
+ <width>190</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19205</label>
+ <onleft>20</onleft>
+ <onright>34</onright>
+ <onup>14</onup>
+ <ondown>31</ondown>
+ </control>
+ <control type="button" id ="34">
+ <description>TV/Radio Button</description>
+ <posx>195</posx>
+ <posy>25</posy>
+ <width>185</width>
+ <height>35</height>
+ <font>font12</font>
+ <visible>IsEmpty(Window.Property(IsRadio))</visible>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19024</label>
+ <onleft>30</onleft>
+ <onright>60</onright>
+ <onup>14</onup>
+ <ondown>31</ondown>
+ </control>
+ <control type="button" id ="34">
+ <description>TV/Radio Button</description>
+ <posx>195</posx>
+ <posy>25</posy>
+ <width>185</width>
+ <height>35</height>
+ <font>font12</font>
+ <visible>!IsEmpty(Window.Property(IsRadio))</visible>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19023</label>
+ <onleft>30</onleft>
+ <onright>60</onright>
+ <onup>14</onup>
+ <ondown>31</ondown>
+ </control>
+ <control type="button" id ="31">
+ <description>Edit channel Button</description>
+ <posx>0</posx>
+ <posy>65</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19203</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>30</onup>
+ <ondown>32</ondown>
+ </control>
+ <control type="button" id ="32">
+ <description>Delete channel Button</description>
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19211</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>31</onup>
+ <ondown>33</ondown>
+ </control>
+ <control type="button" id ="33">
+ <description>New channel Button</description>
+ <posx>0</posx>
+ <posy>145</posy>
+ <width>380</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <align>center</align>
+ <label>19204</label>
+ <onleft>20</onleft>
+ <onright>60</onright>
+ <onup>32</onup>
+ <ondown>9000</ondown>
+ </control>
+ </control>
+ </control>
+ <control type="group" id="9000">
+ <posx>70</posx>
+ <posy>590</posy>
+ <control type="button" id ="4">
+ <description>OK Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>40</height>
+ <label>186</label>
+ <font>font12_title</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>6</onleft>
+ <onright>5</onright>
+ <onup>33</onup>
+ <ondown>7</ondown>
+ </control>
+ <control type="button" id ="5">
+ <description>Apply changes Button</description>
+ <posx>260</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>40</height>
+ <label>14070</label>
+ <font>font12_title</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>4</onleft>
+ <onright>6</onright>
+ <onup>33</onup>
+ <ondown>7</ondown>
+ </control>
+ <control type="button" id ="6">
+ <description>Cancel Button</description>
+ <posx>520</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>40</height>
+ <label>222</label>
+ <font>font12_title</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>5</onleft>
+ <onright>4</onright>
+ <onup>33</onup>
+ <ondown>7</ondown>
+ </control>
+ </control>
+ </controls>
+</window>