Skip to content

Commit

Permalink
[Confluence] refactor mutedialog into volumebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Jan 18, 2016
1 parent 41c85a1 commit 70c617b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions addons/skin.confluence/720p/DialogVolumeBar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<depth>DepthOSD</depth>
<left>820</left>
<top>0</top>
<include>VisibleFadeEffect</include>
<visible>!Player.Muted</visible>
<control type="image">
<left>0</left>
<top>-10</top>
Expand Down Expand Up @@ -62,5 +64,15 @@
</control>
</control>
</control>
<control type="image">
<left>50r</left>
<top>2</top>
<width>45</width>
<height>45</height>
<aspectratio>keep</aspectratio>
<texture>icon-mute.png</texture>
<include>VisibleFadeEffect</include>
<visible>Player.Muted</visible>
</control>
</controls>
</window>
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</control>
</controls>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/LoginScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</control>
</controls>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/MusicOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<onup>100</onup>
<ondown>100</ondown>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
</control>
<control type="slider" id="87">
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/MusicVisualisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="slide" start="0,0" end="-70,0" time="0" condition="Window.IsVisible(MusicOSD)">conditional</animation>
</control>
<control type="image">
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/VideoFullScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="slide" start="0,0" end="-70,0" time="0" condition="Window.IsVisible(VideoOSD)">conditional</animation>
</control>
<control type="image" id="1">
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/VideoOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<onright>1000</onright>
<onup>100</onup>
<ondown>100</ondown>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks)]</visible>
</control>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</include>
<include name="HomeAddonsCommonLayout">
Expand Down

0 comments on commit 70c617b

Please sign in to comment.