More Krypton stuff

This commit is contained in:
chrisbevan 2016-08-07 18:54:04 +01:00
parent f30476f6dc
commit 25d26ab5cd
13 changed files with 279 additions and 210 deletions

View File

@ -64,16 +64,6 @@
<posy>13-row</posy> <posy>13-row</posy>
<width>6-col</width> <width>6-col</width>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<control type="radiobutton" id="6">
<width>6-col</width>
<texturenofocus>-</texturenofocus>
<radiowidth/>
<radioheight/>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<label>25000</label>
<onright>9999</onright>
</control>
<control type="radiobutton" id="7"> <control type="radiobutton" id="7">
<width>6-col</width> <width>6-col</width>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
@ -97,7 +87,7 @@
<control type="button" id="5"> <control type="button" id="5">
<width>6-col</width> <width>6-col</width>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<label>24063</label> <label>10004</label>
<onright>9999</onright> <onright>9999</onright>
</control> </control>
<control type="button" id="9"> <control type="button" id="9">
@ -141,7 +131,7 @@
</control> </control>
<control type="label"> <control type="label">
<description>Addon Title</description> <description>Addon Title</description>
<visible>!isempty(ListItem.Property(Addon.Creator))</visible> <visible>!isempty(ListItem.AddonCreator)</visible>
<posx>9-col</posx> <posx>9-col</posx>
<posy>58</posy> <posy>58</posy>
<width>10-col-gutter</width> <width>10-col-gutter</width>
@ -156,7 +146,7 @@
<font>textbox</font> <font>textbox</font>
<width>10-col-gutter</width> <width>10-col-gutter</width>
<height>160</height> <height>160</height>
<label>$INFO[ListItem.Property(Addon.Description)]</label> <label>$INFO[ListItem.AddonDescription]</label>
<autoscroll delay="5000" time="1000" repeat="10000"/> <autoscroll delay="5000" time="1000" repeat="10000"/>
</control> </control>
</control> </control>

View File

@ -25,7 +25,7 @@
<width>17-col</width> <width>17-col</width>
<height>2-row</height> <height>2-row</height>
<font>dialogTitle</font> <font>dialogTitle</font>
<label>$INFO[ListItem.Property(Addon.Type)]</label> <label>$INFO[ListItem.AddonType]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
@ -86,7 +86,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>mediumStrong</font>
<label>$INFO[ListItem.Property(Addon.Name)]</label> <label>$INFO[ListItem.addonname]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
@ -94,7 +94,7 @@
<width>12-col-gutter</width> <width>12-col-gutter</width>
<font>small</font> <font>small</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$LOCALIZE[31082] $INFO[ListItem.Property(Addon.Version)], $INFO[ListItem.Property(Addon.Creator)][/B]</label> <label>[B]$LOCALIZE[31082] $INFO[ListItem.AddonVersion], $INFO[ListItem.AddonCreator][/B]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>12</posx> <posx>12</posx>
@ -102,7 +102,7 @@
<font>textbox</font> <font>textbox</font>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<height>9-row</height> <height>9-row</height>
<label>$INFO[ListItem.Property(Addon.Description)]</label> <label>$INFO[ListItem.AddonDescription]</label>
<autoscroll delay="5000" time="1000" repeat="10000"/> <autoscroll delay="5000" time="1000" repeat="10000"/>
</control> </control>
</control> </control>

View File

@ -42,7 +42,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[System.AddonIcon(ListItem.Property(Addon.id))]</texture> <texture fallback="colors/offblack.png">$INFO[System.AddonIcon(ListItem.Addonid)]</texture>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
</control> </control>
@ -62,7 +62,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
<label>$INFO[ListItem.Property(Addon.Name)] $LOCALIZE[5]</label> <label>$INFO[ListItem.AddonName] $LOCALIZE[5]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>

View File

@ -213,7 +213,7 @@
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="66" width="528"> <focusedlayout height="66" width="528">
@ -249,7 +249,7 @@
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
<control type="label"> <control type="label">
@ -374,7 +374,7 @@
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="66" width="528"> <focusedlayout height="66" width="528">
@ -416,7 +416,7 @@
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
<visible>true</visible> <visible>true</visible>
</control> </control>
<control type="label"> <control type="label">

View File

@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol>10</defaultcontrol> <defaultcontrol>8000</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>

View File

