bug squashing
This commit is contained in:
parent
b4f7d041e5
commit
a17e02911d
|
@ -70,6 +70,8 @@
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>-</label>
|
<label>-</label>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
<scrollspeed>100</scrollspeed>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<animation type="Windowopen">
|
<animation type="Windowopen">
|
||||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||||
|
|
|
@ -71,6 +71,8 @@
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>-</label>
|
<label>-</label>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
<scrollspeed>100</scrollspeed>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<animation type="Windowopen">
|
<animation type="Windowopen">
|
||||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">300</defaultcontrol>
|
<defaultcontrol always="true">300</defaultcontrol>
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<visible>!Window.IsVisible(numericinput)</visible>
|
<visible>!Window.IsVisible(numericinput)</visible>
|
||||||
|
|
|
@ -28,12 +28,14 @@
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="edit" id="4">
|
<control type="label" id="4">
|
||||||
<description>Edit Text</description>
|
<description>Edit Text</description>
|
||||||
<posx>8-col</posx>
|
<posx>8-col</posx>
|
||||||
<posy>1-row</posy>
|
<posy>1-row</posy>
|
||||||
<width>8-col</width>
|
<width>8-col</width>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
|
<height>2-row</height>
|
||||||
|
<font>mediumStrong</font>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<!--keyboard-->
|
<!--keyboard-->
|
||||||
|
|
|
@ -56,6 +56,8 @@
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
|
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
<scrollspeed>100</scrollspeed>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<animation type="Windowopen">
|
<animation type="Windowopen">
|
||||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">11</defaultcontrol>
|
<defaultcontrol always="true">11</defaultcontrol>
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-19-begin</posx>
|
<posx>col-19-begin</posx>
|
||||||
|
@ -68,6 +68,8 @@
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>-</label>
|
<label>-</label>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
<scrollspeed>100</scrollspeed>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<animation type="Windowopen">
|
<animation type="Windowopen">
|
||||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
<textcolor>66ffffff</textcolor>
|
<textcolor>66ffffff</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<wrapmultiline>true</wrapmultiline>
|
<wrapmultiline>true</wrapmultiline>
|
||||||
<label>[B]$INFO[container(9998).listitem.tvshowtitle][/B][CR]$INFO[container(9998).listitem.season,$LOCALIZE[31011] ,,]</label>
|
<label>[B]$INFO[container(9998).listitem.tvshowtitle][/B][CR]$INFO[container(9998).ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31045],]</label>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<onback>control.setfocus(9000)</onback>
|
<onback>control.setfocus(9000)</onback>
|
||||||
<content>$INFO[control.getlabel(9123)]</content>
|
<content>$INFO[control.getlabel(9123)]</content>
|
||||||
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||||
<onclick>activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
|
<onclick>activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid])</onclick>
|
||||||
<onclick>Control.SetFocus(50)</onclick>
|
<onclick>Control.SetFocus(50)</onclick>
|
||||||
<oninfo>RunScript(script.skin.helper.service,action=showinfo,tvshowid=$INFO[container(9998).listitem.dbid])</oninfo>
|
<oninfo>RunScript(script.skin.helper.service,action=showinfo,tvshowid=$INFO[container(9998).listitem.dbid])</oninfo>
|
||||||
<itemlayout width="228" height="312">
|
<itemlayout width="228" height="312">
|
||||||
|
|
|
@ -56,8 +56,10 @@
|
||||||
<width>5-row</width>
|
<width>5-row</width>
|
||||||
<height>182</height>
|
<height>182</height>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture border="0">$INFO[player.art(thumb)]</texture>
|
<texture border="6">$INFO[player.art(thumb)]</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
|
<bordertexture border="6">colors/white.png</bordertexture>
|
||||||
|
<bordersize>6</bordersize>
|
||||||
</control>
|
</control>
|
||||||
<!--track info-->
|
<!--track info-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
|
|
|
@ -1,140 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<window>
|
|
||||||
<defaultcontrol always="true">9001</defaultcontrol>
|
|
||||||
<include>fadeInOut</include>
|
|
||||||
<controls>
|
|
||||||
<include>modalDialog</include>
|
|
||||||
<control type="group">
|
|
||||||
<posx>col-9-begin</posx>
|
|
||||||
<posy>row-9-begin</posy>
|
|
||||||
<!--animations-->
|
|
||||||
<include>modalDialogInOut</include>
|
|
||||||
<!--text-->
|
|
||||||
<control type="label" id="1">
|
|
||||||
<description>heading</description>
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>-48</posy>
|
|
||||||
<width>8-col</width>
|
|
||||||
<height>3-row</height>
|
|
||||||
<wrapmultiline>true</wrapmultiline>
|
|
||||||
<font>pageTitle</font>
|
|
||||||
<textcolor>highlight</textcolor>
|
|
||||||
</control>
|
|
||||||
<control type="textbox" id="9">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>2-row</posy>
|
|
||||||
<width>8-col</width>
|
|
||||||
<height>4-row</height>
|
|
||||||
<font>textbox</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
</control>
|
|
||||||
<!--OK-->
|
|
||||||
<control type="panel" id="9001">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>7-row</posy>
|
|
||||||
<width>4-col</width>
|
|
||||||
<height>5-row</height>
|
|
||||||
<itemgap>3</itemgap>
|
|
||||||
<orientation>vertical</orientation>
|
|
||||||
<onleft>2</onleft>
|
|
||||||
<itemlayout width="5-col" height="2-row">
|
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>1-col-textbox</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<posx>1-col</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>3-col-textbox</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<texture>colors/black.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>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<posx>1-col-indent</posx>
|
|
||||||
<posy>-1</posy>
|
|
||||||
<width>3-col-gutter</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>buttonTitle</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<label>$INFO[ListItem.label]</label>
|
|
||||||
</control>
|
|
||||||
</itemlayout>
|
|
||||||
<focusedlayout width="5-col" height="2-row">
|
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>1-col-textbox</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>4-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>-1</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(2002,10)</onclick>
|
|
||||||
</item>
|
|
||||||
</content>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<!--debugging-->
|
|
||||||
<include>DebugGrid</include>
|
|
||||||
<control type="label">
|
|
||||||
<include>DialogID</include>
|
|
||||||
<label>DialogOK.xml</label>
|
|
||||||
</control>
|
|
||||||
</controls>
|
|
||||||
</window>
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
[B]0.9.1[/B]
|
||||||
|
|
||||||
|
***Bug squashing***
|
||||||
|
|
||||||
|
- [FIX] Numeric keyboard entry
|
||||||
|
- [FIX] Typo in recent albums playlist (thanks PaulVT)
|
||||||
|
- [FIX] Filename casing error (thanks PaulVT)
|
||||||
|
- [FIX] Notifications now autoscroll
|
||||||
|
|
||||||
|
|
||||||
[B]0.9.0[/B]
|
[B]0.9.0[/B]
|
||||||
|
|
||||||
***Working towards Kodi Jarvis release***
|
***Working towards Kodi Jarvis release***
|
||||||
|
@ -36,12 +46,9 @@
|
||||||
|
|
||||||
Improve handling of new users (bring through images from homescreen etc)
|
Improve handling of new users (bring through images from homescreen etc)
|
||||||
|
|
||||||
Improve Notification scrolling
|
Check back on dialog keyboard (ok on laptop: not on openelec??)
|
||||||
Fix back on dialog keyboard
|
|
||||||
|
|
||||||
|
Photos section needs work
|
||||||
|
|
||||||
Minor mod to fullscreen music view - add border to album art.
|
|
||||||
|
|
||||||
Optimise settings: use skin helper: on startup: Ask whether to change:
|
Optimise settings: use skin helper: on startup: Ask whether to change:
|
||||||
show parent folder items: system.getbool(showparentdiritems)
|
show parent folder items: system.getbool(showparentdiritems)
|
||||||
|
|
|
@ -205,6 +205,10 @@ msgctxt "#31044"
|
||||||
msgid "Debugging"
|
msgid "Debugging"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31045"
|
||||||
|
msgid "new episode(s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#31046"
|
msgctxt "#31046"
|
||||||
msgid "Field:"
|
msgid "Field:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue