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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 24 21:54:55 UTC 2009


      Author: danielk
        Date: 2009-08-24 21:54:55 +0000 (Mon, 24 Aug 2009)
New Revision: 21505
   Changeset: http://cvs.mythtv.org/trac/changeset/21505

Added:

   trunk/mythtv/programs/mythfrontend/main.h

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmythdb/mythsocket.cpp
   trunk/mythtv/libs/libmythdb/mythsocket.h
   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythtv/previewgenerator.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.h
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/mythfrontend.pro

Log:

Refs #6516. This consolidates command socket reconnection code and fixes a couple popups which didn't work correctly after the mythui port of the menu screens.

There is also a hidden option to increase reconnect tries, but I don't know what an optimal value is for this yet so I've left it at the old default for now.

The consolidation allows us to handle an unresponive server consistently. The popup for a version mismatch had not been ported to MythUI yet, and the popup for a general unsuccessful connect didn't pop up when called because we called it before the event thread had started.




More information about the mythtv-commits mailing list