[mythtv-firehose] mythtv branch master updated by dhampton. v30-Pre-321-gde350d5

Git Repo Owner noreply at mythtv.org
Wed Nov 15 01:13:34 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  de350d5243028591f81002763a025a451437ceab (commit)
      from  eff97292d342a55a866f5e3021d7eda7f4db9423 (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 de350d5243028591f81002763a025a451437ceab
Author:    David Hampton <david at fedora26.dhampton.net> at Tue, 14 Nov 2017 19:54:41 -0500
Committer: David Hampton <david at fedora26.dhampton.net> at Tue, 14 Nov 2017 20:05:46 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=de350d5243028591f81002763a025a451437ceab

Restore registration of various data structure pointers.
Pointers to these types don't need to be declared with the
Q_DECLARE_METATYPE() macro (that's automatic because they are
based on a QObject), but they do need to be registered using
qRegisterMetaType().



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

Summary of changes:
 .../datacontracts/artworkInfo.h                    |    7 +++++
 .../datacontracts/artworkInfoList.h                |    9 ++++++
 .../datacontracts/backendInfo.h                    |   11 +++++++
 .../datacontracts/blurayInfo.h                     |    7 +++++
 .../datacontracts/buildInfo.h                      |    7 +++++
 .../datacontracts/captureCard.h                    |    7 +++++
 .../datacontracts/captureCardList.h                |    8 +++++
 .../datacontracts/castMember.h                     |    7 +++++
 .../datacontracts/castMemberList.h                 |    9 ++++++
 .../datacontracts/channelGroup.h                   |    7 +++++
 .../datacontracts/channelGroupList.h               |    9 ++++++
 .../datacontracts/channelInfoList.h                |    9 ++++++
 .../datacontracts/connectionInfo.h                 |   11 +++++++
 .../datacontracts/cutList.h                        |    9 ++++++
 .../datacontracts/cutting.h                        |    7 +++++
 .../datacontracts/databaseInfo.h                   |    7 +++++
 .../datacontracts/encoder.h                        |    9 ++++++
 .../datacontracts/encoderList.h                    |    9 ++++++
 .../libmythservicecontracts/datacontracts/enum.h   |    9 ++++++
 .../datacontracts/enumItem.h                       |    7 +++++
 .../datacontracts/envInfo.h                        |    7 +++++
 .../datacontracts/frontend.h                       |    7 +++++
 .../datacontracts/frontendActionList.h             |    8 +++++
 .../datacontracts/frontendList.h                   |    9 ++++++
 .../datacontracts/frontendStatus.h                 |    8 +++++
 .../libmythservicecontracts/datacontracts/genre.h  |    7 +++++
 .../datacontracts/genreList.h                      |    9 ++++++
 .../datacontracts/imageMetadataInfo.h              |    7 +++++
 .../datacontracts/imageMetadataInfoList.h          |    9 ++++++
 .../datacontracts/imageSyncInfo.h                  |    7 +++++
 .../libmythservicecontracts/datacontracts/input.h  |    7 +++++
 .../datacontracts/inputList.h                      |    9 ++++++
 .../datacontracts/labelValue.h                     |    7 +++++
 .../libmythservicecontracts/datacontracts/lineup.h |   16 +++++++++++
 .../datacontracts/liveStreamInfo.h                 |    7 +++++
 .../datacontracts/liveStreamInfoList.h             |    9 ++++++
 .../datacontracts/logInfo.h                        |    7 +++++
 .../datacontracts/logMessage.h                     |    7 +++++
 .../datacontracts/logMessageList.h                 |    9 ++++++
 .../datacontracts/musicMetadataInfo.h              |    7 +++++
 .../datacontracts/musicMetadataInfoList.h          |    9 ++++++
 .../datacontracts/programAndChannel.h              |   29 ++++++++++++++++++++
 .../datacontracts/programGuide.h                   |    9 ++++++
 .../datacontracts/programList.h                    |    9 ++++++
 .../datacontracts/recRule.h                        |    7 +++++
 .../datacontracts/recRuleFilter.h                  |    7 +++++
 .../datacontracts/recRuleFilterList.h              |    9 ++++++
 .../datacontracts/recRuleList.h                    |    9 ++++++
 .../datacontracts/recording.h                      |    9 ++++++
 .../datacontracts/settingList.h                    |    7 +++++
 .../datacontracts/storageGroupDir.h                |    7 +++++
 .../datacontracts/storageGroupDirList.h            |    9 ++++++
 .../datacontracts/timeZoneInfo.h                   |    7 +++++
 .../datacontracts/titleInfo.h                      |    7 +++++
 .../datacontracts/titleInfoList.h                  |    9 ++++++
 .../datacontracts/versionInfo.h                    |    7 +++++
 .../datacontracts/videoLookupInfo.h                |   16 +++++++++++
 .../datacontracts/videoLookupInfoList.h            |    9 ++++++
 .../datacontracts/videoMetadataInfo.h              |   16 +++++++++++
 .../datacontracts/videoMetadataInfoList.h          |    9 ++++++
 .../datacontracts/videoMultiplex.h                 |    7 +++++
 .../datacontracts/videoMultiplexList.h             |    9 ++++++
 .../datacontracts/videoSource.h                    |    7 +++++
 .../datacontracts/videoSourceList.h                |    9 ++++++
 .../datacontracts/wolInfo.h                        |    7 +++++
 .../libs/libmythservicecontracts/enums/recStatus.h |    7 +++++
 .../services/captureServices.h                     |    5 +++
 .../services/channelServices.h                     |   10 +++++++
 .../services/contentServices.h                     |    5 +++
 .../libmythservicecontracts/services/dvrServices.h |   10 +++++++
 .../services/frontendServices.h                    |    2 +
 .../services/guideServices.h                       |    8 +++++
 .../services/imageServices.h                       |    6 ++++
 .../services/musicServices.h                       |    4 +++
 .../services/mythServices.h                        |   11 +++++++
 .../services/rttiServices.h                        |    4 +++
 .../services/videoServices.h                       |    6 ++++
 77 files changed, 645 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-firehose mailing list