[mythtv-firehose] mythtv branch master updated by jyavenard. v0.28-pre-1060-gb254bb0

Git Repo Owner noreply at mythtv.org
Sun Apr 6 15:22:52 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  b254bb09bbb77d109e8992a2108ec135bf99144b (commit)
       via  4f15d4449a31d551d61d0a00362089d8d7d8a763 (commit)
       via  103d4651e68215e661c843ca5862d7d64c052f93 (commit)
       via  b919f36ba5ace77b4af2cb943f12d8d8c0f9aaba (commit)
      from  15425cb53e643a8c00975c1ef0ea7674464fdca2 (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 b254bb09bbb77d109e8992a2108ec135bf99144b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 7 Apr 2014 01:13:18 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 7 Apr 2014 01:13:18 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b254bb09bbb77d109e8992a2108ec135bf99144b

Fixes Video Playback Profile Editor.
Two corrected issues:
1- Adding or Editing an existing profile, did nothing visually, but would actually update the database
2- When deleting a profile, the newly selected one wasn’t actually saved as default

Was broken since 2007 by the look of things (feature first introduced in aaf6f2b5b1eee055074a72513ca819d97dd687cb)
Fixes #7004 and others



commit 4f15d4449a31d551d61d0a00362089d8d7d8a763
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Apr 2014 01:55:04 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Apr 2014 01:55:04 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4f15d4449a31d551d61d0a00362089d8d7d8a763

Fix linking issues.
Spotted by Craig Treleaven, freetype linking parameters were added twice and too early, causing general linking with installed system libraries first, and then local tree ones.
Configure also automatically adds all libraries checked for to EXTRALIBS define



commit 103d4651e68215e661c843ca5862d7d64c052f93
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Apr 2014 00:15:04 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Apr 2014 00:15:04 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=103d4651e68215e661c843ca5862d7d64c052f93

My analysis for the problem in 96ecd539de8e76a880f0013b4b8854da216e17b1 was wrong. The actual issue is that QPalette inheritance appears broken on a mac; if you set the palette to the top widget container, it doesn’t do anything on its children. However, setting the palette to the main application itself does.
Now things look exactly the same between mac and linux for better or worse. Including font sizes and colors.
A downside, is that the selection color appears to be misused in most themes including the default. So you can't tell if a text is selected or simply having focus
Qt bug: QTBUG-32067, QTBUG-26144 (over 224 bugs related to palette use in Qt as of 2014-04-05)



commit b919f36ba5ace77b4af2cb943f12d8d8c0f9aaba
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 5 Apr 2014 23:28:03 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 5 Apr 2014 23:28:03 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b919f36ba5ace77b4af2cb943f12d8d8c0f9aaba

Revert "Fix settings display on macs"
This reverts commit 15425cb53e643a8c00975c1ef0ea7674464fdca2.



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

Summary of changes:
 mythtv/libs/libmyth/mythconfiggroups.cpp        |    6 -----
 mythtv/libs/libmythtv/libmythtv.pro             |    1 -
 mythtv/libs/libmythui/mythuihelper.cpp          |    4 ---
 mythtv/programs/mythfrontend/globalsettings.cpp |   26 ++++++++++++++++------
 mythtv/settings.pro                             |    1 -
 5 files changed, 19 insertions(+), 19 deletions(-)

-- 



More information about the mythtv-firehose mailing list