more Krypton
This commit is contained in:
parent
25d26ab5cd
commit
51facdad2e
|
@ -106,18 +106,10 @@
|
|||
<posy>0</posy>
|
||||
<width>22-col</width>
|
||||
<height>11-row</height>
|
||||
<aspectratio aligny="center">keep</aspectratio>
|
||||
<aspectratio aligny="center">scale</aspectratio>
|
||||
<texture fallback="addonDefaultBG.png">$INFO[ListItem.art(fanart)]</texture>
|
||||
<colordiffuse>22ffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>22-col</width>
|
||||
<height>11-row</height>
|
||||
<aspectratio aligny="center">scale</aspectratio>
|
||||
<texture>vignette.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4-col</posx>
|
||||
<posy>1-row</posy>
|
||||
|
@ -137,7 +129,7 @@
|
|||
<width>10-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>medium</font>
|
||||
<font>mediumLight</font>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
<control type="textbox" id="400">
|
||||
|
|
|
@ -47,6 +47,47 @@
|
|||
<height>10-row</height>
|
||||
<aspectratio aligny="center">scale</aspectratio>
|
||||
<texture fallback="colors/offblack.png">$INFO[ListItem.art(fanart)]</texture>
|
||||
</control>
|
||||
<!--screenshots-->
|
||||
<control type="panel" id="50">
|
||||
<posx>6-col</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>8-row</height>
|
||||
<onleft>50</onleft>
|
||||
<onright>50</onright>
|
||||
<ondown>8000</ondown>
|
||||
<orientation>horizontal</orientation>
|
||||
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
||||
<itemlayout width="444" height="336">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture border="6">$INFO[Listitem.thumb]</texture>
|
||||
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="444" height="336">
|
||||
<control type="group">
|
||||
<include>focusThumb</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture>$INFO[Listitem.thumb]</texture>
|
||||
<bordertexture border="6">colors/white.png</bordertexture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
@ -58,9 +99,9 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>4-col</height>
|
||||
<posy>7-row</posy>
|
||||
<width>2-col</width>
|
||||
<height>2-col</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
|
||||
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
||||
|
@ -94,7 +135,7 @@
|
|||
<width>12-col-gutter</width>
|
||||
<font>small</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
<label>[B]$LOCALIZE[31082] $INFO[ListItem.AddonVersion], $INFO[ListItem.AddonCreator][/B]</label>
|
||||
<label>[B]$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,][/B]</label>
|
||||
</control>
|
||||
<control type="textbox" id="400">
|
||||
<posx>12</posx>
|
||||
|
@ -118,6 +159,7 @@
|
|||
<height>14-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<onup>50</onup>
|
||||
<itemlayout width="6-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
|
@ -233,13 +275,6 @@
|
|||
<thumb>-</thumb>
|
||||
<onclick>SendClick(146,7)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<visible>Control.IsEnabled(10)</visible>
|
||||
<label>$INFO[Control.GetLabel(10)]</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(146,10)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
|
@ -262,10 +297,6 @@
|
|||
<description>Addon Settings</description>
|
||||
<label>24020</label>
|
||||
</control>
|
||||
<control type="button" id="10">
|
||||
<description>Changelog button</description>
|
||||
<label>24036</label>
|
||||
</control>
|
||||
<control type="button" id="12">
|
||||
<description>Launch addon</description>
|
||||
</control>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">-</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<control type="label">
|
||||
<posy>0</posy>
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<include>modalDialogInOut</include>
|
||||
<!--text-->
|
||||
<control type="group">
|
||||
<posx>col-9-begin</posx>
|
||||
<posx>col-7-begin</posx>
|
||||
<posy>0</posy>
|
||||
<control type="label" id="1">
|
||||
<description>heading</description>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>540</width>
|
||||
<width>12-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
<font>dialogTitle</font>
|
||||
|
@ -26,23 +26,27 @@
|
|||
<description>Progressbar</description>
|
||||
<posx>12</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>540</width>
|
||||
<height>24</height>
|
||||
<width>12-col-gutter</width>
|
||||
<height>1-row</height>
|
||||
<info>System.Progressbar</info>
|
||||
</control>
|
||||
<control type="textbox" id="9">
|
||||
<posx>12</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>540</width>
|
||||
<height>78</height>
|
||||
<posy>2-row</posy>
|
||||
<width>828</width>
|
||||
<height>156</height>
|
||||
<font>textbox</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<autoscroll delay="3000" time="2000" repeat="5000"/>
|
||||
</control>
|
||||
</control>
|
||||
<!--Yes / No-->
|
||||
<control type="group">
|
||||
<posx>col-7-begin</posx>
|
||||
<posy>8-row</posy>
|
||||
<control type="image">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
|
@ -50,8 +54,8 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<visible>control.hasfocus(10)</visible>
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
|
@ -59,12 +63,12 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<animation type="conditional" condition="control.hasfocus(10)" loop="false" reversible="false">
|
||||
<effect type="fade" time="500"/>
|
||||
<effect type="rotatey" end="180" center="708" tween="back" easing="out" time="1000"/>
|
||||
<effect type="rotatey" end="180" center="36" tween="back" easing="out" time="1000"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
|
@ -74,8 +78,8 @@
|
|||
<label>×</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>col-13-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>4-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
|
@ -83,8 +87,8 @@
|
|||
</control>
|
||||
<control type="image">
|
||||
<visible>control.hasfocus(11)</visible>
|
||||
<posx>col-13-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>4-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
|
@ -92,12 +96,12 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<animation type="conditional" condition="control.hasfocus(11)" loop="false" reversible="false">
|
||||
<effect type="fade" time="500"/>
|
||||
<effect type="rotatey" end="180" center="996" tween="back" easing="out" time="1000"/>
|
||||
<effect type="rotatey" end="180" center="324" tween="back" easing="out" time="1000"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>col-13-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>4-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
|
@ -106,10 +110,46 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
<label>✓</label>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Control.IsVisible(12)</visible>
|
||||
<control type="image">
|
||||
<posx>8-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>control.hasfocus(12)</visible>
|
||||
<posx>8-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<animation type="conditional" condition="control.hasfocus(12)" loop="false" reversible="false">
|
||||
<effect type="fade" time="500"/>
|
||||
<effect type="rotatey" end="180" center="612" tween="back" easing="out" time="1000"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>✓</label>
|
||||
</control>
|
||||
</control>
|
||||
<control type="grouplist" id="9000">
|
||||
<posx>col-10-begin</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>8-col</width>
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>12-col</width>
|
||||
<height>2-row</height>
|
||||
<itemgap>1-col</itemgap>
|
||||
<onleft>50</onleft>
|
||||
|
@ -144,11 +184,12 @@
|
|||
</control>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogYesNo.xml</label>
|
||||
<label>DialogConfirm.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
|
|
|
@ -79,37 +79,45 @@
|
|||
<!--busy indicator-->
|
||||
<include name="loadingIndicator">
|
||||
<control type="group">
|
||||
<visible>!isempty(container.foldername) + !IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<!--animations-->
|
||||
<animation type="visible">
|
||||
<effect type="fade" start="0" end="100" time="400"/>
|
||||
<animation type="Visible" reversible="false">
|
||||
<effect type="zoom" start="80" end="100" center="960,540" tween="back" time="240" />
|
||||
<effect type="fade" end="100" time="240" />
|
||||
</animation>
|
||||
<animation type="hidden">
|
||||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
<animation type="Hidden" reversible="false">
|
||||
<effect type="zoom" start="100" end="80" center="960,540" easing="in" tween="back" time="240" />
|
||||
<effect type="fade" start="100" end="0" time="240" />
|
||||
</animation>
|
||||
<visible></visible>
|
||||
<visible>!Window.IsActive(startup) + !isempty(container.foldername) + !IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>77FFFFFF</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>backgrounds/vignette.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<animation effect="fade" start="100" end="70" time="0" condition="true">Conditional</animation>
|
||||
<animation effect="fade" start="100" end="0" time="240" condition="Window.IsVisible(fullscreenvideo)">Conditional</animation>
|
||||
<animation effect="fade" end="100" time="560">WindowOpen</animation>
|
||||
<animation effect="fade" start="100" end="0" time="240">WindowClose</animation>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>13-col</posx>
|
||||
<posy>row-14-begin</posy>
|
||||
<depth>DepthMax</depth>
|
||||
<left>920</left>
|
||||
<top>513</top>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<animation effect="rotate" end="-45" center="auto" time="200" delay="600" loop="true" reversible="false" condition="true">Conditional</animation>
|
||||
<texture colordiffuse="44ffffff">spinner.png</texture>
|
||||
<animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation>
|
||||
</control>
|
||||
<control type="image">
|
||||
<depth>DepthMax</depth>
|
||||
<left>935</left>
|
||||
<top>528</top>
|
||||
<width>50</width>
|
||||
<height>50</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture border="0">busy.gif</texture>
|
||||
<bordertexture border="0">-</bordertexture>
|
||||
<colordiffuse>99FFFFFF</colordiffuse>
|
||||
<animation effect="rotate" end="45" center="auto" time="200" delay="600" loop="true" reversible="false" condition="true">Conditional</animation>
|
||||
<texture flipx="true" colordiffuse="11ffffff">spinner.png</texture>
|
||||
<animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation>
|
||||
</control>
|
||||
</control>
|
||||
</include>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>23-col-gutter</width>
|
||||
<width>22-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
|
@ -41,6 +41,19 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!isempty(ListItem.playcount)</visible>
|
||||
<posx>23-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="24-col" height="2-row">
|
||||
<control type="image">
|
||||
|
@ -67,7 +80,7 @@
|
|||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>23-col-gutter</width>
|
||||
<width>22-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
|
@ -75,6 +88,19 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!isempty(ListItem.playcount)</visible>
|
||||
<posx>23-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
</include>
|
||||
|
|
|
@ -11,14 +11,22 @@
|
|||
- [NEW] MyPlaylist.xml
|
||||
- [REMOVED] MyMusicPlaylist.xml
|
||||
- [REMOVED] MyVideoPlaylist.xml
|
||||
- [NEW] Busy spinner (nicked from Estuary)
|
||||
- [NEW] DialogPlayerProcessInfo.xml
|
||||
|
||||
|
||||
[TODO]
|
||||
Revise player stop on return
|
||||
DialogAudioDSPManager.xml
|
||||
Check yes / no dialogs working correctly
|
||||
DialogPlayerProcessInfo.xml
|
||||
Check screenshots work in dialogAddonSettings
|
||||
Check yes / no progress bar works ok
|
||||
[DONE] Check layouts for newly aggregated dialogs (dialogSettings.xml)
|
||||
[Finalise] strings for settings dialog
|
||||
check all active strings
|
||||
MyPVRTimers needs creating and testing
|
||||
Screenshots etc
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -342,7 +342,7 @@ msgid "Digital Television Setup"
|
|||
msgstr ""
|
||||
|
||||
msgctxt "#31082"
|
||||
msgid "Version"
|
||||
msgid "By"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31083"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue