Author: bklaas Date: Tue Aug 31 09:36:43 2010 New Revision: 9082 URL: http://svn.slimdevices.com/jive?rev=9082&view=rev Log: Bug: n/a Description: add style for elapsedSmall for npprogressNB (streams with no duration) this was causing a UI error on Touch and Controller skins when elapsed time exceeded 1 hour
Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAportraitSkin/QVGAportraitSkinApplet.lua 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAportraitSkin/QVGAportraitSkinApplet.lua URL: http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAportraitSkin/QVGAportraitSkinApplet.lua?rev=9082&r1=9081&r2=9082&view=diff ============================================================================== --- 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAportraitSkin/QVGAportraitSkinApplet.lua (original) +++ 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAportraitSkin/QVGAportraitSkinApplet.lua Tue Aug 31 09:36:43 2010 @@ -598,6 +598,8 @@ }) + s.nowplaying.npprogressNB.elapsedSmall = s.nowplaying.npprogressNB.elapsed + s.nowplaying_small_art = _uses(s.nowplaying, { bgImg = false, npartwork = { Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua URL: http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua?rev=9082&r1=9081&r2=9082&view=diff ============================================================================== --- 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua (original) +++ 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua Tue Aug 31 09:36:43 2010 @@ -2320,6 +2320,8 @@ }, }) + s.nowplaying.npprogressNB.elapsedSmall = s.nowplaying.npprogressNB.elapsed + s.nowplaying.npprogress.npprogressB_disabled = _uses(s.nowplaying.npprogress.npprogressB) s.nowplaying_art_only = _uses(s.nowplaying, { Modified: 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua URL: http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=9082&r1=9081&r2=9082&view=diff ============================================================================== --- 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua (original) +++ 7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua Tue Aug 31 09:36:43 2010 @@ -3065,6 +3065,7 @@ }, }) + s.nowplaying.npprogressNB.elapsedSmall = s.nowplaying.npprogressNB.elapsed -- sliders s.nowplaying.npprogress.npprogressB_disabled = _uses(s.nowplaying.npprogress.npprogressB, { _______________________________________________ Jive-checkins mailing list Jive-checkins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/jive-checkins