[mythtv-commits] mythtv branch master updated by rsiddons. v30-Pre-419-g3b6c0d4

Git Repo Owner noreply at mythtv.org
Wed Jan 24 16:16:06 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user rsiddons.
       via  3b6c0d4d63f023676ad1e147e75f7c79e9286b1c (commit)
       via  79626324d5d7c5ef74ceebd0b545e2879ce777b0 (commit)
       via  525132951ce61e1549cd64e6c4cf7946217de3b4 (commit)
       via  26b06f45708391183992fb91230f99b17c7143bc (commit)
      from  36f8a7dca92086e82d87dafa466672b5a2b46e55 (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 3b6c0d4d63f023676ad1e147e75f7c79e9286b1c
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 13:25:56 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 14:37:59 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3b6c0d4d63f023676ad1e147e75f7c79e9286b1c

Don't trash channel icons when downloading
Validate downloaded icons before overwriting existing ones.

As downloading channels icons is currently broken, we
shouldn't overwrite previously good ones with garbage.
Anyone foolish enough to press the button will currently lose
any icons they have.

Refs: #12976



commit 79626324d5d7c5ef74ceebd0b545e2879ce777b0
Author:    Roger Siddons <rsiddons at mythtv.org> at Sun, 15 May 2016 16:40:34 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 14:37:39 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=79626324d5d7c5ef74ceebd0b545e2879ce777b0

Add menu option to clear a recording's bookmark
New translatable string



commit 525132951ce61e1549cd64e6c4cf7946217de3b4
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 13:36:42 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 14:35:41 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=525132951ce61e1549cd64e6c4cf7946217de3b4

Allow 'Start playback from ProgStart' to be disabled.
New setting in TV Settings/Playback "UseProgStartMark"
Defaults to disabled; user must opt-in to it.

New translatable string.

Fixes #13202



commit 26b06f45708391183992fb91230f99b17c7143bc
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 13:26:11 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 24 Jan 2018 14:28:43 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=26b06f45708391183992fb91230f99b17c7143bc

Fix crash when scanning channels
mythtv-setup always crashes after user enters a channel number
to resolve a channel conflict.

The dialog gets destroyed twice.



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

Summary of changes:
 .../libs/libmythtv/channelscan/channelimporter.cpp |    2 -
 mythtv/programs/mythfrontend/globalsettings.cpp    |   18 ++++++
 mythtv/programs/mythfrontend/playbackbox.cpp       |   15 +++++
 mythtv/programs/mythfrontend/playbackbox.h         |    2 +-
 mythtv/programs/mythtv-setup/importicons.cpp       |   58 +++++++++++++++-----
 5 files changed, 77 insertions(+), 18 deletions(-)

-- 



More information about the mythtv-commits mailing list