[mythtv-firehose] mythtv branch master updated by pbennett. v30-Pre-547-g5f9ddd6

Git Repo Owner noreply at mythtv.org
Sun Mar 18 18:35:52 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  5f9ddd6df32844633bf86f1221071cbdb0e9d812 (commit)
      from  5c4dffb3e853ef819ef3f62ca0cf7283e92a6b9d (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 5f9ddd6df32844633bf86f1221071cbdb0e9d812
Author:    Peter Bennett <pbennett at mythtv.org> at Sun, 18 Mar 2018 14:31:59 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Sun, 18 Mar 2018 14:31:59 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f9ddd6df32844633bf86f1221071cbdb0e9d812

Frontend GUI: Menu and Bookmark enhancements
Added SETBOOKMARK and TOGGLEBOOKMARK actions in TV Playback context.
On a new frontend they are not assigned to any key.

If an existing frontend gets upgraded to the new version, the keys
assigned to SELECT in the Global context will be assigned to either
SETBOOKMARK or TOGGLEBOOKMARK depending on whether the "alternate set
and remove bookmark" setting was checked.

The "alternate set and remove bookmark" setting is removed from frontend
setup and is no longer used.

On a new frontend, the space bar will be added as a key on the Pause
action. This does not happen on an existing frontend being upgraded.

Set bookmark, Toggle bookmark and Jump to bookmark are added to the
Playback navigation menu.

The Program details screen that normally only switches between the two
layouts with INFO will also switch with SELECT action (e.g. ENTER)

Video list page: switch from the group menu to the file menu when MENU
is pressed a second time. This is similar to what the Recordings list does.

Refs #13234



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

Summary of changes:
 mythtv/libs/libmythtv/dbcheck.cpp               |   11 ++++
 mythtv/libs/libmythtv/tv_actions.h              |    2 +
 mythtv/libs/libmythtv/tv_play.cpp               |   59 ++++++++++++++++++++---
 mythtv/libs/libmythtv/tv_play.h                 |    1 -
 mythtv/programs/mythfrontend/globalsettings.cpp |   18 -------
 mythtv/programs/mythfrontend/progdetails.cpp    |    2 +-
 mythtv/programs/mythfrontend/videodlg.cpp       |   20 ++++++++
 mythtv/programs/mythfrontend/videodlg.h         |    2 +
 mythtv/themes/default/menu_playback.xml         |    3 +
 9 files changed, 91 insertions(+), 27 deletions(-)

-- 



More information about the mythtv-firehose mailing list