[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-2819-geda5d2e

Git Repo Owner noreply at mythtv.org
Sat Apr 11 05:05:26 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  eda5d2e2460d739ba9410c74f949b177865763f2 (commit)
      from  84402b0fd03c671c474b0d6891c2f1d1ff486605 (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 eda5d2e2460d739ba9410c74f949b177865763f2
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 10 Apr 2015 21:27:52 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 10 Apr 2015 21:27:52 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eda5d2e2460d739ba9410c74f949b177865763f2

Subtitles: Fix Qt5-related glitches in the black background.
At least I assume this came from the Qt5 update.

The black background that is drawn behind chunks of text started being
rendered smaller by what looks like 1 pixel.  When a line of text is
drawn as multiple adjacent chunks (due to changes in formatting or
color), a small gap would show up between each chunk.

The solution seems to be to define a pen style with width 0 and the
same color as the background, instead of using the Qt::NoPen default.



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

Summary of changes:
 mythtv/libs/libmythtv/subtitlescreen.cpp |    8 ++++++--
 mythtv/themes/default/osd_subtitle.xml   |    1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list