Mailing List Archive

mythtv branch master updated by pbennett. v30-Pre-586-gf20ab14
The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
via f20ab149a873ba80c23908533e4461b672223d43 (commit)
via a3ae3a8288beaafbac71acd9d4300792711b025d (commit)
via 8b49f8aee17030a2fa822e601f473117d73f7a15 (commit)
from 4a828998bf0cd82430e1854429742a125eb80815 (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 f20ab149a873ba80c23908533e4461b672223d43
Author: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:54:55 -0400
Committer: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:54:55 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=f20ab149a873ba80c23908533e4461b672223d43

GUI: Enhance Playback to allow change of recording group with arrow keys
New feature to help with limited remotes such as on the
NVidia Shield. On the playback screen, allow the arrow keys
to navigate to the recording groups buttons and select a new
recording group. This is disabled unless the user selects
new option "Change Recording Group using the arrow keys" in
setup.
This requires some things to be done in themes:
(recordings-ui.xml).
1. add focusorder 2 to recgroups buttonlist
2. add state selectedactive and active to recgroups buttonlist
to highlight when the recgroups have focus.
3. Remove triggerevent left from groups buttonlist to allow "left"
to get to recgroups or set wrapstyle "none" to allow "up" to get
to recgroups.
These have been done in the mythcenter and mythcenter wide themes.

Refs #13234



commit a3ae3a8288beaafbac71acd9d4300792711b025d
Author: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:51:43 -0400
Committer: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:51:43 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=a3ae3a8288beaafbac71acd9d4300792711b025d

GUI: Fix bug with buttons vanishing when Reset used
Reset action on a screen should restore everything to the startup
state. Fix the bug that if there are buttons on the screen they
would vanish since they were set to invalid state "default"
instead of valid state "active".

Refs #13234



commit 8b49f8aee17030a2fa822e601f473117d73f7a15
Author: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:48:23 -0400
Committer: Peter Bennett <pbennett@mythtv.org> at Mon, 16 Apr 2018 12:48:23 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=8b49f8aee17030a2fa822e601f473117d73f7a15

GUI: Fix hidden focus bug
Fix bug where if a group containing buttons was hidden, focus
tabbing did not work correctly owing to hidden buttons being
selected for focus.

Refs #13234



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

Summary of changes:
mythtv/libs/libmythui/mythscreentype.cpp | 8 ++++----
mythtv/libs/libmythui/mythuistatetype.cpp | 4 ++--
mythtv/programs/mythfrontend/globalsettings.cpp | 19 +++++++++++++++++++
mythtv/programs/mythfrontend/playbackbox.cpp | 16 +++++++++++++++-
mythtv/programs/mythfrontend/playbackbox.h | 1 +
mythtv/themes/MythCenter-wide/recordings-ui.xml | 19 ++++++++++++++++---
mythtv/themes/MythCenter/recordings-ui.xml | 19 ++++++++++++++++---
mythtv/themes/default-wide/recordings-ui.xml | 1 +
mythtv/themes/default/recordings-ui.xml | 1 +
9 files changed, 75 insertions(+), 13 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose