[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-503-g4b3f512

Git Repo Owner noreply at mythtv.org
Mon Nov 11 19:26:11 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  4b3f512b9ad2432108b0098a0758392e4f923a94 (commit)
       via  d4247a962a95501dacebaf9e6898bde1a22486e4 (commit)
      from  3af71b4f758df4183eec13686eea4614433799de (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 4b3f512b9ad2432108b0098a0758392e4f923a94
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 19:24:49 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 19:25:44 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4b3f512b9ad2432108b0098a0758392e4f923a94

WebFrontend: Enable 'Don't Record' & 'Never Record' options on Guide/Upcoming pages
Refs #11938



commit d4247a962a95501dacebaf9e6898bde1a22486e4
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 16:23:46 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 11 Nov 2013 18:54:49 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d4247a962a95501dacebaf9e6898bde1a22486e4

Services: Add a AddDontRecordSchedule() to the DVR service. Takes an optional NeverRecord arg.



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

Summary of changes:
 mythtv/html/tv/ajax_backends/dvr_util.qsp          |   22 ++++++++++++
 mythtv/html/tv/guide.qsp                           |    6 +++
 mythtv/html/tv/js/common.js                        |   28 +++++++++++++++
 mythtv/html/tv/upcoming.qsp                        |    4 +-
 mythtv/libs/libmyth/programinfo.cpp                |   36 ++++++++++++++++++++
 mythtv/libs/libmyth/programinfo.h                  |    3 ++
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../libmythservicecontracts/services/dvrServices.h |    4 ++
 mythtv/libs/libmythtv/recordinginfo.cpp            |   12 ++++++
 mythtv/libs/libmythtv/recordinginfo.h              |    1 +
 mythtv/programs/mythbackend/services/dvr.cpp       |   28 +++++++++++++++
 mythtv/programs/mythbackend/services/dvr.h         |   11 ++++++
 mythtv/programs/mythbackend/services/guide.cpp     |   28 ++--------------
 mythtv/programs/mythfrontend/schedulecommon.cpp    |    5 +--
 14 files changed, 158 insertions(+), 32 deletions(-)

-- 



More information about the mythtv-firehose mailing list