[mythtv-commits] Ticket #7603: mythfrontend can never connect to just waked up master backend

MythTV mythtv at cvs.mythtv.org
Sun Dec 27 14:55:18 UTC 2009


#7603: mythfrontend can never connect to just waked up master backend
-------------------------------------+--------------------------------------
 Reporter:  bam <mybigspam@…>        |       Owner:  danielk 
     Type:  defect                   |      Status:  assigned
 Priority:  major                    |   Milestone:  0.23    
Component:  MythTV - General         |     Version:  head    
 Severity:  medium                   |     Mlocked:  0       
-------------------------------------+--------------------------------------

Comment(by danielk):

 (In [23009]) Refs #7603. This moves the QUERY_RECORDINGS mythproto calls
 out of the UI thread.

 The idea is to move as many mythproto calls as possible out of the UI
 thread so that when a reconnect to the master backend is necessary we can
 show a dialog to that effect during the reconnect attempt even if using
 MythUI.

 QUERY_RECORDINGS is really the major query that this screen does. But
 there are also some done when parsing the list returned by this call,
 which I'll tackle next. And various mythproto calls linked to various
 actions that don't require the return value, which I'll tackle as one task
 with a QRunnable dispatcher.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7603#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list