diff options
author | xhaggi <sascha.woo@gmail.com> | 2013-11-06 20:29:14 +0100 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-07-13 14:28:34 +0200 |
commit | 156f600f5ca74daa7cb31113d4cee95b2091ea99 (patch) | |
tree | bed3e94311ea1c92130e2d610371352e4d7c9cd3 /addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | |
parent | 39800382c5ad54fa3c6116e8d4d4515f2419d4cd (diff) |
[confluence] rewrite of pvr windows
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 103 |
1 files changed, 3 insertions, 100 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index 382bf593d3..4fbb64643e 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -42,7 +42,7 @@ <width>1280</width> <height>720</height> <texture>special://skin/backgrounds/media-overlay.jpg</texture> - <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> + <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels)</visible> <include>VisibleFadeEffect</include> </control> <control type="visualisation"> @@ -50,7 +50,7 @@ <top>0</top> <width>1280</width> <height>720</height> - <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis) + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> + <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis) + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels)</visible> <visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible> </control> <control type="videowindow"> @@ -58,7 +58,7 @@ <top>0</top> <width>1280</width> <height>720</height> - <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo) + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> + <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo) + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels)</visible> </control> <control type="image"> <left>0</left> @@ -298,101 +298,4 @@ </control> </control> </include> - <include name="ContentPanelBackgroundsPVR"> - <control type="image"> - <left>0</left> - <top>100r</top> - <width>1280</width> - <height>100</height> - <texture>floor.png</texture> - <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> - <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> - </control> - <control type="group"> - <include>Window_OpenClose_Animation</include> - <control type="group"> - <include>VisibleFadeEffect</include> - <visible>Control.IsVisible(10) | Control.IsVisible(14) | Control.IsVisible(15) | Control.IsVisible(16) | Control.IsVisible(17)</visible> - <control type="image"> - <left>55</left> - <top>60</top> - <width>1170</width> - <height>600</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>55</left> - <top>652</top> - <width>1170</width> - <height>64</height> - <texture border="15">ContentPanelMirror.png</texture> - </control> - </control> - <control type="group"> - <include>VisibleFadeEffect</include> - <visible>Control.IsVisible(11) | Control.IsVisible(12)</visible> - <control type="image"> - <left>50</left> - <top>60</top> - <width>450</width> - <height>600</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>50</left> - <top>652</top> - <width>450</width> - <height>64</height> - <texture border="15">ContentPanelMirror.png</texture> - </control> - <control type="image"> - <left>510</left> - <top>60</top> - <width>730</width> - <height>600</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>510</left> - <top>652</top> - <width>730</width> - <height>64</height> - <texture border="15">ContentPanelMirror.png</texture> - </control> - </control> - <control type="group"> - <include>VisibleFadeEffect</include> - <visible>Control.IsVisible(13)</visible> - <control type="image"> - <left>50</left> - <top>60</top> - <width>840</width> - <height>600</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>50</left> - <top>652</top> - <width>840</width> - <height>64</height> - <texture border="15">ContentPanelMirror.png</texture> - </control> - <control type="image"> - <left>900</left> - <top>60</top> - <width>330</width> - <height>600</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>900</left> - <top>652</top> - <width>330</width> - <height>64</height> - <texture border="15">ContentPanelMirror.png</texture> - </control> - </control> - </control> - </include> - </includes> |