[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2604-gd9907eb

Git Repo Owner noreply at mythtv.org
Thu Feb 5 21:52:04 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  d9907eb4f1d6fc07e2090267bd86eb97692a2b56 (commit)
      from  85af792239ba85af37887bc2496db183b6717419 (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 d9907eb4f1d6fc07e2090267bd86eb97692a2b56
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 5 Feb 2015 21:51:37 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 5 Feb 2015 21:51:37 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d9907eb4f1d6fc07e2090267bd86eb97692a2b56

WebFrontend: Enable program search page, not functionally complete but working



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

Summary of changes:
 mythtv/html/js/utility.js                          |   17 ++++
 mythtv/html/menu.qsp                               |    1 +
 .../tv/css/{searchlists.css => programsearch.css}  |   14 +++
 mythtv/html/tv/js/common.js                        |    2 +-
 mythtv/html/tv/js/programsearch.js                 |   40 ++++++++
 mythtv/html/tv/js/searchlists.js                   |    5 -
 .../html/tv/{searchlists.qsp => programsearch.qsp} |   99 +++++++++++---------
 7 files changed, 128 insertions(+), 50 deletions(-)
 rename mythtv/html/tv/css/{searchlists.css => programsearch.css} (95%)
 create mode 100644 mythtv/html/tv/js/programsearch.js
 delete mode 100644 mythtv/html/tv/js/searchlists.js
 rename mythtv/html/tv/{searchlists.qsp => programsearch.qsp} (81%)

-- 



More information about the mythtv-commits mailing list