[mythtv-commits] mythtv branch fixes/29 updated by rsiddons. v29.0-80-gb3aa4b5

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


The branch, fixes/29 has been updated on the
mythtv repository by gitolite user rsiddons.
       via  b3aa4b51b94177033739728cb6fc1d9d98da62a5 (commit)
       via  b2aa2a73466ba288928713026c179d9c4143d415 (commit)
       via  02faf9a77b68060f4f3c4e27cbe518dc66647ac0 (commit)
      from  771115f47d39095652f8f660d3477008a0cbce12 (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 b3aa4b51b94177033739728cb6fc1d9d98da62a5
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 16:23:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b3aa4b51b94177033739728cb6fc1d9d98da62a5

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
(cherry picked from commit 3b6c0d4d63f023676ad1e147e75f7c79e9286b1c)



commit b2aa2a73466ba288928713026c179d9c4143d415
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 16:21:33 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b2aa2a73466ba288928713026c179d9c4143d415

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

(cherry picked from commit 525132951ce61e1549cd64e6c4cf7946217de3b4)



commit 02faf9a77b68060f4f3c4e27cbe518dc66647ac0
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 16:21:32 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=02faf9a77b68060f4f3c4e27cbe518dc66647ac0

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.

(cherry picked from commit 26b06f45708391183992fb91230f99b17c7143bc)



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

Summary of changes:
 .../libs/libmythtv/channelscan/channelimporter.cpp |    2 -
 mythtv/programs/mythfrontend/globalsettings.cpp    |   18 ++++++
 mythtv/programs/mythfrontend/playbackbox.cpp       |    3 +
 mythtv/programs/mythtv-setup/importicons.cpp       |   58 +++++++++++++++-----
 4 files changed, 64 insertions(+), 17 deletions(-)

-- 



More information about the mythtv-commits mailing list