From patchwork Fri May 5 10:19:59 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12300 Received: from c-71-197-74-6.hsd1.ca.comcast.net ([71.197.74.6] helo=nofear.bounceme.net) by www.linuxtv.org with esmtp (Exim 4.50) id 1FbxjQ-00010T-Qj for vdr@linuxtv.org; Fri, 05 May 2006 12:40:21 +0200 Received: from [10.1.1.66] (hades [10.1.1.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by nofear.bounceme.net (Postfix) with ESMTP id F1E311027A2 for ; Fri, 5 May 2006 03:15:21 -0700 (PDT) Message-ID: <445B26CF.6090008@syphir.sytes.net> Date: Fri, 05 May 2006 03:19:59 -0700 From: "C.Y.M" Organization: CooLNeT User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: VDR Mailing List Subject: Re: [vdr] [ANNOUNCE] pilot and prefermenu References: <20060504202423.A2AFD2224B@smtp6-g19.free.fr> In-Reply-To: <20060504202423.A2AFD2224B@smtp6-g19.free.fr> X-Enigmail-Version: 0.94.0.0 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syphir@syphir.sytes.net, VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 10:49:17 -0000 Status: O X-Status: X-Keywords: X-UID: 9331 Olivier Jacques wrote: > Hello everyone, > > thanks to Ronny Kornexl here is a new, maintenance release, of pilot > (vdr-pilot-0.0.9) and prefermenu (vdr-prefermenu-0.6.5) plugins for 1.4.0. > Get both of them there: HYPERLINK > "http://famillejacques.free.fr/vdr/"http://famillejacques.free.fr/vdr/ > > Also, with the arrival of vdr-pilotskin (not tried yet), I am wondering if > it is still worth it to keep pilot. What do you guys think? > It seems that prefermenu-0.6.5 is missing a patch to fix some of the colors on the osd. BR. --- prefermenu-0.6.5/preferosd.c.orig 2006-05-04 12:59:17.000000000 -0700 +++ prefermenu-0.6.5/preferosd.c 2006-05-05 03:09:30.000000000 -0700 @@ -341,13 +341,13 @@ // Help Colors osd->DrawRectangle(config.width+BORDERSIZE, BORDERSIZE,\ - config.width+LINEHEIGHT-BORDERSIZE, LINEHEIGHT+(2*BORDERSIZE), clrRed); + config.width+LINEHEIGHT-BORDERSIZE, LINEHEIGHT+BORDERSIZE, clrRed); osd->DrawRectangle(config.width+BORDERSIZE, LINEHEIGHT+(2*BORDERSIZE),\ - config.width+LINEHEIGHT-BORDERSIZE, (2*LINEHEIGHT)+(3*BORDERSIZE), clrGreen); - osd->DrawRectangle(config.width+BORDERSIZE, (2*LINEHEIGHT)+(2*BORDERSIZE),\ - config.width+LINEHEIGHT-BORDERSIZE, (3*LINEHEIGHT)+(4*BORDERSIZE), clrYellow); - osd->DrawRectangle(config.width+BORDERSIZE, (3*LINEHEIGHT)+(2*BORDERSIZE),\ - config.width+LINEHEIGHT-BORDERSIZE, (4*LINEHEIGHT)+(5*BORDERSIZE), clrBlue); + config.width+LINEHEIGHT-BORDERSIZE, (2*LINEHEIGHT)+(2*BORDERSIZE), clrGreen); + osd->DrawRectangle(config.width+BORDERSIZE, (2*LINEHEIGHT)+(3*BORDERSIZE),\ + config.width+LINEHEIGHT-BORDERSIZE, (3*LINEHEIGHT)+(3*BORDERSIZE), clrYellow); + osd->DrawRectangle(config.width+BORDERSIZE, (3*LINEHEIGHT)+(4*BORDERSIZE),\ + config.width+LINEHEIGHT-BORDERSIZE, (4*LINEHEIGHT)+(4*BORDERSIZE), clrBlue); // Help Symbols (+/-) osd->DrawText(config.width+8, BORDERSIZE, "-", clrBlack, clrRed, font);