[mythtv-firehose] mythtv branch master updated by gigem. v0.27-pre2-483-g9497ba1

Git Repo Owner noreply at mythtv.org
Sun Dec 30 20:24:54 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  9497ba1b63a5a6a91b06dbb85beea37444ef3ccc (commit)
      from  7c0f6b23ff0b013149b92e191290072aa7a34c1d (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 9497ba1b63a5a6a91b06dbb85beea37444ef3ccc
Author:    David Engel <dengel at mythtv.org> at Sun, 30 Dec 2012 14:24:34 -0600
Committer: David Engel <dengel at mythtv.org> at Sun, 30 Dec 2012 14:24:34 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9497ba1b63a5a6a91b06dbb85beea37444ef3ccc

Add some more scheduler related simplifications.
Remove the channel record recording rule type.  Add a "This channel"
filter to maintain the that functionality.  Automatically convert
existing channel record rules to all record rules with the channel
filter enabled.

Add a dialog to offer common actions instead of immediately entering
the schedule editor when SELECT is pressed on a non-scheduled program.
Pressing the EDIT action still goes straight to the schedule editor.
Change the text in the recording, not recording and not scheduled
dialogs to be a little clearer.

Change the behavior when RECORD is pressed in the EPG and elsewhere.
Previously, this action cycled through the recrding rule types.  if
the program is not scheduled, this action now adds a single record
rule.  If the program is scheduled, it now brings up the appropriate
recording or not recording dialog.



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                  |    2 +-
 mythtv/bindings/python/MythTV/static.py         |    4 +-
 mythtv/libs/libmyth/programinfo.cpp             |    9 +
 mythtv/libs/libmyth/programinfo.h               |    1 +
 mythtv/libs/libmyth/recordingtypes.cpp          |   11 +--
 mythtv/libs/libmyth/recordingtypes.h            |    2 +-
 mythtv/libs/libmythbase/mythversion.h           |    4 +-
 mythtv/libs/libmythtv/dbcheck.cpp               |   14 ++
 mythtv/libs/libmythtv/recordinginfo.cpp         |   49 +-----
 mythtv/libs/libmythtv/recordinginfo.h           |    2 +-
 mythtv/libs/libmythtv/tv_play.cpp               |    8 +-
 mythtv/libs/libmythtv/tv_play.h                 |    2 +-
 mythtv/programs/mythbackend/scheduler.cpp       |   23 +--
 mythtv/programs/mythfrontend/guidegrid.cpp      |    8 +-
 mythtv/programs/mythfrontend/progfind.cpp       |    6 +-
 mythtv/programs/mythfrontend/proglist.cpp       |    6 +-
 mythtv/programs/mythfrontend/schedulecommon.cpp |  193 +++++++++++++++++------
 mythtv/programs/mythfrontend/schedulecommon.h   |    2 +
 mythtv/programs/mythfrontend/scheduleeditor.cpp |    5 +-
 19 files changed, 205 insertions(+), 146 deletions(-)

-- 



More information about the mythtv-firehose mailing list