[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-444-gb393eec

Git Repo Owner noreply at mythtv.org
Fri Nov 1 19:55:38 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  b393eec7589da0f41bfbb77b67030cb8157d09d6 (commit)
      from  94f9cc69aaeeb6a8ccccfd60981f29a3b753e597 (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 b393eec7589da0f41bfbb77b67030cb8157d09d6
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 1 Nov 2013 16:39:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 1 Nov 2013 19:55:17 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b393eec7589da0f41bfbb77b67030cb8157d09d6

Update recordings page to how recording status, add ability to delete recordings, various tweaks



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

Summary of changes:
 mythtv/html/tv/css/common.css                |   66 ++++++++++++++++++++++++++
 mythtv/html/tv/css/guide.css                 |   63 ------------------------
 mythtv/html/tv/css/recordings.css            |   15 +++++-
 mythtv/html/tv/guide.qsp                     |    8 ++--
 mythtv/html/tv/js/common.js                  |   21 ++++++++-
 mythtv/html/tv/js/constants.js               |   29 +++++++++++
 mythtv/html/tv/js/guide.js                   |   18 +------
 mythtv/html/tv/js/recordings.js              |   20 ++++++++
 mythtv/html/tv/{ => qjs}/dvr_util.qjs        |   10 ++++
 mythtv/html/tv/{ => qjs}/program_util.qjs    |   24 ++++++---
 mythtv/html/tv/recordings.qsp                |   39 ++++++++++++----
 mythtv/programs/mythbackend/mainserver.cpp   |   10 +++-
 mythtv/programs/mythbackend/services/dvr.cpp |    6 +-
 13 files changed, 219 insertions(+), 110 deletions(-)
 create mode 100644 mythtv/html/tv/js/recordings.js
 rename mythtv/html/tv/{ => qjs}/dvr_util.qjs (85%)
 rename mythtv/html/tv/{ => qjs}/program_util.qjs (71%)

-- 



More information about the mythtv-commits mailing list