[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-434-g972dbf6

Git Repo Owner noreply at mythtv.org
Wed Oct 30 16:38:21 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  972dbf64ab779dc7f6e674bbc290121a94d4ba7e (commit)
       via  10069cf2f90eaf6f2d3528d2c68a81dd56a75343 (commit)
      from  f7d05529b1980638729f2e232fc46c346fe78a0e (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 972dbf64ab779dc7f6e674bbc290121a94d4ba7e
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 Oct 2013 16:38:01 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 30 Oct 2013 16:38:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=972dbf64ab779dc7f6e674bbc290121a94d4ba7e

Workaround for a bug in the guide grid when a schedule change is made without first navigating forward/back in time. I intended re-factoring all this so the 'fix' isn't necessary.



commit 10069cf2f90eaf6f2d3528d2c68a81dd56a75343
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 Oct 2013 15:57:15 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 30 Oct 2013 16:11:50 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=10069cf2f90eaf6f2d3528d2c68a81dd56a75343

More work on the Recordings page for the internal server



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

Summary of changes:
 mythtv/html/index.html                         |    2 +-
 mythtv/html/tv/css/common.css                  |   28 +++
 mythtv/html/tv/css/guide.css                   |   25 ---
 mythtv/html/tv/css/recordings.css              |   32 ++--
 mythtv/html/tv/guide.qsp                       |   10 +-
 mythtv/html/tv/guide_util.qjs                  |   73 -------
 mythtv/html/tv/images/fl_bookmark.svg          |  156 +++++++++++++++
 mythtv/html/tv/images/fl_commflag.svg          |   73 +++++++
 mythtv/html/tv/images/fl_watched.svg           |  106 ++++++++++
 mythtv/html/tv/js/common.js                    |  250 ++++++++++++++++++++++++
 mythtv/html/tv/js/guide.js                     |  248 +----------------------
 mythtv/html/tv/program_util.qjs                |  125 ++++++++++++
 mythtv/html/tv/recordings.qsp                  |   41 +++-
 mythtv/programs/mythbackend/services/guide.cpp |    2 +-
 14 files changed, 803 insertions(+), 368 deletions(-)
 create mode 100644 mythtv/html/tv/css/common.css
 delete mode 100644 mythtv/html/tv/guide_util.qjs
 create mode 100644 mythtv/html/tv/images/fl_bookmark.svg
 create mode 100644 mythtv/html/tv/images/fl_commflag.svg
 create mode 100644 mythtv/html/tv/images/fl_watched.svg
 create mode 100644 mythtv/html/tv/js/common.js
 create mode 100644 mythtv/html/tv/program_util.qjs

-- 



More information about the mythtv-commits mailing list