@ -89,7 +89,7 @@
<width>12-col-gutter</width> <width>12-col-gutter</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>$INFO[container(6).ListItem.Property(Addon.Creator)]</label> <label>$INFO[container(6).ListItem.AddonCreator]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>6-col-indent</posx> <posx>6-col-indent</posx>
@ -97,7 +97,7 @@
<font>textbox</font> <font>textbox</font>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<height>160</height> <height>160</height>
<label>$INFO[container(6).ListItem.Property(Addon.Description)]</label> <label>$INFO[container(6).ListItem.AddonDescription]</label>
<autoscroll delay="5000" time="1000" repeat="10000"/> <autoscroll delay="5000" time="1000" repeat="10000"/>
</control> </control>
</control> </control>
@ -347,6 +347,7 @@
</item> </item>
<item id="2"> <item id="2">
<description>Cancel Button</description> <description>Cancel Button</description>
<label>222</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(2000,7)</onclick> <onclick>SendClick(2000,7)</onclick>

View File

@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol>5</defaultcontrol> <defaultcontrol>5</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include>
<control type="group"> <control type="group">
<visible>!Window.IsVisible(sliderdialog)</visible> <visible>!Window.IsVisible(sliderdialog)</visible>
<posx>col-5-begin</posx>
<posy>row-4-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>16-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
@ -19,8 +22,17 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>18-col</width> <width>16-col</width>
<height>18-row</height> <height>19-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>19-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
@ -28,7 +40,7 @@
<control type="label" id="2"> <control type="label" id="2">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>16-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
@ -38,11 +50,10 @@
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<description>control area</description> <description>control area</description>
<left>29</left> <posx>0</posx>
<top>100</top> <posy>2-row</posy>
<width>1160</width> <width>12-col</width>
<height>750</height> <height>19-row</height>
<onleft>9000</onleft>
<onright>9000</onright> <onright>9000</onright>
<onup>5</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
@ -65,18 +76,121 @@
</control> </control>
<control type="label" id="14"> <control type="label" id="14">
<description>Default Label</description> <description>Default Label</description>
<label>-</label>
<align>left</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--dialog control buttons-->
<control type="panel" id="9000">
<posx>12-col</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>6-row</height>
<orientation>vertical</orientation>
<onleft>5</onleft>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>0</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>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</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>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(28)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(29)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(30)</visible>
<description>clear / settings</description>
<label>31048</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(30)</onclick>
</item>
</content>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="grouplist" id="9000"> <control type="group">
<left>1210</left> <visible>false</visible>
<top>92</top>
<orientation>vertical</orientation>
<width>300</width>
<height>250</height>
<itemgap>-10</itemgap>
<onleft>5</onleft>
<onright>5</onright>
<control type="button" id="28"> <control type="button" id="28">
<description>OK</description> <description>OK</description>
</control> </control>

0
1080i/MyPVRTimers.xml Normal file
View File

View File

