[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1415-gbeca4bb

Git Repo Owner noreply at mythtv.org
Mon May 26 12:20:44 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  beca4bb5c7b3662020aec640de060f949dc220e1 (commit)
      from  4a764c3d6fecf7e378318e3e387afaa97215c91e (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 beca4bb5c7b3662020aec640de060f949dc220e1
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 May 2014 22:16:56 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 May 2014 22:19:55 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=beca4bb5c7b3662020aec640de060f949dc220e1

Wait shortly for QApplication to register the screen change before continuing.
When there’s a screen resolution change, QApplication::desktop() will continue to report the old resolutions causing incorrect sizing at startup by MythMainWindow and MythUIHelper.

Now, create a QEventLoop that will process the required events during a short period of time.



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

Summary of changes:
 mythtv/libs/libmythui/DisplayRes.cpp |   32 ++++++++++++++++++++++++++++++++
 mythtv/libs/libmythui/DisplayRes.h   |    1 +
 2 files changed, 33 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list