[mythtv-firehose] mythtv branch master updated by danielk. v0.26-pre-380-g8497403

Git Repo Owner noreply at mythtv.org
Thu May 24 18:45:08 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  84974039959d2372844a39a820ca4c7530df5a58 (commit)
       via  98affd3d99da38920a2c5fe1a05f80cb4818aa17 (commit)
       via  2afae608d855d02b10d136a02e2614edecda8933 (commit)
       via  ddfb29cd70d931e8217c5e782af07473ca4c3177 (commit)
       via  aaee0475f4113f0a825dff1c6321b2c1c01fec08 (commit)
      from  875143ea35655452507ab6b30262be0636791f50 (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 84974039959d2372844a39a820ca4c7530df5a58
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 18:03:25 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:59:40 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=84974039959d2372844a39a820ca4c7530df5a58

Fixes various issues with old UI settings code.
icc was quite unhappy with these classes and it's evident at looking at them
that they haven't gotten any love since they were slated for eventual deletion.



commit 98affd3d99da38920a2c5fe1a05f80cb4818aa17
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 17:57:26 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:59:40 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=98affd3d99da38920a2c5fe1a05f80cb4818aa17

Override both Storage::Save() methods in TransientStorage for completeness (quiets icc warning.)



commit 2afae608d855d02b10d136a02e2614edecda8933
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 17:55:40 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:59:40 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2afae608d855d02b10d136a02e2614edecda8933

Make MythUIType::SetPosition() a non-virtual, descendants should not need to override this to change SetPostion() functionality. Overriding SetPosition(const MythPoint&) should be sufficient, and is what existing descendants do now.



commit ddfb29cd70d931e8217c5e782af07473ca4c3177
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 17:51:00 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:59:39 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ddfb29cd70d931e8217c5e782af07473ca4c3177

Fix some const return declarations (caught by icc).



commit aaee0475f4113f0a825dff1c6321b2c1c01fec08
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Fri, 18 May 2012 17:50:11 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 24 May 2012 13:59:39 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aaee0475f4113f0a825dff1c6321b2c1c01fec08

Make HDHRStreamHandler::_tuning int so it can contain -1 sentinel value.



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

Summary of changes:
 mythtv/libs/libmyth/settings.cpp              |   16 ++-
 mythtv/libs/libmyth/settings.h                |  238 +++++++++++++++----------
 mythtv/libs/libmythbase/mythstorage.h         |    1 +
 mythtv/libs/libmythtv/hdhrstreamhandler.h     |    2 +-
 mythtv/libs/libmythtv/mpeg/atscstreamdata.cpp |    4 +-
 mythtv/libs/libmythtv/mpeg/atscstreamdata.h   |    4 +-
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp |    8 +-
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.h   |   18 +-
 mythtv/libs/libmythui/mythuitype.h            |    4 +-
 9 files changed, 182 insertions(+), 113 deletions(-)

-- 



More information about the mythtv-firehose mailing list