[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-488-gacc1fa2

Git Repo Owner noreply at mythtv.org
Sat Nov 9 09:38:06 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  acc1fa2fbb03d654b769531f9dd086e4bf621e1b (commit)
       via  bb20c82a96ff986bb8b5268d628602d151af948f (commit)
       via  c82268d31b7517b5e90a4f87afd6d8890805790c (commit)
       via  7159d465e155ec29e918336d37abf30cc5eed3af (commit)
      from  a3033207fb2d7d7e75ff4167fe7813eee0e37710 (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 acc1fa2fbb03d654b769531f9dd086e4bf621e1b
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 9 Nov 2013 09:29:38 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 9 Nov 2013 09:37:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=acc1fa2fbb03d654b769531f9dd086e4bf621e1b

WebFrontend: Support deletion of recrules from Upcoming. Animate the deletion of recordings.



commit bb20c82a96ff986bb8b5268d628602d151af948f
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Nov 2013 16:16:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 9 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bb20c82a96ff986bb8b5268d628602d151af948f

Support http compression for HTML, CSS, JS, XML (inc SVH) and Plain text files.



commit c82268d31b7517b5e90a4f87afd6d8890805790c
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Nov 2013 09:44:33 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 9 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c82268d31b7517b5e90a4f87afd6d8890805790c

WebFrontend: Set a fixed line-height to prevent half a line of the description being displayed in Chromium/Firefox



commit 7159d465e155ec29e918336d37abf30cc5eed3af
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 7 Nov 2013 23:26:12 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 9 Nov 2013 05:30:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7159d465e155ec29e918336d37abf30cc5eed3af

Services: Add the 'Encoder' display name to the Recording Object



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

Summary of changes:
 .../dvr_util.qjs => ajax_backends/dvr_util.qsp}    |    0
 .../program_util.qsp}                              |    0
 mythtv/html/tv/css/common.css                      |   28 ++++++++-
 mythtv/html/tv/css/guide.css                       |   56 +++++++-----------
 mythtv/html/tv/css/recordings.css                  |    7 ++-
 mythtv/html/tv/css/upcoming.css                    |   61 ++++++++++++++++----
 mythtv/html/tv/guide.qsp                           |    8 ++-
 mythtv/html/tv/js/common.js                        |   61 +++++++++++++++++++-
 mythtv/html/tv/js/guide.js                         |   27 +-------
 mythtv/html/tv/js/recordings.js                    |   24 +++-----
 mythtv/html/tv/qjs/{dvr_util.qjs => dvr_util.qsp}  |    0
 .../tv/qjs/{program_util.qjs => program_util.qsp}  |    0
 mythtv/html/tv/upcoming.qsp                        |   52 +++++++++++++----
 .../datacontracts/recording.h                      |    4 +-
 mythtv/libs/libmythupnp/htmlserver.cpp             |   22 ++++++--
 mythtv/libs/libmythupnp/httprequest.cpp            |   41 +++++++++++--
 mythtv/libs/libmythupnp/httprequest.h              |    8 ++-
 .../programs/mythbackend/services/serviceUtil.cpp  |    7 ++
 18 files changed, 286 insertions(+), 120 deletions(-)
 copy mythtv/html/tv/{qjs/dvr_util.qjs => ajax_backends/dvr_util.qsp} (100%)
 copy mythtv/html/tv/{qjs/program_util.qjs => ajax_backends/program_util.qsp} (100%)
 rename mythtv/html/tv/qjs/{dvr_util.qjs => dvr_util.qsp} (100%)
 rename mythtv/html/tv/qjs/{program_util.qjs => program_util.qsp} (100%)

-- 



More information about the mythtv-commits mailing list