[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-364-g6444664

Git Repo Owner noreply at mythtv.org
Mon Oct 21 21:30:30 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6444664f1e10297b15817dfdca94b05999df2177 (commit)
      from  c0c5299ab82f638157b17ba13af154f73c27a40d (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 6444664f1e10297b15817dfdca94b05999df2177
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 20 Oct 2013 15:17:08 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Oct 2013 22:30:01 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6444664f1e10297b15817dfdca94b05999df2177

Add a guide grid to the internal web-server.
This is a WORK IN PROGRESS, not a final finished product. Please do
NOT open tickets for it yet.

What does NOT work (yet)?
 * The 'One-Click-Record' menu isn't hooked.
 * There is no Recording Rule Editor.
 * There are no button to move back/forwards through the guide.

Basically you can view the guide, browse through it by date or time but not much else.

It has been designed with modern browsers in mind. It utilises some
CSS3 and DOM features that may not work with browsers more than 6
months old. This is intentional, it is not a bug but I may be bribed
to change my mind.

The styling is provisional, the finished article may either look very
similar or entirely different.

Firefox, Opera, Opera Mobile, Opera Mobile Classic (Android) and
Chromium were tested. Internet Explorer and Chrome were not tested but
since we're following the standards here they should of course work too.

There is a known issue with Opera Mobile (both versions) and the
record menu throwing everthing out of wack.



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

Summary of changes:
 mythtv/html/css/category_colors.css                |   33 +++
 mythtv/html/css/guide.css                          |  241 ++++++++++++++++++
 mythtv/html/html.pro                               |    2 +-
 mythtv/html/index.html                             |    1 +
 mythtv/html/js/guide.js                            |  158 ++++++++++++
 mythtv/html/menu.qsp                               |    5 +
 mythtv/html/tv/guide.qsp                           |  263 ++++++++++++++++++++
 mythtv/html/tv/schedule.qsp                        |   12 +
 .../services/mythServices.h                        |    5 +
 mythtv/programs/mythbackend/services/myth.cpp      |   42 +++-
 mythtv/programs/mythbackend/services/myth.h        |   21 ++
 11 files changed, 781 insertions(+), 2 deletions(-)
 create mode 100644 mythtv/html/css/category_colors.css
 create mode 100644 mythtv/html/css/guide.css
 create mode 100644 mythtv/html/js/guide.js
 create mode 100644 mythtv/html/tv/guide.qsp
 create mode 100644 mythtv/html/tv/schedule.qsp

-- 



More information about the mythtv-commits mailing list