-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request xbmc#25663 from ksooo/pvr-providers-gui
[Estuary][PVR][guiinfo] PVR Providers User Interface
- Loading branch information
Showing
54 changed files
with
1,314 additions
and
99 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window> | ||
<defaultcontrol always="true">50</defaultcontrol> | ||
<backgroundcolor>background</backgroundcolor> | ||
<views>50</views> | ||
<menucontrol>9000</menucontrol> | ||
<controls> | ||
<include>DefaultBackground</include> | ||
<control type="group"> | ||
<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation> | ||
<control type="group"> | ||
<include>OpenClose_Left</include> | ||
<control type="fixedlist" id="50"> | ||
<left>0</left> | ||
<top>list_top_offset</top> | ||
<right>918</right> | ||
<bottom>list_bottom_offset</bottom> | ||
<onleft>9000</onleft> | ||
<onright>73</onright> | ||
<onup>50</onup> | ||
<ondown>50</ondown> | ||
<movement>4</movement> | ||
<focusposition>4</focusposition> | ||
<pagecontrol>73</pagecontrol> | ||
<scrolltime tween="cubic" easing="out">500</scrolltime> | ||
<include content="PVRListItemLayouts"> | ||
<param name="list_id" value="50" /> | ||
<param name="label1" value="$INFO[ListItem.Label]" /> | ||
</include> | ||
</control> | ||
</control> | ||
<control type="group"> | ||
<depth>DepthContentPanel</depth> | ||
<include>OpenClose_Right</include> | ||
<width>870</width> | ||
<right>0</right> | ||
<include content="ContentPanel"> | ||
<param name="left" value="-72" /> | ||
<param name="width" value="970" /> | ||
<param name="top" value="-20" /> | ||
<param name="flipx" value="true" /> | ||
</include> | ||
<control type="scrollbar" id="73"> | ||
<left>-50</left> | ||
<top>list_top_offset</top> | ||
<width>12</width> | ||
<bottom>list_bottom_offset</bottom> | ||
<onleft>50</onleft> | ||
<onright>50</onright> | ||
<orientation>vertical</orientation> | ||
<animation effect="zoom" start="100,100" end="50,100" center="-50,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(73)">conditional</animation> | ||
</control> | ||
<include content="PVRInfoPanel"> | ||
<param name="folder_sortby" value="label" /> | ||
<param name="folder_sortorder" value="ascending" /> | ||
</include> | ||
</control> | ||
<include content="TopBar"> | ||
<param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRProvidersVar]" /> | ||
</include> | ||
<include content="BottomBar"> | ||
<param name="info_visible" value="true" /> | ||
</include> | ||
<control type="group"> | ||
<include>MediaMenuCommon</include> | ||
<include>PVRSideBar</include> | ||
</control> | ||
</control> | ||
<control type="label" id="29"> | ||
<font></font> | ||
<include>HiddenObject</include> | ||
</control> | ||
<control type="label" id="30"> | ||
<font></font> | ||
<include>HiddenObject</include> | ||
</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
Oops, something went wrong.