[mythtv-commits] mythtv branch master updated by gigem. v29-pre-103-g0f27540

Git Repo Owner noreply at mythtv.org
Sun Jun 26 21:21:10 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  0f27540e97cd009bca8de466038115120b66edff (commit)
       via  d00120fe40769779f2b2e370600e33632c4970ec (commit)
       via  9f5f12561a0926bea53189884a561a806c116254 (commit)
       via  a8d44d9214b72c0705fbd68cb3dde085f7d8f765 (commit)
       via  8abfafde20b46e8290c6a1e66773d63b12896fdf (commit)
       via  20f52b28a8e72ee8c145cf203ce51c13daca39b9 (commit)
      from  68e133ca61b0e2f61e96b32c9cb62735426c21cb (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 0f27540e97cd009bca8de466038115120b66edff
Author:    David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 16:03:35 -0500
Committer: David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 16:03:35 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0f27540e97cd009bca8de466038115120b66edff

Removed the two-argument RemoteRequestFreeInputList().
It's now obsolete after the previous commit.



commit d00120fe40769779f2b2e370600e33632c4970ec
Author:    David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 15:54:11 -0500
Committer: David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 15:54:11 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d00120fe40769779f2b2e370600e33632c4970ec

Simplify TV::SwitchSource() and TV::IsTunableOn().
Change them to use RemoteRequestFreeInputInfo() instead of a more
convoluted collection of other remote functions.  In addition, the
change to TV::IsTunableOn() allowed the removal of the
is_tunable_cache.  Since only one remote call is now being made, the
cache doesn't save us anything.



commit 9f5f12561a0926bea53189884a561a806c116254
Author:    David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 14:40:35 -0500
Committer: David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 15:45:06 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9f5f12561a0926bea53189884a561a806c116254

Fix MainServer::HandleGetFreeInputInfo() to return the excluded input.
The earlier commit to honor reccount introduced the regression.



commit a8d44d9214b72c0705fbd68cb3dde085f7d8f765
Author:    David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 14:06:52 -0500
Committer: David Engel <dengel at mythtv.org> at Sun, 26 Jun 2016 14:06:52 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a8d44d9214b72c0705fbd68cb3dde085f7d8f765

Change TV::ShowOSDAskAllow() to honor reclimit.



commit 8abfafde20b46e8290c6a1e66773d63b12896fdf
Author:    David Engel <dengel at mythtv.org> at Sat, 25 Jun 2016 15:05:39 -0500
Committer: David Engel <dengel at mythtv.org> at Sat, 25 Jun 2016 15:06:35 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8abfafde20b46e8290c6a1e66773d63b12896fdf

Simplify and change ChannelBase::IsInputAvailable() to honor reclimit.



commit 20f52b28a8e72ee8c145cf203ce51c13daca39b9
Author:    David Engel <dengel at mythtv.org> at Sat, 25 Jun 2016 13:23:03 -0500
Committer: David Engel <dengel at mythtv.org> at Sat, 25 Jun 2016 15:06:35 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=20f52b28a8e72ee8c145cf203ce51c13daca39b9

Change MainServer::HandleGetFreeInputInfo() to honor reclimit.



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h           |    2 +-
 mythtv/libs/libmythtv/recorders/channelbase.cpp |  173 +++++++----------------
 mythtv/libs/libmythtv/tv_play.cpp               |  144 ++++---------------
 mythtv/libs/libmythtv/tv_play.h                 |   15 +--
 mythtv/libs/libmythtv/tvremoteutil.cpp          |   25 ----
 mythtv/libs/libmythtv/tvremoteutil.h            |    2 -
 mythtv/programs/mythbackend/mainserver.cpp      |   26 +++-
 mythtv/programs/mythfrontend/guidegrid.cpp      |    7 +-
 8 files changed, 104 insertions(+), 290 deletions(-)

-- 



More information about the mythtv-commits mailing list