[mythtv-commits] mythtv commit: r19129 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Nov 18 22:09:47 UTC 2008


      Author: danielk
        Date: 2008-11-18 22:09:47 +0000 (Tue, 18 Nov 2008)
New Revision: 19129
   Changeset: http://cvs.mythtv.org/trac/changeset/19129

Modified:

   branches/mythtv-vid/libs/libmythtv/playercontext.cpp
   branches/mythtv-vid/libs/libmythtv/playercontext.h
   branches/mythtv-vid/libs/libmythtv/tv_play.cpp
   branches/mythtv-vid/libs/libmythtv/tv_play.h

Log:

Refs #2287. Converts most of the event loop in the TV class to Qt timer events.

Five untriggered events remain, two need to be initiated by nvp actions, two I don't understand the code well enough, and one I just haven't looked at yet. I'm only checking these remaining untriggered events every 250 ms rather than every 50 ms; since all the stuff that needs to be snappy is now triggered immediately.

The code in tv_play.cpp still needs to be made pretty, more refactoring into PlayerContext is required, and this is probably buggier than yesterday's code, but it's on it's way to being better. The UI feels significantly snappier than it did a week ago.




More information about the mythtv-commits mailing list