[ANNOUNCE] pilot and prefermenu

Message ID 445B26CF.6090008@syphir.sytes.net
State New
Headers

Commit Message

C.Y.M May 5, 2006, 10:19 a.m. UTC
  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.
  

Comments

Olivier Jacques May 6, 2006, 1:24 p.m. UTC | #1
> It seems that prefermenu-0.6.5 is missing a patch to fix some 
> of the colors on the osd.

Checked-in. Thanks!
http://famillejacques.free.fr/vdr/prefermenu/vdr-prefermenu-0.6.6.tgz

Olivier.
  

Patch

--- 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);