[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-480-g3084ebc

Git Repo Owner noreply at mythtv.org
Thu Nov 7 17:42:39 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  3084ebcb220424c83569a280bcde9fb269ac1614 (commit)
       via  525113b8b711c3ae12bf6407ddf876edae535559 (commit)
      from  de14c21fe0bf0372009687f2127bf0f457c5a242 (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 3084ebcb220424c83569a280bcde9fb269ac1614
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 7 Nov 2013 17:08:13 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 7 Nov 2013 17:42:34 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3084ebcb220424c83569a280bcde9fb269ac1614

Services: Amend DVR::GetUpcomingList to include in-progress recordings
This mirrors the behaviour of MythFrontend and the old MythWeb.



commit 525113b8b711c3ae12bf6407ddf876edae535559
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 7 Nov 2013 17:05:49 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 7 Nov 2013 17:42:34 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=525113b8b711c3ae12bf6407ddf876edae535559

WebFrontend: Add an Upcoming Recordings page, basic functionality for now.
Refs #11938



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

Summary of changes:
 mythtv/html/menu.qsp                               |    1 +
 mythtv/html/tv/css/common.css                      |   18 +-
 mythtv/html/tv/css/guide.css                       |   11 +-
 mythtv/html/tv/css/recordings.css                  |    5 +-
 .../html/tv/css/{recordings.css => upcoming.css}   |  117 ++++---------
 mythtv/html/tv/guide.qsp                           |   17 +-
 mythtv/html/tv/recordings.qsp                      |    1 +
 mythtv/html/tv/upcoming.qsp                        |  170 ++++++++++++++++++++
 mythtv/programs/mythbackend/services/dvr.cpp       |    4 +-
 9 files changed, 236 insertions(+), 108 deletions(-)
 copy mythtv/html/tv/css/{recordings.css => upcoming.css} (57%)
 create mode 100644 mythtv/html/tv/upcoming.qsp

-- 



More information about the mythtv-commits mailing list