Themed menus: Add a compact version of the cutlist menu

Multimedia / MythTV - Jim Stichnoth [mythtv.org] - 20 May 2013 18:21 UTC

The compact version is taken from menu_cutlist_compact.xml. Revert the addition of menu_cutlist_exit.xml, as there's really no need to allow such customization. (Users may want to manually remove menu_cutlist_exit.xml from their installation directory.) Add the ability to take a menu description from an internal string rather than an external file. Refs #11533.

ba1f339 Themed menus: Add a compact version of the cutlist menu.
mythtv/libs/libmythtv/tv_play.cpp | 173 +++++++++++++++++-------
mythtv/libs/libmythtv/tv_play.h | 31 +++--
mythtv/themes/default/menu_cutlist_compact.xml | 10 ++
mythtv/themes/default/menu_cutlist_exit.xml | 8 --
4 files changed, 152 insertions(+), 70 deletions(-)

Upstream: github.com


  • Share