[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-1381-g5980582

Git Repo Owner noreply at mythtv.org
Thu Nov 22 11:13:52 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  59805821a11921f862fe142e6f3df477b7de5fa2 (commit)
      from  fe22adc5c485b8b19969b0e1804a84f652227577 (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 59805821a11921f862fe142e6f3df477b7de5fa2
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 22 Nov 2012 11:11:27 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 22 Nov 2012 11:11:27 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=59805821a11921f862fe142e6f3df477b7de5fa2

Merge DBChannel and ChannelInfo classes. Make (dist)clean recommended



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/channelgroupsettings.cpp     |    5 +-
 .../{dbchannelinfo.cpp => channelinfo.cpp}         |  168 ++++++++++++-------
 .../libmythtv/{dbchannelinfo.h => channelinfo.h}   |   89 +++++++----
 mythtv/libs/libmythtv/channelutil.cpp              |   28 ++--
 mythtv/libs/libmythtv/channelutil.h                |   12 +-
 mythtv/libs/libmythtv/dtvmultiplex.h               |    2 +-
 mythtv/libs/libmythtv/inputinfo.h                  |    6 +-
 mythtv/libs/libmythtv/libmythtv.pro                |    4 +-
 mythtv/libs/libmythtv/recorders/channelbase.cpp    |   17 +-
 mythtv/libs/libmythtv/recorders/channelbase.h      |    8 +-
 mythtv/libs/libmythtv/tv_play.cpp                  |    8 +-
 mythtv/libs/libmythtv/tv_play.h                    |    5 +-
 mythtv/libs/libmythtv/tvbrowsehelper.cpp           |    8 +-
 mythtv/libs/libmythtv/tvbrowsehelper.h             |    6 +-
 mythtv/libs/libmythtv/videosource.cpp              |    3 +-
 .../programs/mythfrontend/channelrecpriority.cpp   |   40 +++---
 mythtv/programs/mythfrontend/guidegrid.cpp         |   40 +++---
 mythtv/programs/mythfrontend/guidegrid.h           |    8 +-
 mythtv/programs/mythfrontend/manualschedule.cpp    |    5 +-
 mythtv/programs/mythfrontend/proglist.cpp          |    5 +-
 mythtv/programs/mythfrontend/proglist_helpers.cpp  |    5 +-
 22 files changed, 272 insertions(+), 202 deletions(-)
 rename mythtv/libs/libmythtv/{dbchannelinfo.cpp => channelinfo.cpp} (86%)
 rename mythtv/libs/libmythtv/{dbchannelinfo.h => channelinfo.h} (79%)

-- 



More information about the mythtv-commits mailing list