[mythtv-firehose] mythtv branch master updated by paulh. v0.28-pre-2450-g7819bed

Git Repo Owner noreply at mythtv.org
Wed Dec 31 13:39:52 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  7819bedd7966718c7e3c0783e1017e793f964dec (commit)
      from  369589dbe02fbc9cb77b02d781ff02319b1e1906 (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 7819bedd7966718c7e3c0783e1017e793f964dec
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 31 Dec 2014 13:38:36 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 31 Dec 2014 13:39:23 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7819bedd7966718c7e3c0783e1017e793f964dec

Frontend Network Control: add command to get the name and type of widgets
This adds a new command to get the name and type of the widgets on the active
screen.

The command is:
theme getwidgetnames PATH

If path is empty it will show the top level children of the current screen
like this:-

# theme getwidgetnames
clock                - MythUIText
titles               - MythUIStateType
logo                 - MythUIImage
menu                 - MythUIButtonList

You can get the children of a widget by adding a path like this:-

# theme getwidgetnames menu/buttonitem
active               - MythUIGroup
selectedactive       - MythUIGroup



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

Summary of changes:
 mythtv/programs/mythfrontend/networkcontrol.cpp |  104 ++++++++++++++++++++++-
 mythtv/programs/mythfrontend/networkcontrol.h   |    3 +
 2 files changed, 103 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-firehose mailing list