[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-79-gcd14631

Git Repo Owner noreply at mythtv.org
Sun Sep 8 11:43:44 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  cd14631c3c7174119cdf7536efea6ca19658ee6b (commit)
       via  a166efdcdee2cd72a5fd93b7ffe249e08b99ceaf (commit)
      from  bb6e3a0daf1a2a2c15549dc4ce9446c196c37569 (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 cd14631c3c7174119cdf7536efea6ca19658ee6b
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Sep 2013 12:26:08 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Sep 2013 12:41:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cd14631c3c7174119cdf7536efea6ca19658ee6b

Fix --update behaviour in mythfilldatabase after b7a1bd237
This also deprecates --update in favour of the clearer
--only-update-guide which does the same job but is more descriptive
and mirrors --only-update-channels



commit a166efdcdee2cd72a5fd93b7ffe249e08b99ceaf
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sun, 11 Aug 2013 15:35:10 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 8 Sep 2013 11:54:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a166efdcdee2cd72a5fd93b7ffe249e08b99ceaf

UI: Fix Xv painter rendering of OSD menu gradient elements
Commit #xxxxx re-worked and simplified MythPainter.
MythYUVAPainter::DrawRect is passed a brush to paint the background.
This brush may be configured to gradient fill - for instance in
the MythCentre theme to draw the MythPopupBox OSD menu buttons.
Currently only the basic brush colour is translated to YUVA so the
OSD menu is incorrectly rendered.

This patch translates the colours in the brush fill gradient from
RGB to YUV.

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythui/mythpainter_yuva.cpp         |   24 ++++++++++++++++-
 mythtv/programs/mythfilldatabase/channeldata.cpp   |   28 +++++++++++--------
 mythtv/programs/mythfilldatabase/channeldata.h     |    4 +-
 .../mythfilldatabase/commandlineparser.cpp         |   21 ++++++++++----
 mythtv/programs/mythfilldatabase/main.cpp          |   12 +++-----
 5 files changed, 60 insertions(+), 29 deletions(-)

-- 



More information about the mythtv-firehose mailing list