[mythtv-commits] mythtv commit: r24311 - in branches/release-0-23-fixes/mythtv/libs by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Apr 30 00:59:58 UTC 2010


      Author: cpinkham
        Date: 2010-04-30 00:59:58 +0000 (Fri, 30 Apr 2010)
New Revision: 24311
   Changeset: http://svn.mythtv.org/trac/changeset/24311

Modified:

   branches/release-0-23-fixes/mythtv/libs/libmythdb/mythversion.h
   branches/release-0-23-fixes/mythtv/libs/libmythui/mythmainwindow.cpp
   branches/release-0-23-fixes/mythtv/libs/libmythui/mythmainwindow.h
   branches/release-0-23-fixes/mythtv/libs/libmythui/mythsystem.cpp

Log:

Carry over [24310] from trunk.

Add a helper method so that we can check whether we are in the UI thread or
not.  We don't want to block LIRC, the joystick, or drawing when called
outside the UI thread so use this helper to check to see if we are in the
UIthread.

Fixes #8194 and #8391.






More information about the mythtv-commits mailing list