[mythtv-commits] mythtv commit: r18162 - in trunk/mythtv by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Aug 16 08:37:34 UTC 2008


      Author: nigel
        Date: 2008-08-16 08:37:33 +0000 (Sat, 16 Aug 2008)
New Revision: 18162
   Changeset: http://cvs.mythtv.org/trac/changeset/18162

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythui/mythscreenstack.cpp
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/manualbox.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/viewscheduled.cpp
   trunk/mythtv/programs/mythlcdserver/lcdprocclient.cpp

Log:

Remove a few qApp->lock()s. As the Qt source says:
    In Qt 4, this is no longer supported, since painting is only
    supported from within a paint event handler. This function does
    nothing.
There are a few that I left, because they indicate
non-obvious "blocking GUI from thread" issues.





More information about the mythtv-commits mailing list