aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2013-04-07 19:10:25 +1000
committerJezz_X <jezzx2@gmail.com>2013-04-07 19:10:25 +1000
commit5de5933725e1d83d6c7f209798bd1e73760b405d (patch)
tree2a7281db8f9d066a895f74c85009a3afa7b925ea /addons
parentdd58034e24740b85477f4eece936a3c37924d3ce (diff)
Fixed: Navigation on the new subtitle pop up in full screen playback
Fixed: Hide the Meta data when your adjusting subtitle offset from the new pop up Changed: Hide the "Next" and "Subtitle Offset" buttons in the pop up if you don't have subtitles enabled
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/VideoFullScreen.xml2
-rw-r--r--addons/skin.confluence/720p/VideoOSD.xml8
2 files changed, 6 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml
index 8bdc8c8a3c..072b48958f 100644
--- a/addons/skin.confluence/720p/VideoFullScreen.xml
+++ b/addons/skin.confluence/720p/VideoFullScreen.xml
@@ -3,7 +3,7 @@
<controls>
<!-- media infos -->
<control type="group" id="1">
- <visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(123) | Window.IsVisible(124) | Window.IsVisible(125) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
+ <visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(123) | Window.IsVisible(124) | Window.IsVisible(125) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(SliderDialog)]</visible>
<animation effect="fade" time="200">VisibleChange</animation>
<control type="image" id="1">
<posx>0</posx>
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml
index 674de28b31..c31671c2d4 100644
--- a/addons/skin.confluence/720p/VideoOSD.xml
+++ b/addons/skin.confluence/720p/VideoOSD.xml
@@ -306,7 +306,7 @@
<texturenofocus>OSDSubtitlesNF.png</texturenofocus>
<onleft>205</onleft>
<onright>251</onright>
- <onup>403</onup>
+ <onup>404</onup>
<ondown>1000</ondown>
</control>
<control type="button" id="251">
@@ -460,6 +460,8 @@
<visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
</control>
<control type="grouplist" id="400">
+ <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
+ <animation effect="fade" time="200">VisibleChange</animation>
<posx>400r</posx>
<posy>350r</posy>
<width>256</width>
@@ -529,7 +531,7 @@
<pulseonselect>false</pulseonselect>
<label>22006</label>
<onclick>SubtitleDelay</onclick>
- <visible>VideoPlayer.HasSubtitles</visible>
+ <visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
</control>
<control type="button" id="403">
<height>40</height>
@@ -542,7 +544,7 @@
<pulseonselect>false</pulseonselect>
<label>209</label>
<onclick>NextSubtitle</onclick>
- <visible>VideoPlayer.HasSubtitles</visible>
+ <visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
</control>
<control type="radiobutton" id="404">
<height>40</height>