[mythtv-commits] mythtv commit: r21977 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Sep 21 19:58:42 UTC 2009


      Author: danielk
        Date: 2009-09-21 19:58:42 +0000 (Mon, 21 Sep 2009)
New Revision: 21977
   Changeset: http://cvs.mythtv.org/trac/changeset/21977

Modified:

   trunk/mythtv/libs/libmythdb/httpcomms.cpp
   trunk/mythtv/programs/mythbackend/mainserver.h
   trunk/mythtv/programs/mythfrontend/guidegrid.cpp
   trunk/mythtv/programs/mythfrontend/guidegrid.h

Log:

Refs #5318. QTimer fixes.

Fixes an unsafe QTimer delete in httpcomms. I don't know if the QTimer usage is safe here, but this whole class should probably be phased out as it appears to be a hack around the lack of an event thread in individual QThread instances. Which was fixed in Qt4.


Fixes a double delete of the m_updateTimer in guidegrid.

Fixes a Qt4 out-of-create-thread start/stop problem with previewVideoRefreshTimer.




More information about the mythtv-commits mailing list