[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2247-g453b78a

Git Repo Owner noreply at mythtv.org
Sun Sep 28 13:36:15 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  453b78a48c4348a368c06805e43453e232eb0111 (commit)
       via  72db26812ff2613e4eccbee0f4a2cca365314d05 (commit)
      from  82da6e103d930098d55bbe3334b0ea8f8172f753 (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 453b78a48c4348a368c06805e43453e232eb0111
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 27 Sep 2014 21:24:52 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 28 Sep 2014 14:35:39 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=453b78a48c4348a368c06805e43453e232eb0111

WebFrontend: More animation performance improvements, and other tweaking
Instead of animating through JS (jQuery), use native CSS3 transitions and
animations which are faster because they are handled in native code
and hardware accelerated. It's also the Right Wayâ„¢ to do visual stuff
in web pages and makes it easier to tweak effects for different screen
sizes and platforms.



commit 72db26812ff2613e4eccbee0f4a2cca365314d05
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 28 Sep 2014 14:34:25 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 28 Sep 2014 14:35:25 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=72db26812ff2613e4eccbee0f4a2cca365314d05

UPnP: Add MPEG_PS_PAL and MPEG_PS_NTSC to the list of supported DLNA protocols. Refs #12284



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

Summary of changes:
 mythtv/html/css/site.css             |   14 ++++-
 mythtv/html/js/menu.js               |    2 +
 mythtv/html/tv/css/common.css        |   95 ++++++++++++++++++++++++++++++++++
 mythtv/html/tv/css/guide.css         |    4 +-
 mythtv/html/tv/guide.qsp             |   23 +--------
 mythtv/html/tv/js/common.js          |   90 ++++++++++++++++++++++----------
 mythtv/html/tv/js/guide.js           |   23 ++++----
 mythtv/libs/libmythupnp/upnputil.cpp |    4 ++
 8 files changed, 189 insertions(+), 66 deletions(-)

-- 



More information about the mythtv-firehose mailing list