[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-1050-gd320993

Git Repo Owner noreply at mythtv.org
Thu May 16 01:21:44 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  d320993db3000b1723f979ae2d0dea04da561d82 (commit)
      from  b5624f2a89c67abdce94d746ed73c9b097fadfb4 (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 d320993db3000b1723f979ae2d0dea04da561d82
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 15 May 2013 18:17:36 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 15 May 2013 18:17:36 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d320993db3000b1723f979ae2d0dea04da561d82

Simplify action names in the cutlist editor.
Many of the cutlist editor actions contain the frame number as one of
the components of the action string.  This is unnecessary because the
frame number is always the same, i.e. the current frame number, when
the action is handled.  These action strings are now simplified, and
several methods that took the frame number as an argument are also
simplfied since that argument is redundant.  Refs #11533.



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

Summary of changes:
 mythtv/libs/libmythtv/deletemap.cpp  |    2 +-
 mythtv/libs/libmythtv/deletemap.h    |    4 +--
 mythtv/libs/libmythtv/mythplayer.cpp |    6 ++--
 mythtv/libs/libmythtv/mythplayer.h   |    2 +-
 mythtv/libs/libmythtv/tv_play.cpp    |   49 ++++++++++++---------------------
 mythtv/libs/libmythtv/tv_play.h      |    2 +-
 6 files changed, 25 insertions(+), 40 deletions(-)

-- 



More information about the mythtv-commits mailing list