[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-2451-g4bc1a9d

Git Repo Owner noreply at mythtv.org
Wed Dec 31 14:24:38 UTC 2014


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

Frontend Network Control: add commands to get/set the area of a widget
This adds two new commands to get or set the area of a widget on the active
screen.

The get command is:
theme getarea WIDGET

For example to get the area of the clock widget:-
# theme getarea clock
The area of 'clock' is x:780, y:40, w:480, h:40

The set command is:
theme setarea WIDGET X Y WIDTH HEIGHT

For example to set the area of 'clock':-
# theme setarea clock 780 80 480 40
Changed area of 'clock' to x:780, y:80, w:480, h:40

This is just a proof of concept to test the idea of a theme editor that uses
the network control to control a frontend to display a live WYSIWYG view of
the theme while you make changes.



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

Summary of changes:
 mythtv/programs/mythfrontend/networkcontrol.cpp |   99 +++++++++++++++++++++-
 1 files changed, 94 insertions(+), 5 deletions(-)

-- 



More information about the mythtv-commits mailing list