diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-12-04 17:26:28 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-12-04 17:26:28 +0100 |
commit | 1ce1b91cbaffd11e85d6538132e4998ad1ff5b7b (patch) | |
tree | 080a650e90fbd2d317c82522c50489b196e9b8ea /addons | |
parent | 4f07b430df98c0b300c5c3d74d8bba5238c8df05 (diff) | |
parent | 6e28b3c0b024407e4cceebf038fc74617643f1f0 (diff) |
Merge pull request #8471 from phil65/confluence_fix_sidebar_nav
[Confluence] - fix navigation for SideBar NowPlaying controls
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 303 |
1 files changed, 108 insertions, 195 deletions
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index 6154de0b47..327d8220dc 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -808,164 +808,120 @@ <description>Fake Button to fix Player Controls Navigation</description> <visible>false</visible> </control> - <control type="group" id="9006"> - <width>250</width> + <control type="group" id="90060"> <height>45</height> <visible>VideoPlayer.Content(LiveTV)</visible> <include>VisibleFadeEffect</include> - <control type="button" id="600"> - <left>5</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDChannelUPFO.png</texturefocus> - <texturenofocus>OSDChannelUPNF.png</texturenofocus> - <onleft>50</onleft> - <onright>601</onright> - <onup>610</onup> - <ondown>611</ondown> - <onclick>ChannelDown</onclick> - </control> - <control type="button" id="601"> - <left>45</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDChannelDownFO.png</texturefocus> - <texturenofocus>OSDChannelDownNF.png</texturenofocus> - <onleft>600</onleft> - <onright>603</onright> - <onup>610</onup> - <ondown>611</ondown> - <onclick>ChannelUp</onclick> - </control> - <control type="button" id="603"> - <left>85</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDStopFO.png</texturefocus> - <texturenofocus>OSDStopNF.png</texturenofocus> - <onleft>601</onleft> - <onright>604</onright> - <onup>610</onup> - <ondown>611</ondown> - <onclick>down</onclick> - <onclick>PlayerControl(Stop)</onclick> - </control> - <control type="togglebutton" id="604"> - <left>125</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDPauseFO.png</texturefocus> - <texturenofocus>OSDPauseNF.png</texturenofocus> - <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> - <alttexturefocus>OSDPlayFO.png</alttexturefocus> - <alttexturenofocus>OSDPlayNF.png</alttexturenofocus> - <onleft>603</onleft> - <onright>605</onright> - <onup>610</onup> - <ondown>606</ondown> - <onback>50</onback> - <onclick>PlayerControl(Play)</onclick> - <enable>Player.PauseEnabled</enable> - <animation effect="fade" start="100" end="30" time="75" condition="!Player.PauseEnabled">Conditional</animation> - </control> - <control type="button" id="605"> - <left>165</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDRecordOffFO.png</texturefocus> - <texturenofocus>OSDRecordOffNF.png</texturenofocus> - <onleft>604</onleft> - <onright>606</onright> - <onup>610</onup> - <ondown>611</ondown> - <onclick>PlayerControl(record)</onclick> - <enable>Player.CanRecord</enable> - <animation effect="fade" start="100" end="30" time="75" condition="!Player.CanRecord">Conditional</animation> - </control> - <control type="button" id="606"> - <left>205</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <visible>RDS.HasRadiotextPlus</visible> - <texturefocus>OSDRadioRDSFO.png</texturefocus> - <texturenofocus>OSDRadioRDSNF.png</texturenofocus> - <onleft>605</onleft> - <onright>50</onright> - <onup>610</onup> - <ondown>611</ondown> - <onclick>ActivateWindow(PVRRadioRDSInfo)</onclick> - </control> - <control type="button" id="606"> - <left>205</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <visible>!RDS.HasRadiotextPlus</visible> - <texturefocus>OSDChannelListFO.png</texturefocus> - <texturenofocus>OSDChannelListNF.png</texturenofocus> - <onleft>605</onleft> + <control type="grouplist" id="9006"> + <width>250</width> + <height>45</height> + <itemgap>1</itemgap> + <orientation>horizontal</orientation> <onright>50</onright> + <onback>50</onback> <onup>610</onup> <ondown>611</ondown> - <onclick>ActivateWindow(PVRGuideInfo)</onclick> + <control type="button" id="600"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDChannelUPFO.png</texturefocus> + <texturenofocus>OSDChannelUPNF.png</texturenofocus> + <onclick>ChannelDown</onclick> + </control> + <control type="button" id="601"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDChannelDownFO.png</texturefocus> + <texturenofocus>OSDChannelDownNF.png</texturenofocus> + <onclick>ChannelUp</onclick> + </control> + <control type="button" id="603"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDStopFO.png</texturefocus> + <texturenofocus>OSDStopNF.png</texturenofocus> + <onclick>down</onclick> + <onclick>PlayerControl(Stop)</onclick> + </control> + <control type="togglebutton" id="604"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDPauseFO.png</texturefocus> + <texturenofocus>OSDPauseNF.png</texturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <alttexturefocus>OSDPlayFO.png</alttexturefocus> + <alttexturenofocus>OSDPlayNF.png</alttexturenofocus> + <onclick>PlayerControl(Play)</onclick> + <enable>Player.PauseEnabled</enable> + <animation effect="fade" start="100" end="30" time="75" condition="!Player.PauseEnabled">Conditional</animation> + </control> + <control type="button" id="605"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDRecordOffFO.png</texturefocus> + <texturenofocus>OSDRecordOffNF.png</texturenofocus> + <onclick>PlayerControl(record)</onclick> + <enable>Player.CanRecord</enable> + <animation effect="fade" start="100" end="30" time="75" condition="!Player.CanRecord">Conditional</animation> + </control> + <control type="button" id="606"> + <width>39</width> + <height>39</height> + <label>-</label> + <visible>RDS.HasRadiotextPlus</visible> + <texturefocus>OSDRadioRDSFO.png</texturefocus> + <texturenofocus>OSDRadioRDSNF.png</texturenofocus> + <onclick>ActivateWindow(PVRRadioRDSInfo)</onclick> + </control> + <control type="button" id="622"> + <width>39</width> + <height>39</height> + <label>-</label> + <visible>!RDS.HasRadiotextPlus</visible> + <texturefocus>OSDChannelListFO.png</texturefocus> + <texturenofocus>OSDChannelListNF.png</texturenofocus> + <onclick>ActivateWindow(PVRGuideInfo)</onclick> + </control> </control> </control> - <control type="group" id="9005"> + <control type="group" id="90050"> <visible>Player.HasMedia</visible> <visible>!VideoPlayer.Content(LiveTV)</visible> <include>VisibleFadeEffect</include> - <width>250</width> <height>45</height> - <defaultcontrol always="true">603</defaultcontrol> - <control type="button" id="600"> - <left>5</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDPrevTrackFO.png</texturefocus> - <texturenofocus>OSDPrevTrackNF.png</texturenofocus> - <onleft>50</onleft> - <onright>606</onright> - <onup>610</onup> - <ondown>611</ondown> + <control type="grouplist" id="9005"> + <width>250</width> + <height>45</height> + <itemgap>1</itemgap> + <orientation>horizontal</orientation> + <onright>50</onright> <onback>50</onback> - <onclick>PlayerControl(Previous)</onclick> - </control> - <control type="button" id="606"> - <left>45</left> - <top>2</top> - <width>39</width> - <height>39</height> - <label>-</label> - <texturefocus>OSDRewindFO.png</texturefocus> - <texturenofocus>OSDRewindNF.png</texturenofocus> - <onleft>600</onleft> - <onright>603</onright> <onup>610</onup> <ondown>611</ondown> - <onback>50</onback> - <onclick>PlayerControl(Rewind)</onclick> - <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible> - </control> - <control type="group"> - <animation effect="slide" start="0,0" end="40,0" time="0" condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo">Conditional</animation> - <control type="togglebutton" id="603"> - <left>45</left> - <top>2</top> + <defaultcontrol always="true">603</defaultcontrol> + <control type="button" id="700"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDPrevTrackFO.png</texturefocus> + <texturenofocus>OSDPrevTrackNF.png</texturenofocus> + <onclick>PlayerControl(Previous)</onclick> + </control> + <control type="button" id="706"> + <width>39</width> + <height>39</height> + <label>-</label> + <texturefocus>OSDRewindFO.png</texturefocus> + <texturenofocus>OSDRewindNF.png</texturenofocus> + <onclick>PlayerControl(Rewind)</onclick> + <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible> + </control> + <control type="togglebutton" id="703"> <width>39</width> <height>39</height> <label>-</label> @@ -974,89 +930,50 @@ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <alttexturefocus>OSDPlayFO.png</alttexturefocus> <alttexturenofocus>OSDPlayNF.png</alttexturenofocus> - <onleft>606</onleft> - <onright>601</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> <onclick>PlayerControl(Play)</onclick> </control> - <control type="button" id="601"> - <left>85</left> - <top>2</top> + <control type="button" id="701"> <width>39</width> <height>39</height> <label>-</label> <texturefocus>OSDStopFO.png</texturefocus> <texturenofocus>OSDStopNF.png</texturenofocus> - <onleft>603</onleft> - <onright>607</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> <onclick>down</onclick> <onclick>PlayerControl(Stop)</onclick> </control> - <control type="button" id="607"> - <left>125</left> - <top>2</top> + <control type="button" id="707"> <width>39</width> <height>39</height> <label>-</label> <texturefocus>OSDForwardFO.png</texturefocus> <texturenofocus>OSDForwardNF.png</texturenofocus> - <onleft>601</onleft> - <onright>602</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> <onclick>PlayerControl(Forward)</onclick> <visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible> </control> - <control type="button" id="602"> - <left>125</left> - <top>2</top> + <control type="button" id="702"> <width>39</width> <height>39</height> <label>-</label> <texturefocus>OSDNextTrackFO.png</texturefocus> <texturenofocus>OSDNextTrackNF.png</texturenofocus> - <onleft>607</onleft> - <onright>604</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> <onclick>PlayerControl(Next)</onclick> - <animation effect="slide" start="0,0" end="40,0" time="0" condition="Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo">Conditional</animation> </control> - </control> - <control type="group"> - <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible> - <control type="button" id="604"> - <left>165</left> - <top>2</top> + <control type="button" id="704"> <width>39</width> <height>39</height> <label>-</label> <texturefocus>-</texturefocus> <texturenofocus>-</texturenofocus> <onclick>PlayerControl(Repeat)</onclick> - <onleft>602</onleft> - <onright>605</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> + <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible> </control> - <control type="image"> - <left>165</left> - <top>2</top> + <control type="image" id="713"> <width>39</width> <height>39</height> <texture>$VAR[PlayerControlsRepeatImageVar]</texture> + <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible> </control> - <control type="togglebutton" id="605"> - <left>205</left> - <top>2</top> + <control type="togglebutton" id="705"> <width>39</width> <height>39</height> <label>-</label> @@ -1066,11 +983,7 @@ <alttexturefocus>OSDRandomOnFO.png</alttexturefocus> <alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus> <onclick>PlayerControl(Random)</onclick> - <onleft>604</onleft> - <onright>50</onright> - <onup>610</onup> - <ondown>611</ondown> - <onback>50</onback> + <visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible> </control> </control> </control> |