Author: ib Date: Mon Mar 10 20:31:45 2014 New Revision: 218 Log: Fix Corelian.
Messages evIncBalance and evDecBalance have never been implemented and are causing an error meanwhile. Additionally, update skin configuration to new syntax. Modified: trunk/Corelian/VERSION trunk/Corelian/skin Modified: trunk/Corelian/VERSION ============================================================================== --- trunk/Corelian/VERSION Mon Mar 10 20:29:44 2014 (r217) +++ trunk/Corelian/VERSION Mon Mar 10 20:31:45 2014 (r218) @@ -1 +1 @@ -1.1 +1.2 Modified: trunk/Corelian/skin ============================================================================== --- trunk/Corelian/skin Mon Mar 10 20:29:44 2014 (r217) +++ trunk/Corelian/skin Mon Mar 10 20:31:45 2014 (r218) @@ -34,12 +34,12 @@ button = next, 200, 78, 46, 15, evNext button = volstop, 136, 110, 14, 13, evMute - button = balll, 157, 118, 21, 10, evDecBalance - button = ballr, 182, 118, 21, 10, evIncBalance + button = balll, 157, 118, 21, 10, evNone;evDecBalance + button = ballr, 182, 118, 21, 10, evNone;evIncBalance button = bdvd, 308, 24, 36, 12, evPlayDVD button = bvcd, 308, 45, 36, 12, evPlayVCD - button = burl, 308, 66, 36, 12, evSetURL + button = burl, 308, 66, 36, 12, evLoadURL button = bsub1, 308, 87, 36, 12, evLoadSubtitle button = babout, 353, 24, 36, 12, evAbout button = beq, 353, 45, 36, 12, evEqualizer @@ -48,7 +48,7 @@ button = prefs, 308, 108, 27, 16, evPreferences button = s, 335, 108, 27, 16, evSkinBrowser - ;button = url, 348, 93, 19, 12, evSetURL + ;button = url, 348, 93, 19, 12, evLoadURL button = aspect, 362, 108, 27, 16, evSetAspect button = 10minback, 211, 110, 14, 14, evBackward10min @@ -66,13 +66,13 @@ ; potmeter=phasebitmaps,phases,default value,x,y,sx,sy,msg ; potmeter = volbutton, 51, 0, 311, 17, 40, 40, evSetVolume - ; font=fontname,fontid - font = symbols, symbols - font = font3, font3 - font = font1, font1 + ; font=fontname + font = symbols + font = font3 + font = font1 ; dynamic label - ; dlabel=x,y,sx,align,fontid,string ... + ; dlabel=x,y,sx,align,fontname,string ... ; align: 0: right 1: center 2: left ; str: $1 = hh:mm:ss ; $2 = mmmm:ss @@ -94,8 +94,8 @@ ; ; $T = stream type ( file: f, video cd: v, dvd: d, url: u ), if ; font contain needed symbol. - ; $l = draw play symbol, if mplayer is playing movie and font - ; contain playing symbol. ( char l ) + ; $p = draw play symbol, if mplayer is playing movie and font + ; contain playing symbol. ( char p ) ; $s = draw stop symbol, if mplayer not playing movie and font ; contain stop symbol. ( char s ) ; $e = draw pause symbol, if playing is paused and font contain @@ -104,7 +104,7 @@ dlabel = 40, 26, 250, 0, font1, "$o" ; dlabel = 15, 26, 290, 0, font1, "k[ZYWV]*Sz�nto#Lajos" dlabel = 233, 41, 62, 0, symbols, "$1" - dlabel = 220, 41, 9, 0, symbols, "$l" + dlabel = 220, 41, 9, 0, symbols, "$p" dlabel = 220, 41, 9, 0, symbols, "$s" dlabel = 220, 41, 9, 0, symbols, "$e" dlabel = 243, 60, 62, 0, font3, "$6" @@ -123,13 +123,13 @@ ; dlabel= 230,42,80,10,font3," [ :" ; static label - ; slabel=x,y,fontid,string ... + ; slabel=x,y,fontname,string ... ; slabel = 10, 10, symbols, "12345 - 67890" ; slabel = 120, 10, font, "Eyes on Me" end - window = sub + window = video ;base=bitmap,x,y,sx,sy ; x: | y: @@ -195,7 +195,7 @@ hpotmeter = volbutton, 16, 16, NULL, 100, 100, 146, 16, 90, 16, evSetVolume hpotmeter = moviepoz, 21, 8, NULL, 800, 0, 3, 4, 791, 9, evSetMoviePosition - dlabel = 550, 18, 9, 0, symbols, "$l" + dlabel = 550, 18, 9, 0, symbols, "$p" dlabel = 550, 18, 9, 0, symbols, "$s" dlabel = 550, 18, 9, 0, symbols, "$e" dlabel = 562, 21, 62, 0, font3, "$1"
_______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