@ -18,146 +18,113 @@
<!--source content--> <!--source content-->
<control type="group"> <control type="group">
<control type="panel" id="50"> <control type="panel" id="50">
<posx>col-1-begin</posx> <posx>78</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>24-col</width> <width>1800</width>
<height>24-row</height> <height>24-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <onback>9000</onback>
<itemlayout width="4-col" height="4-col"> <pagecontrol>60</pagecontrol>
<control type="image"> <scrolltime tween="cubic" easing="out">600</scrolltime>
<posx>0</posx> <itemlayout width="300" height="348">
<posy>0</posy> <control type="image">
<width>4-col-gutter</width> <posx>0</posx>
<height>4-col-gutter</height> <posy>0</posy>
<aspectratio>stretch</aspectratio> <width>4-col-gutter</width>
<texture border="3">colors/black.png</texture> <height>4-col-gutter</height>
<bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture> <aspectratio>stretch</aspectratio>
<bordersize>3</bordersize> <texture border="6">DefaultAlbumCover.png</texture>
<colordiffuse>textboxInactive</colordiffuse> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
</control> <bordersize>6</bordersize>
<control type="label"> <colordiffuse>overlay</colordiffuse>
<posx>12</posx> </control>
<posy>2-row</posy> <control type="label">
<width>240</width> <visible>!controlgroup(9000).hasfocus</visible>
<height>2-row</height> <posx>12</posx>
<align>center</align> <posy>264</posy>
<aligny>center</aligny> <width>240</width>
<font>regularStrong</font> <height>1-row</height>
<textcolor>textDisabled</textcolor> <align>center</align>
<label>$INFO[ListItem.label]</label> <aligny>center</aligny>
</control> <font>thumbtitle</font>
<control type="label"> <textcolor>textDisabled</textcolor>
<posx>12</posx> <label>[B]$INFO[ListItem.label][/B]</label>
<posy>3-row</posy> </control>
<width>240</width> <control type="label">
<height>2-row</height> <visible>!controlgroup(9000).hasfocus</visible>
<align>center</align> <posx>12</posx>
<aligny>center</aligny> <posy>292</posy>
<font>buttonTitle</font> <width>240</width>
<textcolor>textActive</textcolor> <height>1-row</height>
<label>$INFO[ListItem.label2]</label> <align>center</align>
</control> <aligny>center</aligny>
<control type="image"> <font>thumbTitle</font>
<posx>0</posx> <textcolor>textDisabled</textcolor>
<posy>0</posy> <label>$INFO[ListItem.AddonSummary]</label>
<width>4-col-gutter</width> </control>
<height>4-col-gutter</height> <control type="image">
<aspectratio>stretch</aspectratio> <posx>0</posx>
<texture fallback="" border="0">$INFO[Listitem.thumb]</texture> <posy>0</posy>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <width>4-col-gutter</width>
<bordersize>3</bordersize> <height>4-col-gutter</height>
<colordiffuse>ffFFFFFF</colordiffuse> <aspectratio>stretch</aspectratio>
</control> <texture border="6">$INFO[Listitem.thumb]</texture>
</itemlayout> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<focusedlayout width="4-col" height="4-col"> <bordersize>6</bordersize>
<control type="group"> <colordiffuse>ffFFFFFF</colordiffuse>
<include>focusThumb</include> </control>
<control type="image"> </itemlayout>
<posx>0</posx> <focusedlayout width="4-col" height="348">
<posy>0</posy> <control type="group">
<width>4-col-gutter</width> <include>focusThumb</include>
<height>4-col-gutter</height> <control type="image">
<aspectratio>stretch</aspectratio> <posx>0</posx>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture> <posy>0</posy>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <width>4-col-gutter</width>
<bordersize>3</bordersize> <height>4-col-gutter</height>
<colordiffuse>ffFFFFFF</colordiffuse> <aspectratio>stretch</aspectratio>
</control> <texture border="6">DefaultAlbumCover.png</texture>
<control type="image"> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<posx>3</posx> <bordersize>6</bordersize>
<posy>3</posy> <colordiffuse>ff666666</colordiffuse>
<width>258</width> </control>
<height>258</height> <control type="image">
<aspectratio>stretch</aspectratio> <posx>0</posx>
<texture border="0">colors/black.png</texture> <posy>0</posy>
<colordiffuse>ccFFFFFF</colordiffuse> <width>4-col-gutter</width>
</control> <height>4-col-gutter</height>
<control type="label"> <aspectratio>stretch</aspectratio>
<posx>12</posx> <texture border="6">$INFO[Listitem.thumb]</texture>
<posy>2-row</posy> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<width>240</width> <bordersize>6</bordersize>
<height>2-row</height> </control>
<align>center</align> <control type="label">
<aligny>center</aligny> <posx>12</posx>
<font>regularStrong</font> <posy>264</posy>
<textcolor>textActive</textcolor> <width>240</width>
<label>$INFO[ListItem.label]</label> <height>1-row</height>
</control> <align>center</align>
<control type="label"> <aligny>center</aligny>
<posx>12</posx> <font>thumbtitle</font>
<posy>3-row</posy> <textcolor>textActive</textcolor>
<width>240</width> <label>[B]$INFO[ListItem.label][/B]</label>
<height>2-row</height> </control>
<align>center</align> <control type="label">
<aligny>center</aligny> <posx>12</posx>
<font>buttonTitle</font> <posy>292</posy>
<textcolor>highlight</textcolor> <width>240</width>
<label>$INFO[ListItem.label2]</label> <height>1-row</height>
</control> <align>center</align>
<control type="grouplist"> <aligny>center</aligny>
<posx>42</posx> <font>thumbTitle</font>
<posy>5-row</posy> <textcolor>textActive</textcolor>
<width>4-col-gutter</width> <label>$INFO[ListItem.AddonSummary]</label>
<orientation>horizontal</orientation> </control>
<control type="label"> </control>
<width>24</width> </focusedlayout>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31185]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control>
</control>
</focusedlayout>
</control> </control>
</control> </control>
</control> </control>

View File

@ -84,7 +84,7 @@
<width>5-col-gutter</width> <width>5-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemSubTitle</font> <font>settingsCategoryTitle</font>
<textcolor>menuUnselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[listitem.property(label3)]</label> <label>$INFO[listitem.property(label3)]</label>
</control> </control>
@ -127,7 +127,7 @@
<width>5-col-gutter</width> <width>5-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemSubTitle</font> <font>settingsCategoryTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[listitem.property(label3)]</label> <label>$INFO[listitem.property(label3)]</label>
</control> </control>
@ -201,7 +201,7 @@
<label>10003</label> <label>10003</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31095]</property> <property name="label3">$LOCALIZE[31095]</property>
<onclick>activatewindow(1103)</onclick> <onclick>activatewindow(filemanager)</onclick>
</item> </item>
<item> <item>
<description>Programs</description> <description>Programs</description>

