[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-538-gccfd3a7

Git Repo Owner noreply at mythtv.org
Sun Nov 17 21:51:19 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  ccfd3a76bd756e37c62674b8e517ef708b4ffc05 (commit)
       via  1c4df6ac0ce161a70e11724b904c59514a985b86 (commit)
       via  d2a14f2366e362e40c8a98bd1b0bcd9f0fd3d56a (commit)
       via  5603d56386f2b70d5acc8c93562e1177a5a1e1c3 (commit)
       via  3afe4cc3bd665f60f6fdb9f2a60a9b28634dd0f9 (commit)
       via  adc4e033e1ad7389c9f573dde80a53fe6497be25 (commit)
      from  21296a9fdcb672a21d884d04deb5983addebaf8d (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 ccfd3a76bd756e37c62674b8e517ef708b4ffc05
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:50:35 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ccfd3a76bd756e37c62674b8e517ef708b4ffc05

WebFrontend: Switch to using an SVG sprite for the recording icons. Not noticably faster with Chrome, but orders of magnitude faster in Opera.



commit 1c4df6ac0ce161a70e11724b904c59514a985b86
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 17:32:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c4df6ac0ce161a70e11724b904c59514a985b86

Services: Create a rescaled copy of the large default preview image instead of calling the preview generator again.



commit d2a14f2366e362e40c8a98bd1b0bcd9f0fd3d56a
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 14:38:09 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d2a14f2366e362e40c8a98bd1b0bcd9f0fd3d56a

Services/WebFrontend: Use JPG for preview images instead of PNG, at these resolutions JPG looks no worse than PNG and smaller file sizes mean faster page loads over a slow network connection.



commit 5603d56386f2b70d5acc8c93562e1177a5a1e1c3
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 12:38:16 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5603d56386f2b70d5acc8c93562e1177a5a1e1c3

Allow the preview generator to save in formats other than PNG. Take the format from the file extension.



commit 3afe4cc3bd665f60f6fdb9f2a60a9b28634dd0f9
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 11:44:24 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3afe4cc3bd665f60f6fdb9f2a60a9b28634dd0f9

Rename member variables in PreviewGenerator to meet coding standards.



commit adc4e033e1ad7389c9f573dde80a53fe6497be25
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 16 Nov 2013 19:06:56 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 17 Nov 2013 21:51:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=adc4e033e1ad7389c9f573dde80a53fe6497be25

Revert [4e8010cd]. Display description in detail popup if truncated on-screen. It doesn't work in Chrome or Firefox, which only leaves Opera and since they are switching to webkit anyway, it's not worth keeping. Need to find another, 'not ugly' approach but so far I'm drawing a blank.



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

Summary of changes:
 mythtv/html/misc/overview.qsp                      |    2 +-
 mythtv/html/samples/recorded.qsp                   |    2 +-
 mythtv/html/tv/ajax_backends/program_util.qsp      |   27 +--
 mythtv/html/tv/css/recordings.css                  |   45 +++
 mythtv/html/tv/images/blank.png                    |  Bin 0 -> 141 bytes
 mythtv/html/tv/images/recording_icons_sprite.svg   |  362 ++++++++++++++++++++
 mythtv/html/tv/js/common.js                        |   59 +----
 mythtv/html/tv/recordings.qsp                      |   21 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../services/contentServices.h                     |    3 +-
 mythtv/libs/libmythtv/previewgenerator.cpp         |  234 +++++++------
 mythtv/libs/libmythtv/previewgenerator.h           |   40 ++-
 mythtv/programs/mythbackend/services/content.cpp   |   94 ++++--
 mythtv/programs/mythbackend/services/content.h     |    3 +-
 14 files changed, 628 insertions(+), 266 deletions(-)
 create mode 100644 mythtv/html/tv/images/blank.png
 create mode 100644 mythtv/html/tv/images/recording_icons_sprite.svg

-- 



More information about the mythtv-commits mailing list