[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2384-g2da5964

Git Repo Owner noreply at mythtv.org
Mon Nov 10 13:12:52 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  2da59647f3ba247468a547a0fd9bfcc257e51618 (commit)
      from  2f2261d6e3bb78f029dbb38e4746314d6ca0a2b6 (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 2da59647f3ba247468a547a0fd9bfcc257e51618
Author:    slackerlinux85 <slackerlinux85 at gmail.com> at Mon, 10 Nov 2014 13:11:38 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Mon, 10 Nov 2014 13:11:38 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2da59647f3ba247468a547a0fd9bfcc257e51618

MythThemedMenu: Add dependsexec option to the main menu
This option allows for menu entries that will only be visible if a particular
executable is found. For example the menu entry below will add an XBMC menu
entry if the XBMC executable is found at /usr/bin/xbmc.

<button>
  <type>TV</type>
  <text>XBMC</text>
  <description>Launch XBMC</description>
  <action>EXEC xbmc</action>
  <dependsexec>/usr/bin/xbmc</dependsexec>
</button>

Fixes #12021.

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythui/myththemedmenu.cpp |   13 +++++++++++++
 mythtv/libs/libmythui/myththemedmenu.h   |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list