[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-358-g2b680bd

Git Repo Owner noreply at mythtv.org
Fri Oct 18 21:13:50 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  2b680bd68ee5bb45ae64fae797ed9201e986518a (commit)
       via  7c6cd810db7901bafb374d852e70034739000e24 (commit)
       via  903e820e3c3aebf1fdf469c83654175171e8b39f (commit)
      from  15b82903a101eb2111889fb2c9600181f122dcce (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 2b680bd68ee5bb45ae64fae797ed9201e986518a
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 20:43:18 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 21:44:54 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2b680bd68ee5bb45ae64fae797ed9201e986518a

Merge some identical channel loading code in the guide and channel services.
Also:
* Start exposing correct visibility information for channels returned by
  GetProgramGuide. This would be necessary for any third parties
  wishing only to display the channels the user actually wants to use
  (which may be dozens out of hundreds for Satellite/Cable).

* Change some argument types from int to uint for consistency, and
  because these cannot legitimately be less than zero so it forces
  users of the services API to provide sane values



commit 7c6cd810db7901bafb374d852e70034739000e24
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 20:28:18 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 20:28:18 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c6cd810db7901bafb374d852e70034739000e24

Change CommFree from an int to a bool



commit 903e820e3c3aebf1fdf469c83654175171e8b39f
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 19:07:43 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 18 Oct 2013 19:55:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=903e820e3c3aebf1fdf469c83654175171e8b39f

Use the ChannelInfo class instead of loading data in fragments from ChannelUtil



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../datacontracts/programAndChannel.h              |    6 +-
 .../services/channelServices.h                     |   20 ++--
 mythtv/libs/libmythtv/channelinfo.cpp              |   60 ++++++++++
 mythtv/libs/libmythtv/channelinfo.h                |    2 +
 mythtv/libs/libmythtv/channelutil.cpp              |   87 ---------------
 mythtv/libs/libmythtv/channelutil.h                |   24 +----
 mythtv/programs/mythbackend/services/channel.cpp   |  114 +++----------------
 mythtv/programs/mythbackend/services/channel.h     |   18 ++--
 mythtv/programs/mythbackend/services/guide.cpp     |    2 +-
 .../programs/mythbackend/services/serviceUtil.cpp  |   64 ++++++++---
 mythtv/programs/mythbackend/services/serviceUtil.h |    4 +-
 12 files changed, 155 insertions(+), 248 deletions(-)

-- 



More information about the mythtv-firehose mailing list