various
This commit is contained in:
parent
cc7e0c2bb9
commit
19ef163e73
|
@ -27,7 +27,7 @@
|
|||
<width>17-col</width>
|
||||
<height>2-row</height>
|
||||
<font>dialogTitle</font>
|
||||
<label>$INFO[container.foldername]</label>
|
||||
<label>$LOCALIZE[31113]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
@ -44,11 +44,10 @@
|
|||
<control type="panel" id="50">
|
||||
<visible>String.IsEqual(container.folderpath,addons://)</visible>
|
||||
<posx>24</posx>
|
||||
<posy>96</posy>
|
||||
<posy>100</posy>
|
||||
<width>18-col</width>
|
||||
<height>20-row</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
<ondown>50</ondown>
|
||||
<onup>50</onup>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -62,7 +61,7 @@
|
|||
<texture border="6">$INFO[listitem.icon]</texture>
|
||||
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<colordiffuse>ff333333</colordiffuse>
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<posx>12</posx>
|
||||
|
@ -72,7 +71,7 @@
|
|||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textDisabled</textcolor>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
|
@ -90,6 +89,15 @@
|
|||
<bordersize>6</bordersize>
|
||||
<colordiffuse>ff666666</colordiffuse>
|
||||
</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">
|
||||
<posx>12</posx>
|
||||
<posy>2-row</posy>
|
||||
|
@ -274,7 +282,8 @@
|
|||
<width>10-col</width>
|
||||
<height>10-col</height>
|
||||
<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 type="label">
|
||||
<posx>10-col-gutter</posx>
|
||||
|
@ -297,11 +306,11 @@
|
|||
<visible>Control.IsVisible(60)</visible>
|
||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>48r</posx>
|
||||
<posx>1620</posx>
|
||||
<posy>row-11-begin</posy>
|
||||
<height>9-row</height>
|
||||
<onleft>9999</onleft>
|
||||
<onback>9999</onback>
|
||||
<height>10-row</height>
|
||||
<onleft>50</onleft>
|
||||
<onback>50</onback>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
|
|
@ -19,24 +19,20 @@
|
|||
|
||||
[TODO]
|
||||
|
||||
Addon Options side menu
|
||||
|
||||
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
|
||||
|
||||
Rework Addon selection to single list with large right space (same size as addon info)
|
||||
|
||||
event log screen (in settings)
|
||||
|
||||
Home Backgrounds (esp. non library)
|
||||
Home Background slideshow
|
||||
|
||||
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
|
||||
|
||||
DialogAudioDSPManager.xml
|
||||
|
@ -47,7 +43,6 @@ DialogPlayerProcessInfo.xml
|
|||
|
||||
Check RCB (e.g. busy spinner and menu width)
|
||||
|
||||
|
||||
check all active strings
|
||||
MyPVRTimers needs creating and testing
|
||||
Screenshots etc
|
||||
|
|
|
@ -449,6 +449,10 @@ msgctxt "#31112"
|
|||
msgid "TV Guide"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31113"
|
||||
msgid "Kodi Addons"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31117"
|
||||
msgid "Launch addon"
|
||||
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