[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2792-g6416fd0

Git Repo Owner noreply at mythtv.org
Wed Apr 1 10:33:53 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6416fd01826bb92ebf1ea5bcc0cea8cc2554c517 (commit)
       via  8d1df42b2b51159fac4ed547bfeb7842379501f5 (commit)
       via  2f3f6da0c220ac352248152dc6a614c797fa6124 (commit)
       via  63cd066bfe9f7ff72762fe03d867b2735f81b329 (commit)
       via  100d3c9023fbb809817a460523e9cdd2de1d49d7 (commit)
       via  bae2e42b682faf83fea807d0d258bf72b8aca383 (commit)
       via  9706d36b1565e604a35410110bee86cd14492120 (commit)
       via  f5724c60a6b401da232e34a11401804b8bb084a9 (commit)
       via  fdc1f3a0ae5e24153c1e5784aba12fd4b51ca7b7 (commit)
      from  c71bdc9cd7d48cd6c6e7507470bea069eb3741b8 (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 6416fd01826bb92ebf1ea5bcc0cea8cc2554c517
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 17:12:21 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 11:01:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6416fd01826bb92ebf1ea5bcc0cea8cc2554c517

Qt4 QUrl to Qt5 QUrl/QUrlQuery porting for upnpcdsvideo
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 8d1df42b2b51159fac4ed547bfeb7842379501f5
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 17:09:31 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 11:01:16 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8d1df42b2b51159fac4ed547bfeb7842379501f5

Qt4 QUrl to Qt5 QUrl/QUrlQuery porting for upnpcdsmusic
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 2f3f6da0c220ac352248152dc6a614c797fa6124
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 17:06:35 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 11:01:06 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2f3f6da0c220ac352248152dc6a614c797fa6124

Qt4 QUrl to Qt5 QUrl/QUrlQuery porting for upnpcdstv
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 63cd066bfe9f7ff72762fe03d867b2735f81b329
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 16:46:52 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 11:00:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=63cd066bfe9f7ff72762fe03d867b2735f81b329

Add QUrlQuery for Qt5 upnp porting
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 100d3c9023fbb809817a460523e9cdd2de1d49d7
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 16:42:23 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 11:00:19 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=100d3c9023fbb809817a460523e9cdd2de1d49d7

Qt4 QUrl to Qt5 QUrl/QUrlQuery porting
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit bae2e42b682faf83fea807d0d258bf72b8aca383
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 23 Jan 2015 16:16:29 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 10:58:32 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bae2e42b682faf83fea807d0d258bf72b8aca383

Qt4 QUrl addQueryItem to Qt5 QUrlQuery addQueryItem porting
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 9706d36b1565e604a35410110bee86cd14492120
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 31 Mar 2015 18:01:04 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 1 Apr 2015 08:53:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9706d36b1565e604a35410110bee86cd14492120

HTTP: Add support for If-Modified-Since request header
Also add missing entity bodies for error status responses - HTTP 1.1
states that all 400/500 errors "SHOULD include an entity containing an
explanation of the error situation". Some clients expect this body to
be present. It's generic for now, I'll make it prettier later.

Fixed OPTIONS responses which were using the wrong status code.

This changes the minimum required version of QT to 5.2



commit f5724c60a6b401da232e34a11401804b8bb084a9
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 31 Mar 2015 18:10:22 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 31 Mar 2015 20:00:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f5724c60a6b401da232e34a11401804b8bb084a9

Change minimum required QT version to 5.2



commit fdc1f3a0ae5e24153c1e5784aba12fd4b51ca7b7
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 31 Mar 2015 19:18:01 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 31 Mar 2015 20:00:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fdc1f3a0ae5e24153c1e5784aba12fd4b51ca7b7

Move FileTransfer logging to VB_NETWORK where it belongs



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

Summary of changes:
 mythtv/README                                      |    4 +-
 mythtv/configure                                   |   13 +-
 mythtv/libs/libmythfreemheg/Programs.cpp           |   13 ++
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |   15 ++
 mythtv/libs/libmythupnp/htmlserver.cpp             |   10 +-
 mythtv/libs/libmythupnp/httprequest.cpp            |  181 ++++++++++----------
 mythtv/libs/libmythupnp/httprequest.h              |    2 +
 mythtv/libs/libmythupnp/httpserver.cpp             |   10 +-
 mythtv/libs/libmythupnp/serializers/serializer.cpp |    3 +-
 mythtv/libs/libmythupnp/ssdp.cpp                   |    5 +-
 mythtv/libs/libmythupnp/upnpdevice.h               |    3 +
 mythtv/programs/mythbackend/mainserver.cpp         |    4 +-
 mythtv/programs/mythbackend/upnpcdsmusic.cpp       |   37 ++++
 mythtv/programs/mythbackend/upnpcdstv.cpp          |   57 ++++++
 mythtv/programs/mythbackend/upnpcdsvideo.cpp       |   55 ++++++
 15 files changed, 298 insertions(+), 114 deletions(-)

-- 



More information about the mythtv-commits mailing list