[mythtv-firehose] mythtv branch fixes/0.27 updated by stuartm. v0.27-RC1-53-g4ad1908

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


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user stuartm.
       via  4ad19085f21a7fd35ec92f14dba082604228f6ce (commit)
       via  a84b7a09f4fa0671d835085914814029daacb3f9 (commit)
      from  d4afae1929244d29d3de69a3c20209d69e82c832 (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 4ad19085f21a7fd35ec92f14dba082604228f6ce
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:45:02 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4ad19085f21a7fd35ec92f14dba082604228f6ce

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
(cherry picked from commit cd14631c3c7174119cdf7536efea6ca19658ee6b)



commit a84b7a09f4fa0671d835085914814029daacb3f9
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 12:44:56 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a84b7a09f4fa0671d835085914814029daacb3f9

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>
(cherry picked from commit a166efdcdee2cd72a5fd93b7ffe249e08b99ceaf)



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

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