[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2167-gfd72f58

Git Repo Owner noreply at mythtv.org
Mon Sep 8 19:36:27 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  fd72f58f9e91196090e827e45631035153e8999c (commit)
       via  933878e452c800c71863e087943ec20b22c869c1 (commit)
      from  c1c745e7c52bdd23117892d80a0a0090a2299814 (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 fd72f58f9e91196090e827e45631035153e8999c
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 8 Sep 2014 20:35:43 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 8 Sep 2014 20:35:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fd72f58f9e91196090e827e45631035153e8999c

WebFrontend: Tweak the behaviour of the schedule editor depending on whether it's called for an upcoming recording, an existing recording or a recording rule. This isn't exactly ideal, but I didn't want to change the behaviour of the Services API GetRecordSchedule to achieve what we want, at least not at this stage.



commit 933878e452c800c71863e087943ec20b22c869c1
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 8 Sep 2014 17:11:29 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 8 Sep 2014 19:38:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=933878e452c800c71863e087943ec20b22c869c1

Services API: Enable use of RecordedId with GetRecordSchedule to return the rule which created that recording and using the metadata associated with that recording.



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

Summary of changes:
 mythtv/html/js/util.qjs                            |    1 +
 mythtv/html/tv/ajax_backends/dvr_util.qsp          |    4 +-
 mythtv/html/tv/guide.qsp                           |    2 +-
 mythtv/html/tv/js/common.js                        |   37 +++++++++++++++++---
 mythtv/html/tv/recordingrules.qsp                  |    2 +-
 mythtv/html/tv/recordings.qsp                      |    2 +-
 mythtv/html/tv/schedule.qsp                        |    8 +++-
 mythtv/html/tv/upcoming.qsp                        |    2 +-
 .../libmythservicecontracts/services/dvrServices.h |    3 +-
 mythtv/programs/mythbackend/services/dvr.cpp       |   12 ++++++-
 mythtv/programs/mythbackend/services/dvr.h         |    6 ++-
 11 files changed, 62 insertions(+), 17 deletions(-)

-- 



More information about the mythtv-commits mailing list