[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-288-gb914e1c

Git Repo Owner noreply at mythtv.org
Tue Dec 4 17:57:45 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  b914e1c59a2d335185c8d03cf9e9d14e76d8c633 (commit)
       via  6b6fd871046bd649ee0c95ad692a37edb0c18da2 (commit)
       via  fbfd9108b419bc105f6e58b3beeecbcdfda48795 (commit)
       via  1c0a8280b0aa92088ce695f6e0ad4aae32fbd4c3 (commit)
       via  152cd6e50f6e2778de21de126998a94e6be47479 (commit)
      from  b3c936e7429475010a439f42bd8502c135abca0a (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 b914e1c59a2d335185c8d03cf9e9d14e76d8c633
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:47:16 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:55:36 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b914e1c59a2d335185c8d03cf9e9d14e76d8c633

Properly override clone methods in parent class.
The signature of RecordingInfo::clone() changed a while back
without the corresponding change being made to the ProgramRecPriorityInfo
class that inherits from RecordingInfo.



commit 6b6fd871046bd649ee0c95ad692a37edb0c18da2
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:45:48 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:55:36 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6b6fd871046bd649ee0c95ad692a37edb0c18da2

Add required virtual destructor.



commit fbfd9108b419bc105f6e58b3beeecbcdfda48795
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:45:14 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:55:35 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fbfd9108b419bc105f6e58b3beeecbcdfda48795

Address signedness gcc warning.



commit 1c0a8280b0aa92088ce695f6e0ad4aae32fbd4c3
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:44:22 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:55:31 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c0a8280b0aa92088ce695f6e0ad4aae32fbd4c3

Fix method name aliasing.



commit 152cd6e50f6e2778de21de126998a94e6be47479
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:43:53 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 4 Dec 2012 12:54:00 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=152cd6e50f6e2778de21de126998a94e6be47479

Convert some old style C to modern C to quiet compiler warnings.



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp          |    2 +-
 mythtv/libs/libmythtv/recorders/streamhandler.h    |    1 +
 .../libs/libmythtv/visualisations/goom/filters.c   |    6 +-
 .../libmythtv/visualisations/goom/goom_tools.h     |    2 +-
 mythtv/libs/libmythtv/visualisations/goom/ifs.c    |    3 +-
 mythtv/libs/libmythui/mythuifilebrowser.cpp        |    6 +-
 mythtv/libs/libmythui/mythuifilebrowser.h          |    2 +-
 .../programs/mythfrontend/programrecpriority.cpp   |   82 ++++++++++----------
 mythtv/programs/mythfrontend/programrecpriority.h  |   17 +++-
 10 files changed, 66 insertions(+), 57 deletions(-)

-- 



More information about the mythtv-commits mailing list