[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-1052-gd0966af

Git Repo Owner noreply at mythtv.org
Thu May 16 23:01:57 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  d0966aff3e7d582938559e16aa4d3be328fb0b92 (commit)
      from  faa9b0125d333b3647337f45a527bf34e5ddeea0 (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 d0966aff3e7d582938559e16aa4d3be328fb0b92
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 16 May 2013 15:52:50 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 16 May 2013 16:01:43 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d0966aff3e7d582938559e16aa4d3be328fb0b92

Themed menus: Implement the cutlist editor menus.  Refs #11533
Provides an implementation of the main cutlist editor menu
(menu_cutlist.xml), and the exit dialog menu (menu_cutlist_exit.xml).

There is a slight change in behavior - pressing SELECT within a cut
region brings up the entire cutlist menu, rather than a subset.  The
original code suppresses the submenu entry at the end on the SELECT
action.  The original behavior could be restored by adding a third
cutlist menu, or by designing a way to pass extra state to the menu
builder.

To make this work seamlessly with existing action handlers, clumsy
action names like DIALOG_CUTPOINT_NEWCUT_0 are preserved.  This will
need some cleanup.

There is one remaining cutlist-related menu that could be implemented
- the "already editing" dialog.



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

Summary of changes:
 mythtv/libs/libmythtv/tv_play.cpp           |  366 +++++++++++++++++----------
 mythtv/libs/libmythtv/tv_play.h             |   10 +-
 mythtv/themes/default/menu_cutlist.xml      |   35 +++
 mythtv/themes/default/menu_cutlist_exit.xml |    8 +
 4 files changed, 281 insertions(+), 138 deletions(-)
 create mode 100644 mythtv/themes/default/menu_cutlist.xml
 create mode 100644 mythtv/themes/default/menu_cutlist_exit.xml

-- 



More information about the mythtv-commits mailing list