[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1108-g0db22a0

Git Repo Owner noreply at mythtv.org
Wed Apr 30 05:10:46 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  0db22a0f99cb9eeef3cf9f40e1f71a161a4e767c (commit)
      from  befdc4d4b9c5a53d918530d4e09b4430a2d366ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0db22a0f99cb9eeef3cf9f40e1f71a161a4e767c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 30 Apr 2014 15:06:23 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 30 Apr 2014 15:06:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0db22a0f99cb9eeef3cf9f40e1f71a161a4e767c

Use QEventLoop for modal windows.
According to the Qt forums, you can call qApp->exec() only once per application, otherwise weird things occur. In particular 100% CPU usage.

Fixes #11666



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmyth/backendselect.cpp |   17 +++++++++++++----
 mythtv/libs/libmyth/backendselect.h   |    2 ++
 mythtv/libs/libmyth/langsettings.cpp  |   18 +++++++++++++-----
 mythtv/libs/libmyth/langsettings.h    |    2 ++
 4 files changed, 30 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-commits mailing list