View File

@ -16,7 +16,7 @@
<posx>-36</posx> <posx>-36</posx>
<posy>-36</posy> <posy>-36</posy>
<width>7-col</width> <width>7-col</width>
<height>14-row</height> <height>16-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>

View File

@ -15,7 +15,10 @@
[TODO] [TODO]
DialogAudioDSPManager.xml DialogAudioDSPManager.xml
Check yes / no dialogs working correctly Check yes / no dialogs working correctly
Check layouts for newly aggregated dialogs [DONE] Check layouts for newly aggregated dialogs (dialogSettings.xml)
[Finalise] strings for settings dialog
check all active strings
MyPVRTimers needs creating and testing
@ -40,7 +43,6 @@ Check layouts for newly aggregated dialogs
- [REMOVED] ProfileSettings.xml - [REMOVED] ProfileSettings.xml
- [REMOVED] VideoOSDSettings.xml - [REMOVED] VideoOSDSettings.xml
- [REMOVED] DialogMuteBug.xml - [REMOVED] DialogMuteBug.xml
- [MODIFIED] Settings.xml: Updated to reflect changes to Kodi settings structure - [MODIFIED] Settings.xml: Updated to reflect changes to Kodi settings structure
[B]1.0.0[/B] [B]1.0.0[/B]

View File

@ -258,7 +258,7 @@ msgid "PVR"
msgstr "" msgstr ""
msgctxt "#31061" msgctxt "#31061"
msgid "Interface • Interface" msgid "Adjust look and feel of Kodi"
msgstr "" msgstr ""
msgctxt "#31062" msgctxt "#31062"
@ -266,7 +266,7 @@ msgid "Memory"
msgstr "" msgstr ""
msgctxt "#31063" msgctxt "#31063"
msgid "Playback • Subtitles" msgid "Manage content playback"
msgstr "" msgstr ""
msgctxt "#31064" msgctxt "#31064"
@ -282,7 +282,7 @@ msgid "Audio CDs"
msgstr "" msgstr ""
msgctxt "#31067" msgctxt "#31067"
msgid "Addons • Addons" msgid "Extend Kodi's functionality"
msgstr "" msgstr ""
msgctxt "#31068" msgctxt "#31068"
@ -298,7 +298,7 @@ msgid "Screen"
msgstr "" msgstr ""
msgctxt "#31071" msgctxt "#31071"
msgid "Networking • Airplay" msgid "Communications and sharing"
msgstr "" msgstr ""
msgctxt "#31072" msgctxt "#31072"
@ -330,7 +330,7 @@ msgid "Now and Next"
msgstr "" msgstr ""
msgctxt "#31079" msgctxt "#31079"
msgid "Library • Library" msgid "Import your content into Kodi"
msgstr "" msgstr ""
msgctxt "#31080" msgctxt "#31080"
@ -338,7 +338,7 @@ msgid "Programme Guide"
msgstr "" msgstr ""
msgctxt "#31081" msgctxt "#31081"
msgid "Live TV • Live TV" msgid "Digital Television Setup"
msgstr "" msgstr ""
msgctxt "#31082" msgctxt "#31082"
@ -346,7 +346,7 @@ msgid "Version"
msgstr "" msgstr ""
msgctxt "#31083" msgctxt "#31083"
msgid "Skin settings • Skin Settings" msgid "Skin specific options"
msgstr "" msgstr ""
msgctxt "#31085" msgctxt "#31085"
@ -370,7 +370,7 @@ msgid "Add Music Playlist"
msgstr "" msgstr ""
msgctxt "#31095" msgctxt "#31095"
msgid "Transfer • Copy Files" msgid "Transfer and copy files"
msgstr "" msgstr ""
msgctxt "#31096" msgctxt "#31096"
@ -402,11 +402,11 @@ msgid "Disable fanart animation effect"
msgstr "" msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Profile Settings • Login options" msgid "Control how Kodi is used"
msgstr "" msgstr ""
msgctxt "#31105" msgctxt "#31105"
msgid "System settings • System settings" msgid "Manage your Kodi system"
msgstr "" msgstr ""
msgctxt "#31106" msgctxt "#31106"
@ -418,7 +418,7 @@ msgid "Current profile"
msgstr "" msgstr ""
msgctxt "#31108" msgctxt "#31108"
msgid "CPU Temp • HDD Space" msgid "About this Kodi Installation"
msgstr "" msgstr ""
msgctxt "#31109" msgctxt "#31109"
@ -430,7 +430,7 @@ msgid "Order: Descending"
msgstr "" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Programs • Programs" msgid "Manage your program addons"
msgstr "" msgstr ""
msgctxt "#31112" msgctxt "#31112"