[mythtv-firehose] mythtv branch fixes/0.27 updated by jyavenard. v0.27-211-gad2f1ff

Git Repo Owner noreply at mythtv.org
Thu Apr 10 11:20:19 UTC 2014


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  ad2f1ffebde4fcb05856584a3411a45487cc4cf5 (commit)
       via  d17c9064d7033c410a576988945e5b81882e42f1 (commit)
       via  cfa3260ecd71adf2dedcd58187a57d973715846b (commit)
       via  cba166380086de37fc22dab460746c805a5c5f6c (commit)
       via  1b68d626f44818ccf55ed603fe799487ba8f75bb (commit)
       via  0ba4d68afbbdfcf375ca1af66b338e6a1146a944 (commit)
      from  39686c6c6800053fe25764d2f27cfdfc2dd21fab (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 ad2f1ffebde4fcb05856584a3411a45487cc4cf5
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Mar 2014 21:19:16 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Apr 2014 18:16:00 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ad2f1ffebde4fcb05856584a3411a45487cc4cf5

Fix crashes when pressing menu key during channel change
There’s a short amount of time when changing channel during which there are no video output defined.

(cherry picked from commit 400f35aa8de2a6e29ec8e98bf173deb95e724adc)



commit d17c9064d7033c410a576988945e5b81882e42f1
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 7 Apr 2014 21:02:38 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Apr 2014 18:15:51 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d17c9064d7033c410a576988945e5b81882e42f1

Should first Apple Remote listening fail, don’t attempt to use apple remote.
This would only happen on a mac with no remote receiver

(cherry picked from commit 42c2278813687d1d0bded1e0164b0a64e4407365)



commit cfa3260ecd71adf2dedcd58187a57d973715846b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 7 Apr 2014 13:55:55 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Apr 2014 18:15:28 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cfa3260ecd71adf2dedcd58187a57d973715846b

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

(cherry picked from commit c2b22cb99313cbcd496cdbd7593edc853bac41df)

Conflicts:
	mythtv/libs/libmyth/mythconfiggroups.h



commit cba166380086de37fc22dab460746c805a5c5f6c
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 Thu, 10 Apr 2014 18:07:31 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cba166380086de37fc22dab460746c805a5c5f6c

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

(cherry picked from commit 4f15d4449a31d551d61d0a00362089d8d7d8a763)

Conflicts:
	mythtv/libs/libmythtv/libmythtv.pro
	mythtv/settings.pro



commit 1b68d626f44818ccf55ed603fe799487ba8f75bb
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 Thu, 10 Apr 2014 18:02:58 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1b68d626f44818ccf55ed603fe799487ba8f75bb

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)

(cherry picked from commit 103d4651e68215e661c843ca5862d7d64c052f93)



commit 0ba4d68afbbdfcf375ca1af66b338e6a1146a944
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Apr 2014 18:01:37 +0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Apr 2014 18:01:37 +0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0ba4d68afbbdfcf375ca1af66b338e6a1146a944

Revert "Fix settings display on macs"
This reverts commit 829a0986edc2ab695273ec5c8038842c243f36f3.



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

Summary of changes:
 mythtv/libs/libmyth/mythconfiggroups.cpp        |    1 -
 mythtv/libs/libmyth/mythconfiggroups.h          |    2 +-
 mythtv/libs/libmythtv/libmythtv.pro             |    1 -
 mythtv/libs/libmythtv/tv_play.cpp               |    2 +-
 mythtv/libs/libmythui/mythmainwindow.cpp        |   10 ++++++++
 mythtv/libs/libmythui/mythuihelper.cpp          |    4 ---
 mythtv/programs/mythfrontend/globalsettings.cpp |   26 ++++++++++++++++------
 mythtv/settings.pro                             |    1 -
 8 files changed, 31 insertions(+), 16 deletions(-)

-- 



More information about the mythtv-firehose mailing list