[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-551-gf6d6a38

Git Repo Owner noreply at mythtv.org
Wed Nov 20 19:34:48 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  f6d6a38011577c3983a2d4ceab204b2bdb0374ce (commit)
      from  a33c327a1bc7cde68bbb2dfc7648f09b7dc2fdf8 (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 f6d6a38011577c3983a2d4ceab204b2bdb0374ce
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 20 Nov 2013 16:14:30 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 20 Nov 2013 19:34:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f6d6a38011577c3983a2d4ceab204b2bdb0374ce

Services: Add GetInputList() endpoint



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../datacontracts/encoder.h                        |   22 ++++-
 .../libmythservicecontracts/datacontracts/input.h  |  103 ++++++++++++++++++++
 .../datacontracts/inputList.h                      |   88 +++++++++++++++++
 .../libmythservicecontracts.pro                    |    6 +-
 .../libmythservicecontracts/services/dvrServices.h |    7 +-
 mythtv/libs/libmythtv/cardutil.cpp                 |   43 ++++++++-
 mythtv/libs/libmythtv/cardutil.h                   |    2 +
 mythtv/libs/libmythtv/inputinfo.cpp                |   38 +++-----
 mythtv/libs/libmythtv/inputinfo.h                  |   55 +++++++++--
 mythtv/programs/mythbackend/services/dvr.cpp       |   37 +++++++-
 mythtv/programs/mythbackend/services/dvr.h         |    4 +
 .../programs/mythbackend/services/serviceUtil.cpp  |   17 +++
 mythtv/programs/mythbackend/services/serviceUtil.h |    3 +
 14 files changed, 386 insertions(+), 41 deletions(-)
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/input.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/inputList.h

-- 



More information about the mythtv-commits mailing list