[mythtv-firehose] mythtv branch master updated by rsiddons. v0.28-pre-3237-gae745a2

Git Repo Owner noreply at mythtv.org
Fri Dec 18 11:58:22 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user rsiddons.
       via  ae745a24f4e5cb7e681d8e98f8aac9722e8fce03 (commit)
       via  03608fa1a86c9dca8db56432c331612e9147e8a9 (commit)
       via  526e0fc101ad89df63f7663cdac83626cabc1f5f (commit)
      from  096f3db1eff7d4d6836cdfd6dadad2f5bb1a22db (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 ae745a24f4e5cb7e681d8e98f8aac9722e8fce03
Author:    Roger Siddons <rsiddons at mythtv.org> at Fri, 4 Dec 2015 01:51:36 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 18 Dec 2015 11:55:16 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ae745a24f4e5cb7e681d8e98f8aac9722e8fce03

MythUI: Fix user job description errors in schedule-ui windows
Prevent Qt errors such as:

	QString::arg: 1 argument(s) missing in Run '%1'

when using theme element "userjob1text" in the schedule-ui windows

For example, theme Terra: Schedule Editor->Post Processing screen



commit 03608fa1a86c9dca8db56432c331612e9147e8a9
Author:    Roger Siddons <rsiddons at mythtv.org> at Thu, 17 Dec 2015 11:35:47 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 18 Dec 2015 11:53:22 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=03608fa1a86c9dca8db56432c331612e9147e8a9

Protect against automatic conversion via constructors with one parameter
    Cppcheck added a new test to catch accidential conversions between
    classes. These implicit conversions can be avoided by marking the
    constructors as explicit.

    Part ][][ - libmythmetadata

    Notice that ParentalLevel, AlbumArtImage, simple_ref_ptr are missing. We are using the
    implicit conversions.



commit 526e0fc101ad89df63f7663cdac83626cabc1f5f
Author:    Roger Siddons <rsiddons at mythtv.org> at Thu, 17 Dec 2015 10:25:24 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Thu, 17 Dec 2015 10:48:46 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=526e0fc101ad89df63f7663cdac83626cabc1f5f

Gallery: Fix cppcheck errors
Fix errors:
	Memory leak: buf @ mythtv/libs/libmythbase/remotefile.cpp:606
	Unused private function: 'Orientation::InitOrientationMatrix'
	Class ' PictureMetaData' has a constructor with 1 argument that is not explicit.
	Class ' VideoMetaData' has a constructor with 1 argument that is not explicit.



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

Summary of changes:
 mythtv/libs/libmythbase/remotefile.cpp             |   18 +++++++++---------
 mythtv/libs/libmythmetadata/bluraymetadata.h       |    2 +-
 mythtv/libs/libmythmetadata/cleanup.h              |    2 +-
 mythtv/libs/libmythmetadata/dbaccess.cpp           |    2 +-
 mythtv/libs/libmythmetadata/dbaccess.h             |    4 ++--
 mythtv/libs/libmythmetadata/imagemetadata.cpp      |    7 ++++---
 mythtv/libs/libmythmetadata/metadatadownload.h     |    6 +++---
 mythtv/libs/libmythmetadata/metadatafactory.h      |   14 +++++++-------
 mythtv/libs/libmythmetadata/metadatagrabber.h      |    4 ++--
 .../libs/libmythmetadata/metadataimagedownload.h   |    8 ++++----
 mythtv/libs/libmythmetadata/musicmetadata.h        |    4 ++--
 mythtv/libs/libmythmetadata/parentalcontrols.cpp   |    2 +-
 mythtv/libs/libmythmetadata/quicksp.h              |    2 +-
 mythtv/libs/libmythmetadata/videometadata.cpp      |    4 ++--
 mythtv/libs/libmythmetadata/videometadata.h        |    4 ++--
 mythtv/libs/libmythmetadata/videoscan.h            |    2 +-
 mythtv/programs/mythfrontend/scheduleeditor.cpp    |    8 ++++----
 17 files changed, 47 insertions(+), 46 deletions(-)

-- 



More information about the mythtv-firehose mailing list