[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-450-gffbbf7f

Git Repo Owner noreply at mythtv.org
Thu Dec 20 22:36:02 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  ffbbf7f9592e1f8403563fecf03f213631662f8c (commit)
       via  e8d5fe5578d02cf61190eaea7269a8588c70082b (commit)
       via  6800e4bd15101fd6a4a0d81ab5b3ea3eab8d7b22 (commit)
       via  88d5348e9e3d4eb4e99c5dd372a855683a281a33 (commit)
       via  7d3d9f6d7b8cfea89afa7ba6a430c5ce772dbfbd (commit)
       via  0b974b68c0b1fa45dbf3f050b611d12f3b675754 (commit)
       via  d1443e7bbc6cc89e5216b01af50444023a428b0b (commit)
       via  25ef08d5779025bb4ead6761b144a67ad87e9004 (commit)
      from  097f670883ca87fc3301c866e231f61519ad448a (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 ffbbf7f9592e1f8403563fecf03f213631662f8c
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:28:30 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ffbbf7f9592e1f8403563fecf03f213631662f8c

Handle QT widget and dbus changes in .pro for Qt5.



commit e8d5fe5578d02cf61190eaea7269a8588c70082b
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:26:58 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e8d5fe5578d02cf61190eaea7269a8588c70082b

Add missing QNetworkCookie include.



commit 6800e4bd15101fd6a4a0d81ab5b3ea3eab8d7b22
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:26:13 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6800e4bd15101fd6a4a0d81ab5b3ea3eab8d7b22

Avoid QAtomicInt int cast.
This has been removed in qt5, and is easily avoided in Qt4.

Note in these cases the value is just being used for as a debugging aid,
in general any use of the implicit cast indicates a likely bug location.



commit 88d5348e9e3d4eb4e99c5dd372a855683a281a33
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:19:50 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=88d5348e9e3d4eb4e99c5dd372a855683a281a33

Don't declare metatype for QFileInfo in Qt5; already done in Qt5.



commit 7d3d9f6d7b8cfea89afa7ba6a430c5ce772dbfbd
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:18:22 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:56 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d3d9f6d7b8cfea89afa7ba6a430c5ce772dbfbd

Make mythexp.h C safe for pink.{h,c}



commit 0b974b68c0b1fa45dbf3f050b611d12f3b675754
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Dec 2012 13:30:00 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:56 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0b974b68c0b1fa45dbf3f050b611d12f3b675754

Fixes #11243. Use QMetaMethod::create for Qt5.
Signed-off-by: Daniel Kristjansson <danielk at cuymedia.net>



commit d1443e7bbc6cc89e5216b01af50444023a428b0b
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 20 Dec 2012 13:23:47 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:56 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d1443e7bbc6cc89e5216b01af50444023a428b0b

Fixes #11125. Use methodSignature() for Qt5.
Signed-off-by: Daniel Kristjansson <danielk at cuymedia.net>



commit 25ef08d5779025bb4ead6761b144a67ad87e9004
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 13:17:00 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 17:32:56 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=25ef08d5779025bb4ead6761b144a67ad87e9004

Fixes #11094. Use Qt5 compatible Q_OS_MAC define where needed.



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

Summary of changes:
 .../mythgallery/mythgallery/gallerysettings.cpp    |    2 +-
 mythtv/libs/libmyth/libmyth.pro                    |    9 ++++++++-
 mythtv/libs/libmyth/mythcontext.cpp                |    2 +-
 mythtv/libs/libmyth/mythexp.h                      |    4 +++-
 mythtv/libs/libmythbase/libmythbase.pro            |    4 ++++
 mythtv/libs/libmythbase/mythcommandlineparser.cpp  |    2 +-
 mythtv/libs/libmythbase/mythdownloadmanager.cpp    |    1 +
 mythtv/libs/libmythbase/referencecounter.cpp       |    2 +-
 mythtv/libs/libmythmetadata/globals.cpp            |    2 +-
 mythtv/libs/libmythui/mythdialogbox.h              |    3 +++
 mythtv/libs/libmythui/mythdisplay.cpp              |    6 +++---
 mythtv/libs/libmythui/mythmainwindow.cpp           |    2 +-
 mythtv/libs/libmythui/mythrender_opengl.cpp        |    4 ++--
 mythtv/libs/libmythui/mythrender_opengl.h          |    2 +-
 mythtv/libs/libmythui/mythuihelper.cpp             |    3 ++-
 mythtv/libs/libmythupnp/servicehost.cpp            |   12 ++++++++++++
 mythtv/libs/libmythupnp/xsd.cpp                    |    4 ++++
 mythtv/programs/mythfrontend/globalsettings.cpp    |    3 +--
 mythtv/programs/mythfrontend/main.cpp              |    2 +-
 mythtv/programs/mythtv-setup/main.cpp              |    2 +-
 20 files changed, 52 insertions(+), 19 deletions(-)

-- 



More information about the mythtv-commits mailing list