[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-541-gbfc95ec

Git Repo Owner noreply at mythtv.org
Mon Nov 18 21:14:24 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  bfc95eca90e02dba3e330e3ca01bd5a1cf54a6dc (commit)
      from  7fcc9ccc031eb6418b193b71970ca627c95e1d5c (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 bfc95eca90e02dba3e330e3ca01bd5a1cf54a6dc
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 18 Nov 2013 21:08:31 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 18 Nov 2013 21:14:12 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bfc95eca90e02dba3e330e3ca01bd5a1cf54a6dc

WebFrontend: Add Lazy Loading (jScroll) to Recordings and Upcoming Recordings page.
I started to add it into the guide, but due to both a services
limitation which needs fixing first and the added complexity of having
to remember state while browsing forward and backward in time through
the guide it's currently not functioning and is disabled.

Packagers: I had to fix a bug in jScroll before it would work correctly in our
environment. I've submitted a patch upstream. Please do NOT use a
package version of jScroll instead!



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

Summary of changes:
 mythtv/html/3rdParty/jquery/MYTH_README            |    6 +-
 .../html/3rdParty/jquery/jqueryJScroll/README.md   |   67 +++++++
 .../jquery/jqueryJScroll/jquery.jscroll.js         |  200 ++++++++++++++++++++
 .../jquery/jqueryJScroll/jquery.jscroll.min.js     |   15 ++
 .../jquery/jqueryJScroll/jscroll.jquery.json       |   32 +++
 mythtv/html/index.html                             |   23 ++-
 mythtv/html/tv/guide.qsp                           |   48 ++++--
 mythtv/html/tv/js/common.js                        |   23 ++-
 mythtv/html/tv/js/guide.js                         |    4 +
 mythtv/html/tv/recordings.qsp                      |   45 ++++-
 mythtv/html/tv/upcoming.qsp                        |   41 ++++-
 11 files changed, 461 insertions(+), 43 deletions(-)
 create mode 100644 mythtv/html/3rdParty/jquery/jqueryJScroll/README.md
 create mode 100644 mythtv/html/3rdParty/jquery/jqueryJScroll/jquery.jscroll.js
 create mode 100644 mythtv/html/3rdParty/jquery/jqueryJScroll/jquery.jscroll.min.js
 create mode 100644 mythtv/html/3rdParty/jquery/jqueryJScroll/jscroll.jquery.json

-- 



More information about the mythtv-commits mailing list