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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Dec 7 03:33:00 UTC 2009


      Author: danielk
        Date: 2009-12-07 03:33:00 +0000 (Mon, 07 Dec 2009)
New Revision: 22958
   Changeset: http://svn.mythtv.org/trac/changeset/22958

Added:

   trunk/mythtv/programs/mythfrontend/backendconnectionmanager.cpp
   trunk/mythtv/programs/mythfrontend/backendconnectionmanager.h

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/main.h
   trunk/mythtv/programs/mythfrontend/mythfrontend.pro
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp

Log:

Refs #7696. Reconnect frontend to backend after disconnects.

This normally happens immediately after you try to do something in the frontend after a disconnect, but there are two problems. First, this can take a couple seconds, this gives the frontend the appearance of slugishness. Second, since we didn't know of the disconnect we didn't know to reload our entries in the Watch Recordings screen.

We may want to do some tweaking of the timeouts, but I want to address #7696 first; trac wasn't behaving so I couldn't look at the ticket tonight...




More information about the mythtv-commits mailing list