This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jurialmunkey
committed
Jan 8, 2015
1 parent
67239f0
commit f9ccc7b
Showing
9 changed files
with
159 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Foundation --> | ||
<window> | ||
<defaultcontrol always="true">11</defaultcontrol> | ||
|
||
<controls> | ||
|
||
<control type="group"> | ||
<visible>!Window.IsActive(DialogPVRGuideInfo.xml)</visible> | ||
<include>Animation.SlideOpen.Right</include> | ||
<control type="image"> | ||
<posx>-1</posx> | ||
<posy>-1</posy> | ||
<width>668</width> | ||
<height>1082</height> | ||
<texture colordiffuse="PanelBG" border="5">common/white.png</texture> | ||
<bordertexture colordiffuse="PosterBorder" border="5">common/border-inner.png</bordertexture> | ||
<bordersize>1</bordersize> | ||
<animation effect="fade" start="100" end="90" condition="true">Conditional</animation> | ||
</control> | ||
<control type="image"> | ||
<posx>562</posx> | ||
<posy>28</posy> | ||
<width>64</width> | ||
<height>64</height> | ||
<texture>$INFO[VideoPlayer.Thumb]</texture> | ||
</control> | ||
<control type="label"> | ||
<posx>33</posx> | ||
<posy>10</posy> | ||
<width>400</width> | ||
<align>left</align> | ||
<textcolor>PanelFG</textcolor> | ||
<font>Font-SettingsCategory</font> | ||
<label>$INFO[VideoPlayer.ChannelName]</label> | ||
</control> | ||
<control type="label"> | ||
<posx>33</posx> | ||
<posy>43</posy> | ||
<width>400</width> | ||
<align>left</align> | ||
<textcolor>PanelFG</textcolor> | ||
<font>Font-ListInfo</font> | ||
<label>$INFO[System.Time,, ]$INFO[System.Date]</label> | ||
</control> | ||
|
||
<control type="list" id="11"> | ||
<posx>11</posx> | ||
<posy>120</posy> | ||
<height>980</height> | ||
<width>645</width> | ||
<orientation>vertical</orientation> | ||
<itemlayout height="120" width="645"> | ||
<control type="image"> | ||
<width>645</width> | ||
<height>109</height> | ||
<texture>common/selected.png</texture> | ||
<aspectratio aligny="top">center</aspectratio> | ||
<animation effect="fade" start="100" end="10" condition="true">Conditional</animation> | ||
<visible>ListItem.IsPlaying</visible> | ||
<colordiffuse>PanelFG</colordiffuse> | ||
</control> | ||
<control type="label"> | ||
<left>22</left> | ||
<right>22</right> | ||
<posy>5</posy> | ||
<align>left</align> | ||
<textcolor>PanelFG-NF</textcolor> | ||
<selectedcolor>PanelFG-NF</selectedcolor> | ||
<font>Font-SettingsCategory</font> | ||
<label>$INFO[ListItem.Title]</label> | ||
</control> | ||
<control type="label"> | ||
<posy>40</posy> | ||
<left>22</left> | ||
<right>22</right> | ||
<align>left</align> | ||
<font>Font-ListInfo</font> | ||
<textcolor>PanelFG-NF</textcolor> | ||
<selectedcolor>PanelFG-NF</selectedcolor> | ||
<label>$INFO[ListItem.StartTime,, ]</label> | ||
</control> | ||
</itemlayout> | ||
<focusedlayout height="120" width="645"> | ||
<control type="image"> | ||
<width>645</width> | ||
<height>109</height> | ||
<texture colordiffuse="PosterBorder" border="5">common/border-inner.png</texture> | ||
</control> | ||
<control type="image"> | ||
<width>645</width> | ||
<height>109</height> | ||
<texture>common/selected.png</texture> | ||
<aspectratio aligny="top">center</aspectratio> | ||
<animation effect="fade" start="100" end="10" condition="true">Conditional</animation> | ||
<visible>ListItem.IsPlaying</visible> | ||
</control> | ||
<control type="label"> | ||
<left>22</left> | ||
<right>22</right> | ||
<posy>5</posy> | ||
<align>left</align> | ||
<textcolor>Selected</textcolor> | ||
<selectedcolor>Selected</selectedcolor> | ||
<font>Font-SettingsCategory</font> | ||
<label>$INFO[ListItem.Title]</label> | ||
</control> | ||
<control type="label"> | ||
<posy>40</posy> | ||
<left>22</left> | ||
<right>22</right> | ||
<align>left</align> | ||
<font>Font-ListInfo</font> | ||
<textcolor>Selected</textcolor> | ||
<selectedcolor>Selected</selectedcolor> | ||
<label>$INFO[ListItem.StartTime,, ]</label> | ||
</control> | ||
</focusedlayout> | ||
|
||
</control> | ||
</control> | ||
</controls> | ||
|
||
</window> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[B]1.1.9[/B] | ||
Add more hub option presets | ||
Add OSD PVR Guide | ||
|
||
[B]1.1.8[/B] | ||
Kaitoast changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -751,3 +751,7 @@ msgstr "" | |
msgctxt "#31285" | ||
msgid "Premiere Date" | ||
msgstr "" | ||
|
||
msgctxt "#31286" | ||
msgid "Disable clock" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters