[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-2680-g036e04b

Git Repo Owner noreply at mythtv.org
Wed Feb 18 02:24:42 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  036e04bc7aed77cef1a13d4744f0bfe210dac8f7 (commit)
       via  e48dc36c3a7cca37c46baaa9e0ccc506ae7352b5 (commit)
       via  9b21d3078de088c79591ca4299fb94690b3b16fa (commit)
       via  db3e6eed1c2731f3e6df2d263bb20a987a94ccd9 (commit)
       via  8599d2e133eca08e8f7e1b0b07f4911ea2bc428a (commit)
       via  be0b45aeef8311195760cd5c73796715f6e3417a (commit)
       via  aa701292d1ca28ea5d091b5b9ef4d9011de0e7ee (commit)
      from  151619393c5a182114af7ef8a659e6ee7328953f (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 036e04bc7aed77cef1a13d4744f0bfe210dac8f7
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Feb 2014 00:28:15 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 20:14:48 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=036e04bc7aed77cef1a13d4744f0bfe210dac8f7

Convert the ceton tuner from using QHttp to MythDownloadManager
This changes the cetonstreamhandler code from using QHttp
to MythDownloadManager.  This is needed for Qt5, but is
backwards compatible for the current Qt4.8 distributions.

Fixes #12067

Signed-off-by: David Engel <dengel at mythtv.org>



commit e48dc36c3a7cca37c46baaa9e0ccc506ae7352b5
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 17 Feb 2015 00:25:49 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 20:08:16 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e48dc36c3a7cca37c46baaa9e0ccc506ae7352b5

Enhance mythdownloadmanager POST redirect compatibility
Fixes #12381

Signed-off-by: David Engel <dengel at mythtv.org>



commit 9b21d3078de088c79591ca4299fb94690b3b16fa
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 16 Feb 2015 22:04:10 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 20:05:54 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9b21d3078de088c79591ca4299fb94690b3b16fa

Add support for redirect relative Location
Fixes #12380

Signed-off-by: David Engel <dengel at mythtv.org>



commit db3e6eed1c2731f3e6df2d263bb20a987a94ccd9
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Feb 2014 00:24:23 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 20:01:41 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=db3e6eed1c2731f3e6df2d263bb20a987a94ccd9

Request AlwaysNetwork if m_reload is set for the request
If m_reload is true, request that Qt actually performs
similiarly to a browser reload (bypass and reload any
cache).

Fixes #12066

Signed-off-by: David Engel <dengel at mythtv.org>



commit 8599d2e133eca08e8f7e1b0b07f4911ea2bc428a
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Feb 2014 00:21:37 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 20:00:30 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8599d2e133eca08e8f7e1b0b07f4911ea2bc428a

Extend reload support to post with QNetworkRequest
If the QNetworkRequest has a CacheLoadControlAttribute
of AlwaysNetwork, set the reload flag for a post
and queuePost request.  While posts are usually not
cached, the RFCs allow it in specific cases.  This
allows the caller to request no cache processing.

Refs #12066

Signed-off-by: David Engel <dengel at mythtv.org>



commit be0b45aeef8311195760cd5c73796715f6e3417a
Author:    David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 19:59:21 -0600
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 19:59:21 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=be0b45aeef8311195760cd5c73796715f6e3417a

Fix trailing whitespace in previous commit.



commit aa701292d1ca28ea5d091b5b9ef4d9011de0e7ee
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Feb 2014 00:17:22 +0000
Committer: David Engel <dengel at mythtv.org> at Tue, 17 Feb 2015 19:57:54 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aa701292d1ca28ea5d091b5b9ef4d9011de0e7ee

Extend reload support to download with QNetworkRequest
If the QNetworkRequest has a CacheLoadControlAttribute
of AlwaysNetwork, set the reload flag for a download
and queueDownload request.

Refs #12066

Signed-off-by: David Engel <dengel at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythbase/mythdownloadmanager.cpp    |   61 ++++++++--
 .../libmythtv/recorders/cetonstreamhandler.cpp     |  130 +++++++++++++-------
 .../libs/libmythtv/recorders/cetonstreamhandler.h  |    8 ++
 3 files changed, 146 insertions(+), 53 deletions(-)

-- 



More information about the mythtv-commits mailing list