[mythtv-commits] mythtv branch master updated by wagnerrp. v0.26-beta-38-g8532584

Git Repo Owner noreply at mythtv.org
Wed Aug 22 04:40:04 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  8532584f4c3d0f7d14b88eed6c492073fbed8f86 (commit)
      from  2ba42aace9ce361c399c5e5a0b018b0874350057 (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 8532584f4c3d0f7d14b88eed6c492073fbed8f86
Author:    Raymond Wagner <rwagner at mythtv.org> at Wed, 22 Aug 2012 00:36:33 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Wed, 22 Aug 2012 00:36:33 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8532584f4c3d0f7d14b88eed6c492073fbed8f86

Fix UI message interface availability when using MythWelcome.
This adds a mechanism to disable the UI message interface when running
MythFrontend, freeing up the necessary ports to allow the frontend to
listen on them and receive events while MythWelcome idles in the
background. The interface is brought back up on MythWelcome when the
frontend terminates.

This commit contains an ABI bump for two new events and a MythSystem
constant.

Fixes #10815



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

Summary of changes:
 mythtv/libs/libmythbase/mythevent.cpp         |    4 +++
 mythtv/libs/libmythbase/mythevent.h           |    2 +
 mythtv/libs/libmythbase/mythsystem.cpp        |   19 +++++++++++++++++
 mythtv/libs/libmythbase/mythsystem.h          |    2 +
 mythtv/libs/libmythbase/mythversion.h         |    2 +-
 mythtv/libs/libmythui/mythmainwindow.cpp      |    8 +++++++
 mythtv/libs/libmythui/mythudplistener.cpp     |   28 +++++++++++++++++--------
 mythtv/libs/libmythui/mythudplistener.h       |    7 ++++-
 mythtv/programs/mythwelcome/welcomedialog.cpp |    2 +-
 9 files changed, 61 insertions(+), 13 deletions(-)

-- 



More information about the mythtv-commits mailing list