[mythtv] [patch] Guide past/present indication (fixed)

Kenneth Aafløy ke-aa at frisurf.no
Wed Jun 9 09:32:13 EDT 2004


On Wednesday 09 June 2004 10:53, Kenneth Aafløy wrote:
> On Wednesday 09 June 2004 06:30, Oscar Carlsson wrote:
> > > sorry for not following the original thread I created (lost mailbox).
> > > I've fixed the last bug in this patch, so now all is well.
> > >
> > > There is also a few whitespace changes in this patch, I know this is
> > > not ideal, and probably should have been stuffed in another patch. Let
> > > me know if I should regenerate it.
> >
> > Tried  it, looked really good, Ireally like it. Only thing I can think
> > of  is  that it doesn't update if you leave the guide open, guess that
> > would be preffered if possible.
>
> Yeah, thought about that. How about a refresh a minute or something?

Here is the fix for periodic updates (the guide itself won't move though), can 
you add those two lines manually, or should I regenerate the patch?

GuideGrid::timeout()
........
    fillProgramInfos();
    repaint(programRect, false);

    repaint(curInfoRect, false);
}

Kenneth


More information about the mythtv-dev mailing list