[mythtv] Re: [mythtv-commits] mythtv commit: r7280 - in trunk/mythtv by ijr

Paul mythtv at dsl.pipex.com
Wed Sep 21 22:28:13 UTC 2005


----- Original Message -----
From: <mythtv at cvs.mythtv.org>
To: <mythtv-commits at mythtv.org>
Sent: Wednesday, September 21, 2005 3:30 AM
Subject: [mythtv-commits] mythtv commit: r7280 - in trunk/mythtv by ijr


>       Author: ijr
>         Date: 2005-09-21 02:30:25 +0000 (Wed, 21 Sep 2005)
> New Revision: 7280
>    Changeset: http://cvs.mythtv.org/trac/changeset/7280
>
> Modified:
>
>    trunk/mythtv/libs/libmyth/audiooutputjack.cpp
>    trunk/mythtv/libs/libmyth/audiooutputoss.cpp
>    trunk/mythtv/libs/libmyth/lcddevice.cpp
>    trunk/mythtv/libs/libmyth/util.cpp
>    trunk/mythtv/libs/libmyth/util.h
>    trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
>    trunk/mythtv/libs/libmythtv/RingBufferInfo.cpp
>    trunk/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
>    trunk/mythtv/libs/libmythtv/guidegrid.cpp
>    trunk/mythtv/libs/libmythtv/mpegrecorder.cpp
>    trunk/mythtv/libs/libmythtv/scanwizard.cpp
>    trunk/mythtv/libs/libmythtv/signalmonitor.cpp
>    trunk/mythtv/libs/libmythtv/siscan.cpp
>    trunk/mythtv/libs/libmythtv/tv_play.cpp
>    trunk/mythtv/libs/libmythtv/tv_play.h
>    trunk/mythtv/libs/libmythtv/tv_rec.cpp
>    trunk/mythtv/programs/mythfrontend/main.cpp
>    trunk/mythtv/programs/mythfrontend/playbackbox.h
>
> Log:
>
> 'MythTimer' class which wraps QTime's start/restart/elapsed functions.  Should help on systems
with unstable clocks.
>

I see this patch also disables the showing of recording status on the LCD due to a threading issue I
see from your comment in lcddevice.cpp.

Do you want me to try and fix this. Would you like a patch for the current code in svn or my
mythlcdserver patch?

My initial thought on fixing this was to add a one shot timer to make the call outside of the
customevent something like:
QTimer::singleShot(500, this, updateRecordingList());

Any thoughts on this.

Paul




More information about the mythtv-dev mailing list