[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-1114-g9d5245d

Git Repo Owner noreply at mythtv.org
Sun May 26 22:09:43 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  9d5245d4ec45e42f5ef425bb28927e151cab676d (commit)
       via  c45df402ffeb73c8795ef4b322f1251e4f9fb8f9 (commit)
       via  0d75bebc751e3e669192379eec0a4a7fc722a76c (commit)
       via  c5852fabcc35255e62bdcb755cc73b24bf2cfaeb (commit)
       via  92decfb13d9ea6ada2cb6732a359c916f445987f (commit)
       via  d6ed400eeade8e580b2c6821891e8a08cb481cb9 (commit)
       via  313a1cb642f1cdc968c262eb6b49644047647c95 (commit)
       via  e042787f29fa11cdace055c3dd5d7ee56e8b1579 (commit)
      from  d93eb3cc328a382cb213545410879a27fe1dd802 (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 9d5245d4ec45e42f5ef425bb28927e151cab676d
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:04:14 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9d5245d4ec45e42f5ef425bb28927e151cab676d

Initialise m_pixelAspectRatio in DisplayRes. Coverity.



commit c45df402ffeb73c8795ef4b322f1251e4f9fb8f9
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:56:55 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c45df402ffeb73c8795ef4b322f1251e4f9fb8f9

It is redundant to call indexIn() after exactMatch() for QRegExp, as exactMatch() will also populate capturedTexts(). Coverity (indirectly)



commit 0d75bebc751e3e669192379eec0a4a7fc722a76c
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:47:00 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:39 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0d75bebc751e3e669192379eec0a4a7fc722a76c

Check return value of FindThemeFile() when loading an image.



commit c5852fabcc35255e62bdcb755cc73b24bf2cfaeb
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:41:48 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:39 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c5852fabcc35255e62bdcb755cc73b24bf2cfaeb

Initialise callbacks in MythUIHelperPrivate constructor. It was done anyway a few moments later. Coverity



commit 92decfb13d9ea6ada2cb6732a359c916f445987f
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:29:06 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:37 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=92decfb13d9ea6ada2cb6732a359c916f445987f

Initialise float m_relativeSize() in the constructor. Value chosen is extremely arbitrary. Coverity.



commit d6ed400eeade8e580b2c6821891e8a08cb481cb9
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:21:49 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:33 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d6ed400eeade8e580b2c6821891e8a08cb481cb9

Initialise members of BrowserApi. Coverity.



commit 313a1cb642f1cdc968c262eb6b49644047647c95
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:14:58 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:32 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=313a1cb642f1cdc968c262eb6b49644047647c95

Initialise all members of MythUIFileBrowser which require initialisation. Coverity.



commit e042787f29fa11cdace055c3dd5d7ee56e8b1579
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 22:07:50 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 26 May 2013 23:06:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e042787f29fa11cdace055c3dd5d7ee56e8b1579

Silence a coverity warning about comparing the address of pointer 'child' when it might be null. None issue, but it does no harm to fix.



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

Summary of changes:
 mythtv/libs/libmythui/DisplayRes.h           |    2 +-
 mythtv/libs/libmythui/mythfontproperties.cpp |    3 ++-
 mythtv/libs/libmythui/mythuifilebrowser.cpp  |   15 ++++++++++-----
 mythtv/libs/libmythui/mythuihelper.cpp       |   12 +++++++++---
 mythtv/libs/libmythui/mythuitype.cpp         |    3 +++
 mythtv/libs/libmythui/mythuiwebbrowser.cpp   |    4 +++-
 6 files changed, 28 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list