Skip to content

Commit

Permalink
Added dependencies button to DialogAddonInfo.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gade01 committed Jul 11, 2017
1 parent baef21e commit 31faff9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
47 changes: 29 additions & 18 deletions 720p/includes_MenuBar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1936,8 +1936,8 @@
</control>
<control type="button" id="9">
<description>Add-on Settings</description>
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[24020][/UPPERCASE]</label>
<enable>!Skin.HasSetting(EnableKioskMode)</enable>
Expand All @@ -1947,8 +1947,8 @@
</control>
<control type="button" id="6">
<description>Install/UnInstall Add-on</description>
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[24022][/UPPERCASE]</label>
<enable>!Skin.HasSetting(EnableKioskMode)</enable>
Expand All @@ -1958,8 +1958,8 @@
</control>
<control type="button" id="7">
<description>Enable/Disable Add-on</description>
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[24021][/UPPERCASE]</label>
<enable>!Skin.HasSetting(EnableKioskMode)</enable>
Expand All @@ -1969,8 +1969,8 @@
</control>
<control type="button" id="12">
<description>Launch Add-on</description>
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[518][/UPPERCASE]</label>
</control>
Expand All @@ -1979,8 +1979,8 @@
</control>
<control type="button" id="8">
<description>Update Add-on</description>
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[24069][/UPPERCASE]</label>
<enable>!Skin.HasSetting(EnableKioskMode)</enable>
Expand All @@ -1990,32 +1990,43 @@
</control>
<control type="radiobutton" id="13">
<description>Auto-Update Add-on</description>
<width>179</width>
<textwidth>115</textwidth>
<width>156</width>
<textwidth>96</textwidth>
<textoffsetx>7</textoffsetx>
<include>MenuBarRadioBtn</include>
<label>[UPPERCASE]$LOCALIZE[21340][/UPPERCASE]</label>
<enable>!Skin.HasSetting(EnableKioskMode)</enable>
</control>
<control type="image" id="121">
<include>MenuBarSeparator</include>
</control>
<control type="button" id="122">
<control type="button" id="10">
<description>Add-on Dependencies</description>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$LOCALIZE[39024][/UPPERCASE]</label>
</control>
<control type="image" id="122">
<include>MenuBarSeparator</include>
</control>
<control type="button" id="123">
<description>Description / News / Screenshots</description>
<alttexturefocus border="4">gui/menu-bar-button-focus.png</alttexturefocus>
<alttexturenofocus />
<width>179</width>
<textwidth>165</textwidth>
<width>156</width>
<textwidth>142</textwidth>
<include>MenuBarSettingsBtn</include>
<label>[UPPERCASE]$VAR[AddonInfoMenuBarBtn122Label][/UPPERCASE]</label>
<onclick>$VAR[AddonInfoMenuBarBtn122Click]</onclick>
<visible>![String.IsEmpty(ListItem.AddonNews) + Integer.IsEqual(Container(50).NumItems,0)]</visible>
</control>
<control type="image" id="123">
<control type="image" id="124">
<include>MenuBarSeparator</include>
<visible>![String.IsEmpty(ListItem.AddonNews) + Integer.IsEqual(Container(50).NumItems,0)]</visible>
</control>
<!--
<control type="button" id="123">
<control type="button" id="125">
<description>Changelog</description>
<width>179</width>
<textwidth>165</textwidth>
Expand All @@ -2025,7 +2036,7 @@
<onclick condition="!System.HasAddon(script.skin.helper.service)">InstallAddon(script.skin.helper.service)</onclick>
<visible>!Control.IsVisible(122) + !String.IsEmpty(ListItem.Property(Addon.Changelog))</visible>
</control>
<control type="image" id="124">
<control type="image" id="126">
<include>MenuBarSeparator</include>
<visible>!Control.IsVisible(122) + !String.IsEmpty(ListItem.Property(Addon.Changelog))</visible>
</control>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
<screenshot>resources/screenshot-09.jpg</screenshot>
<screenshot>resources/screenshot-10.jpg</screenshot>
</assets>
<news>[B]11.1.6[/B][CR]- Added expiration date and time to PVR information window[CR]- Fixes for weather window[CR][I]For a full list of changes visit https://raw.githubusercontent.com/gade01/Rapier/master/changelog.txt[/I]</news>
<news>[B]11.1.6[/B][CR]- Added expiration date and time to PVR information window[CR]- Fixes for weather window[CR]- Added "Dependencies" button to add-on information window[CR][I]For a full list of changes visit https://raw.githubusercontent.com/gade01/Rapier/master/changelog.txt[/I]</news>
</extension>
</addon>
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
------------------------
[B]11.1.6 (9-July-17)[/B]
[B]11.1.6 (11-July-17)[/B]
------------------------
- Added expiration date and time to PVR information window.
- Fixes for weather window.
- Added "Dependencies" button to add-on information window.

------------------------
[B]11.1.5 (6-July-17)[/B]
Expand Down

0 comments on commit 31faff9

Please sign in to comment.