[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1417-gf4db08f

Git Repo Owner noreply at mythtv.org
Mon May 26 13:14:03 UTC 2014


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

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 resolution causing incorrect sizing at startup.

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



commit 4496f4eb69cedf2c1e6506f18bad39fb43c21a97
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 May 2014 22:41:37 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 May 2014 22:41:37 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4496f4eb69cedf2c1e6506f18bad39fb43c21a97

Revert "Wait shortly for QApplication to register the screen change before continuing."
This reverts commit beca4bb5c7b3662020aec640de060f949dc220e1.



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

Summary of changes:
 mythtv/libs/libmythui/DisplayRes.cpp   |   32 --------------------------------
 mythtv/libs/libmythui/DisplayRes.h     |    1 -
 mythtv/libs/libmythui/mythuihelper.cpp |   26 +++++++++++++++++++++++++-
 3 files changed, 25 insertions(+), 34 deletions(-)

-- 



More information about the mythtv-commits mailing list