[mythtv-commits] mythtv branch fixes/0.27 updated by stuarta. v0.27.5-17-g2ad3158

Git Repo Owner noreply at mythtv.org
Tue Sep 29 12:37:30 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user stuarta.
       via  2ad315894af9a7770b29dbec5d0ca56a84534f49 (commit)
       via  156c30034f6d0c2c22c3b61f59da075f50938269 (commit)
       via  05016ef186d113a0058babe4002a429ffc2f035e (commit)
       via  43312ef43893b0a720b9c49c6b1d1112c34c79e9 (commit)
       via  1b02deb1b9fd89ed27d2f98bb00137ff48d60bf7 (commit)
       via  42939f201a653b8e66876ba88b2bcbc4b57511a2 (commit)
       via  31bd913580153c7b7ab4ce32850d8bc0c4298634 (commit)
       via  7c7c4e5dd0ea7795414e44da5170662d283c81a5 (commit)
       via  ac595a7e69cb8cb13d9d43cab0cb2fef36ec8dbf (commit)
      from  fbd5ef3122abff438d4d706b4ccc046213f47f22 (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 2ad315894af9a7770b29dbec5d0ca56a84534f49
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 1 May 2015 18:09:57 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:32:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2ad315894af9a7770b29dbec5d0ca56a84534f49

Re-Enable screensaver-x11 after the dbus screensaver support was added.
This now utilizes the dbus screensaver first, and then the previously
existing screensaver methods. This should resolve the issues seen by
those using only DPMS or xscreensaver.

(cherry picked from commit 8ea5911f066fe406deeddb8ba92b629be4f47cd1)

Backport to fixes/0.27. Fixes #12511



commit 156c30034f6d0c2c22c3b61f59da075f50938269
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 1 May 2015 18:09:30 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:09:19 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=156c30034f6d0c2c22c3b61f59da075f50938269

Move failure to connect to the different dbus services to LOG_WARNING level #2
(cherry picked from commit e731ebc0d31d20afa29a95a3934be0149c2e0383)

Backport to fixes/0.27. Refs #12511



commit 05016ef186d113a0058babe4002a429ffc2f035e
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 1 May 2015 16:03:36 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:08:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=05016ef186d113a0058babe4002a429ffc2f035e

Move failure to connect to the different dbus services to LOG_WARNING level
(cherry picked from commit 348ed663810ffa6860f380733a677e0aa6d729d1)

Backport to fixes/0.27. Refs #12511



commit 43312ef43893b0a720b9c49c6b1d1112c34c79e9
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 1 May 2015 11:44:04 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:07:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=43312ef43893b0a720b9c49c6b1d1112c34c79e9

Separate the ScreenSaver base class from the ScreenSaverController.
This is a preliminary step to allow multiple screen saver control
methods to be utilized at the same time.

(cherry picked from commit b1c3c35a99fbd3498a01dc06888801b553604927)

Backport to fixes/0.27. Refs #12511



commit 1b02deb1b9fd89ed27d2f98bb00137ff48d60bf7
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Wed, 29 Apr 2015 22:28:00 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:01:22 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1b02deb1b9fd89ed27d2f98bb00137ff48d60bf7

Fix lirc being ignored after dbus screen saver changes.
If the Screensaver is Asleep() we ignore all keypresses
generated via the remote. This is clearly so that a button
pressed on the remote while the screen is asleep only wakes
up the screen, rather than triggering an action.

This swaps the logic around in the dbus screensaver so that
it satisfies the Asleep() check.

We may need to revist this in the future if we find that
when using the dbus screensaver we are not ignoring the
remote keypress which is used to bring us out of screensave.

(cherry picked from commit 70ae25deab026238250cbe0ca108fb6ceb41e188)

Backport to fixes/0.27. Refs #12511



commit 42939f201a653b8e66876ba88b2bcbc4b57511a2
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Tue, 21 Apr 2015 09:04:10 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 11:00:37 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=42939f201a653b8e66876ba88b2bcbc4b57511a2

Refs #12414. Removes some old commented out code
(cherry picked from commit 7c18c182e693302915bfcdd483f95192c95c04f1)

Backport to fixes/0.27. Refs #12511



commit 31bd913580153c7b7ab4ce32850d8bc0c4298634
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Tue, 21 Apr 2015 00:11:12 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 10:59:35 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=31bd913580153c7b7ab4ce32850d8bc0c4298634

lost a void along the way
(cherry picked from commit b316010a65a70561852f34ae2891825c8189d76b)

Backport to fixes/0.27. Refs #12511



commit 7c7c4e5dd0ea7795414e44da5170662d283c81a5
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Mon, 20 Apr 2015 23:41:14 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 10:58:51 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c7c4e5dd0ea7795414e44da5170662d283c81a5

Attempt to use 4 different known screensaver dbus services
(cherry picked from commit eb68676d8ea4dae3cc2d823d2ba10183b00a4680)

Backport to fixes/0.27. Refs #12511



commit ac595a7e69cb8cb13d9d43cab0cb2fef36ec8dbf
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Thu, 19 Mar 2015 21:07:47 +0000
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Tue, 29 Sep 2015 10:57:08 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ac595a7e69cb8cb13d9d43cab0cb2fef36ec8dbf

Initial version of dbus based screensaver
(cherry picked from commit 35564d70e71ee0fe3ccea7dfa53a1ffa21117057)

Backport to fixes/0.27. Refs #12511



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

Summary of changes:
 mythtv/libs/libmythui/libmythui.pro        |    7 +
 mythtv/libs/libmythui/mythuihelper.cpp     |    2 +-
 mythtv/libs/libmythui/screensaver-dbus.cpp |  171 ++++++++++++++++++++++++++++
 mythtv/libs/libmythui/screensaver-dbus.h   |   25 ++++
 mythtv/libs/libmythui/screensaver-null.h   |    2 +-
 mythtv/libs/libmythui/screensaver-osx.h    |    2 +-
 mythtv/libs/libmythui/screensaver-x11.h    |    2 +-
 mythtv/libs/libmythui/screensaver.cpp      |   68 +++++++++--
 mythtv/libs/libmythui/screensaver.h        |   27 ++++-
 9 files changed, 283 insertions(+), 23 deletions(-)
 create mode 100644 mythtv/libs/libmythui/screensaver-dbus.cpp
 create mode 100644 mythtv/libs/libmythui/screensaver-dbus.h

-- 



More information about the mythtv-commits mailing list