aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2016-06-22 00:56:39 +0200
committerronie <ronie@users.noreply.github.com>2016-06-22 00:56:39 +0200
commit7f7b9a34db573e18b5521123c26b31dd648b05a9 (patch)
treee7b45f5a8d147d06b29fb4918998eb8d1fc70fc9 /addons/skin.estouchy
parent7b8e69124c4eb050bc62f020351623007b115140 (diff)
[Estouchy] update
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r--addons/skin.estouchy/addon.xml2
-rw-r--r--addons/skin.estouchy/changelog.txt3
-rw-r--r--addons/skin.estouchy/xml/DialogAddonInfo.xml6
-rw-r--r--addons/skin.estouchy/xml/DialogFavourites.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogGameControllers.xml8
-rw-r--r--addons/skin.estouchy/xml/DialogMusicInfo.xml8
-rw-r--r--addons/skin.estouchy/xml/DialogPVRChannelManager.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogPVRInfo.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogSelect.xml8
-rw-r--r--addons/skin.estouchy/xml/DialogSubtitles.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogTextViewer.xml4
-rw-r--r--addons/skin.estouchy/xml/DialogVideoInfo.xml4
-rw-r--r--addons/skin.estouchy/xml/FileBrowser.xml8
-rw-r--r--addons/skin.estouchy/xml/FileManager.xml8
-rw-r--r--addons/skin.estouchy/xml/Includes.xml12
-rw-r--r--addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml8
-rw-r--r--addons/skin.estouchy/xml/Settings.xml1
-rw-r--r--addons/skin.estouchy/xml/VideoOSDBookmarks.xml4
19 files changed, 51 insertions, 53 deletions
diff --git a/addons/skin.estouchy/addon.xml b/addons/skin.estouchy/addon.xml
index a33cf5885c..d8140fcc27 100644
--- a/addons/skin.estouchy/addon.xml
+++ b/addons/skin.estouchy/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="skin.estouchy" version="1.0.16" name="Estouchy" provider-name="Team Kodi">
+<addon id="skin.estouchy" version="1.0.17" name="Estouchy" provider-name="Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.12.0"/>
</requires>
diff --git a/addons/skin.estouchy/changelog.txt b/addons/skin.estouchy/changelog.txt
index 101bd4b475..4597a840fe 100644
--- a/addons/skin.estouchy/changelog.txt
+++ b/addons/skin.estouchy/changelog.txt
@@ -1,3 +1,6 @@
+V1.0.17
+- Wider scrollbars
+
V1.0.16
- Updated language files from Transifex
diff --git a/addons/skin.estouchy/xml/DialogAddonInfo.xml b/addons/skin.estouchy/xml/DialogAddonInfo.xml
index 463b33143c..1cfd1c4611 100644
--- a/addons/skin.estouchy/xml/DialogAddonInfo.xml
+++ b/addons/skin.estouchy/xml/DialogAddonInfo.xml
@@ -270,12 +270,6 @@
<include>ButtonInfoDialogsCommonValues</include>
<label>24069</label>
</control>
- <control type="button" id="10">
- <description>Changelog button</description>
- <width>250</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24036</label>
- </control>
<control type="radiobutton" id="13">
<description>Auto-Update button</description>
<width>250</width>
diff --git a/addons/skin.estouchy/xml/DialogFavourites.xml b/addons/skin.estouchy/xml/DialogFavourites.xml
index 39e8f8b3c6..39fdff89f9 100644
--- a/addons/skin.estouchy/xml/DialogFavourites.xml
+++ b/addons/skin.estouchy/xml/DialogFavourites.xml
@@ -112,9 +112,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>690</posx>
+ <posx>682</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogGameControllers.xml b/addons/skin.estouchy/xml/DialogGameControllers.xml
index 613b266fea..73644f9804 100644
--- a/addons/skin.estouchy/xml/DialogGameControllers.xml
+++ b/addons/skin.estouchy/xml/DialogGameControllers.xml
@@ -71,9 +71,9 @@
<font>font25</font>
</control>
<control type="scrollbar" id="60">
- <posx>310</posx>
+ <posx>302</posx>
<posy>140</posy>
- <width>10</width>
+ <width>26</width>
<height>493</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -132,9 +132,9 @@
<font>font25</font>
</control>
<control type="scrollbar" id="61">
- <posx>1110</posx>
+ <posx>1102</posx>
<posy>140</posy>
- <width>10</width>
+ <width>26</width>
<height>493</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogMusicInfo.xml b/addons/skin.estouchy/xml/DialogMusicInfo.xml
index 5c5d7833b3..26ec75877b 100644
--- a/addons/skin.estouchy/xml/DialogMusicInfo.xml
+++ b/addons/skin.estouchy/xml/DialogMusicInfo.xml
@@ -253,9 +253,9 @@
<label>$INFO[ListItem.Property(Album_Description)]</label>
</control>
<control type="scrollbar" id="60">
- <posx>950</posx>
+ <posx>942</posx>
<posy>30</posy>
- <width>10</width>
+ <width>26</width>
<height>315</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -413,9 +413,9 @@
<label>$INFO[ListItem.Property(Artist_Description)]</label>
</control>
<control type="scrollbar" id="60">
- <posx>950</posx>
+ <posx>942</posx>
<posy>30</posy>
- <width>10</width>
+ <width>26</width>
<height>315</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogPVRChannelManager.xml b/addons/skin.estouchy/xml/DialogPVRChannelManager.xml
index fcc3b73f99..5f0485afa1 100644
--- a/addons/skin.estouchy/xml/DialogPVRChannelManager.xml
+++ b/addons/skin.estouchy/xml/DialogPVRChannelManager.xml
@@ -120,9 +120,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>520</posx>
+ <posx>512</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>570</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml b/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml
index edffff3597..9545d8eb85 100644
--- a/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml
+++ b/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml
@@ -200,9 +200,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>770</posx>
+ <posx>762</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogPVRInfo.xml b/addons/skin.estouchy/xml/DialogPVRInfo.xml
index 4043365dfc..97c00c504e 100644
--- a/addons/skin.estouchy/xml/DialogPVRInfo.xml
+++ b/addons/skin.estouchy/xml/DialogPVRInfo.xml
@@ -59,9 +59,9 @@
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="scrollbar" id="60">
- <posx>950</posx>
+ <posx>942</posx>
<posy>30</posy>
- <width>10</width>
+ <width>26</width>
<height>315</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogSelect.xml b/addons/skin.estouchy/xml/DialogSelect.xml
index d328be82b0..b3467dbc91 100644
--- a/addons/skin.estouchy/xml/DialogSelect.xml
+++ b/addons/skin.estouchy/xml/DialogSelect.xml
@@ -96,9 +96,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>695</posx>
+ <posx>687</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>540</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -202,9 +202,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="61">
- <posx>690</posx>
+ <posx>682</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>540</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogSubtitles.xml b/addons/skin.estouchy/xml/DialogSubtitles.xml
index 280fb55eae..1adae02c43 100644
--- a/addons/skin.estouchy/xml/DialogSubtitles.xml
+++ b/addons/skin.estouchy/xml/DialogSubtitles.xml
@@ -209,9 +209,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>965</posx>
+ <posx>957</posx>
<posy>130</posy>
- <width>10</width>
+ <width>26</width>
<height>500</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogTextViewer.xml b/addons/skin.estouchy/xml/DialogTextViewer.xml
index b719e20d9a..51f9787a68 100644
--- a/addons/skin.estouchy/xml/DialogTextViewer.xml
+++ b/addons/skin.estouchy/xml/DialogTextViewer.xml
@@ -48,9 +48,9 @@
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
- <posx>960</posx>
+ <posx>952</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/DialogVideoInfo.xml b/addons/skin.estouchy/xml/DialogVideoInfo.xml
index 1e095cb17a..c98c39618d 100644
--- a/addons/skin.estouchy/xml/DialogVideoInfo.xml
+++ b/addons/skin.estouchy/xml/DialogVideoInfo.xml
@@ -67,9 +67,9 @@
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="scrollbar" id="60">
- <posx>950</posx>
+ <posx>942</posx>
<posy>30</posy>
- <width>10</width>
+ <width>26</width>
<height>235</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/FileBrowser.xml b/addons/skin.estouchy/xml/FileBrowser.xml
index 1fbd8d1930..f2688f6aae 100644
--- a/addons/skin.estouchy/xml/FileBrowser.xml
+++ b/addons/skin.estouchy/xml/FileBrowser.xml
@@ -112,9 +112,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>690</posx>
+ <posx>682</posx>
<posy>90</posy>
- <width>10</width>
+ <width>26</width>
<height>560</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -193,9 +193,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="61">
- <posx>695</posx>
+ <posx>687</posx>
<posy>100</posy>
- <width>10</width>
+ <width>26</width>
<height>560</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/FileManager.xml b/addons/skin.estouchy/xml/FileManager.xml
index e7a9b98438..97a8d04567 100644
--- a/addons/skin.estouchy/xml/FileManager.xml
+++ b/addons/skin.estouchy/xml/FileManager.xml
@@ -128,9 +128,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>595</posx>
+ <posx>587</posx>
<posy>70</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -262,9 +262,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="61">
- <posx>595</posx>
+ <posx>587</posx>
<posy>70</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml
index fcbd100290..911ce765ba 100644
--- a/addons/skin.estouchy/xml/Includes.xml
+++ b/addons/skin.estouchy/xml/Includes.xml
@@ -357,9 +357,9 @@
<animation effect="slide" start="0,0" end="40,0" time="400">Hidden</animation>
<animation effect="slide" start="0,0" end="-7,0" time="0" condition="String.IsEqual(Skin.AspectRatio,4:3)">Conditional</animation>
<control type="scrollbar" id="60">
- <posx>8</posx>
+ <posx>0</posx>
<posy>40</posy>
- <width>10</width>
+ <width>26</width>
<height>640</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -860,7 +860,7 @@
</item>
<item>
<label>-</label>
- <onclick>ActivateWindow(Video,Root,Return)</onclick>
+ <onclick>ActivateWindow(Videos,Root,Return)</onclick>
<icon>icon_menu_videos.png</icon>
<visible>!Skin.HasSetting(HideHomeButtonVideo)</visible>
</item>
@@ -1036,7 +1036,7 @@
</item>
<item id="3">
<label>20342</label>
- <onclick>ActivateWindow(Video,MovieTitles,Return)</onclick>
+ <onclick>ActivateWindow(Videos,MovieTitles,Return)</onclick>
<icon>icon_menu_movies.png</icon>
<thumb>-</thumb>
<visible>Library.HasContent(Movies)</visible>
@@ -1044,7 +1044,7 @@
</item>
<item id="4">
<label>20343</label>
- <onclick>ActivateWindow(Video,TVShowTitles,Return)</onclick>
+ <onclick>ActivateWindow(Videos,TVShowTitles,Return)</onclick>
<icon>icon_menu_tvshows.png</icon>
<thumb>-</thumb>
<visible>Library.HasContent(TVShows)</visible>
@@ -1052,7 +1052,7 @@
</item>
<item id="5">
<label>3</label>
- <onclick>ActivateWindow(Video,Root,Return)</onclick>
+ <onclick>ActivateWindow(Videos,Root,Return)</onclick>
<icon>icon_menu_videos.png</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HideHomeButtonVideo)</visible>
diff --git a/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml b/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml
index 2162df0bd7..54482a14f7 100644
--- a/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml
+++ b/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml
@@ -128,9 +128,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>595</posx>
+ <posx>587</posx>
<posy>70</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
@@ -261,9 +261,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="61">
- <posx>595</posx>
+ <posx>587</posx>
<posy>70</posy>
- <width>10</width>
+ <width>26</width>
<height>660</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
diff --git a/addons/skin.estouchy/xml/Settings.xml b/addons/skin.estouchy/xml/Settings.xml
index 411c8de21d..f2a57a97c6 100644
--- a/addons/skin.estouchy/xml/Settings.xml
+++ b/addons/skin.estouchy/xml/Settings.xml
@@ -190,6 +190,7 @@
<font>font22</font>
<textcolor>blue</textcolor>
<align>center</align>
+ <include>16x9_xPos_Relocation</include>
</control>
</controls>
</window>
diff --git a/addons/skin.estouchy/xml/VideoOSDBookmarks.xml b/addons/skin.estouchy/xml/VideoOSDBookmarks.xml
index 4af74f0edd..756cafeef5 100644
--- a/addons/skin.estouchy/xml/VideoOSDBookmarks.xml
+++ b/addons/skin.estouchy/xml/VideoOSDBookmarks.xml
@@ -105,9 +105,9 @@
</focusedlayout>
</control>
<control type="scrollbar" id="60">
- <posx>780</posx>
+ <posx>772</posx>
<posy>100</posy>
- <width>10</width>
+ <width>26</width>
<height>440</height>
<texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
<texturesliderbar colordiffuse="grey">white.png</texturesliderbar>