1.0.1 Jarvis Bugfixes
This commit is contained in:
parent
3c83f9fad7
commit
b66d8d08e8
|
@ -2,12 +2,15 @@
|
|||
<includes>
|
||||
<include name="homeBackground">
|
||||
<control type="group">
|
||||
<animation type="conditional" condition="true" loop="true">
|
||||
<animation type="conditional" condition="!Skin.HasSetting(lowPowerMode)" loop="true">
|
||||
<effect type="fade" start="0" end="100" time="5000"/>
|
||||
<effect type="zoom" start="80" end="130" time="10000" tween="sine" easing="out"/>
|
||||
<effect type="slide" start="0,0" end="-450,0" center="0" delay="0" time="20000" tween="sine" easing="in"/>
|
||||
<effect type="zoom" start="130" end="100" delay="12000" time="8000" tween="sine" easing="in"/>
|
||||
<effect type="fade" start="100" end="0" time="3000" delay="16000"/>
|
||||
</animation>
|
||||
<animation type="conditional" condition="Skin.HasSetting(lowPowerMode)">
|
||||
<effect type="fade" start="0" end="100" time="5000"/>
|
||||
</animation>
|
||||
<!--library based thumbs-->
|
||||
<control type="panel" id="9451">
|
||||
|
|
|
@ -76,6 +76,30 @@
|
|||
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
|
||||
<!--mini player window-->
|
||||
<control type="group">
|
||||
<visible>Player.HasVideo</visible>
|
||||
<posx>col-20-begin</posx>
|
||||
<posy>row-22-begin</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>444</width>
|
||||
<height>255</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="videowindow">
|
||||
<posx>6</posx>
|
||||
<posy>6</posy>
|
||||
<width>6-col</width>
|
||||
<height>243</height>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--hub menu-->
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
***RPI Bugfixes***
|
||||
- [FIX] equaliser animated gif removed for RPI's only
|
||||
- fix the minimum animation mode
|
||||
- [FIX] Expanded the minimum animation mode to include the homescreen
|
||||
- [FIX] add minimised screen for PVR
|
||||
|
||||
|
||||
[B]1.0.0[/B]
|
||||
|
|
Loading…
Reference in New Issue