various
This commit is contained in:
parent
cc7e0c2bb9
commit
19ef163e73
|
@ -27,7 +27,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[container.foldername]</label>
|
<label>$LOCALIZE[31113]</label>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
|
@ -44,11 +44,10 @@
|
||||||
<control type="panel" id="50">
|
<control type="panel" id="50">
|
||||||
<visible>String.IsEqual(container.folderpath,addons://)</visible>
|
<visible>String.IsEqual(container.folderpath,addons://)</visible>
|
||||||
<posx>24</posx>
|
<posx>24</posx>
|
||||||
<posy>96</posy>
|
<posy>100</posy>
|
||||||
<width>18-col</width>
|
<width>18-col</width>
|
||||||
<height>20-row</height>
|
<height>20-row</height>
|
||||||
<onleft>9000</onleft>
|
<onleft>9000</onleft>
|
||||||
<onright>60</onright>
|
|
||||||
<ondown>50</ondown>
|
<ondown>50</ondown>
|
||||||
<onup>50</onup>
|
<onup>50</onup>
|
||||||
<itemgap>0</itemgap>
|
<itemgap>0</itemgap>
|
||||||
|
@ -62,7 +61,7 @@
|
||||||
<texture border="6">$INFO[listitem.icon]</texture>
|
<texture border="6">$INFO[listitem.icon]</texture>
|
||||||
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
||||||
<bordersize>6</bordersize>
|
<bordersize>6</bordersize>
|
||||||
<colordiffuse>overlay</colordiffuse>
|
<colordiffuse>ff333333</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
<posx>12</posx>
|
<posx>12</posx>
|
||||||
|
@ -72,7 +71,7 @@
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textDisabled</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
|
@ -90,6 +89,15 @@
|
||||||
<bordersize>6</bordersize>
|
<bordersize>6</bordersize>
|
||||||
<colordiffuse>ff666666</colordiffuse>
|
<colordiffuse>ff666666</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>240</width>
|
||||||
|
<height>240</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture border="6">$INFO[listitem.icon]</texture>
|
||||||
|
<colordiffuse>ff333333</colordiffuse>
|
||||||
|
</control>
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
<posx>12</posx>
|
<posx>12</posx>
|
||||||
<posy>2-row</posy>
|
<posy>2-row</posy>
|
||||||
|
@ -274,7 +282,8 @@
|
||||||
<width>10-col</width>
|
<width>10-col</width>
|
||||||
<height>10-col</height>
|
<height>10-col</height>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture border="0">$INFO[listitem.thumb]</texture>
|
<texture fallback="defaultAddon.png" border="0">$INFO[listitem.thumb]</texture>
|
||||||
|
<colordiffuse>overlay</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>10-col-gutter</posx>
|
<posx>10-col-gutter</posx>
|
||||||
|
@ -297,11 +306,11 @@
|
||||||
<visible>Control.IsVisible(60)</visible>
|
<visible>Control.IsVisible(60)</visible>
|
||||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||||
<control type="scrollbar" id="60">
|
<control type="scrollbar" id="60">
|
||||||
<posx>48r</posx>
|
<posx>1620</posx>
|
||||||
<posy>row-11-begin</posy>
|
<posy>row-11-begin</posy>
|
||||||
<height>9-row</height>
|
<height>10-row</height>
|
||||||
<onleft>9999</onleft>
|
<onleft>50</onleft>
|
||||||
<onback>9999</onback>
|
<onback>50</onback>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -19,24 +19,20 @@
|
||||||
|
|
||||||
[TODO]
|
[TODO]
|
||||||
|
|
||||||
|
Addon Options side menu
|
||||||
|
|
||||||
Check control is active for recent items
|
Check control is active for recent items
|
||||||
|
|
||||||
Dialog OK / yesNo revision
|
Dialog OK / yesNo revision - Check yes / no progress bar works ok
|
||||||
|
|
||||||
Revise onback for the menu to prevent dodgy nav
|
Revise onback for the menu to prevent dodgy nav
|
||||||
|
|
||||||
Rework Addon selection to single list with large right space (same size as addon info)
|
|
||||||
|
|
||||||
event log screen (in settings)
|
event log screen (in settings)
|
||||||
|
|
||||||
Home Backgrounds (esp. non library)
|
Home Background slideshow
|
||||||
|
|
||||||
Fix stop from fullscreen music view
|
Fix stop from fullscreen music view
|
||||||
|
|
||||||
Skin shortcuts for all sub menus
|
|
||||||
|
|
||||||
Check yes / no progress bar works ok
|
|
||||||
|
|
||||||
Add user option Revise player stop on return
|
Add user option Revise player stop on return
|
||||||
|
|
||||||
DialogAudioDSPManager.xml
|
DialogAudioDSPManager.xml
|
||||||
|
@ -47,7 +43,6 @@ DialogPlayerProcessInfo.xml
|
||||||
|
|
||||||
Check RCB (e.g. busy spinner and menu width)
|
Check RCB (e.g. busy spinner and menu width)
|
||||||
|
|
||||||
|
|
||||||
check all active strings
|
check all active strings
|
||||||
MyPVRTimers needs creating and testing
|
MyPVRTimers needs creating and testing
|
||||||
Screenshots etc
|
Screenshots etc
|
||||||
|
|
|
@ -449,6 +449,10 @@ msgctxt "#31112"
|
||||||
msgid "TV Guide"
|
msgid "TV Guide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31113"
|
||||||
|
msgid "Kodi Addons"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#31117"
|
msgctxt "#31117"
|
||||||
msgid "Launch addon"
|
msgid "Launch addon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue