[mythtv-commits] mythtv branch master updated by rsiddons. v29-pre-28-g24c5575

Git Repo Owner noreply at mythtv.org
Fri Apr 29 13:42:31 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user rsiddons.
       via  24c5575980e5342e50d1354b7c11e6272463e93f (commit)
       via  c41c6e715e481111fa05ff771bd4f5d8bfe1514d (commit)
       via  75a698e0bf4027c1d2cb9816ee85a4d3e7da4e9b (commit)
       via  4e70774d4ad5abf158ce3060b0adc26a9008aabf (commit)
       via  336193d0f824bfd692958741d69204ebe96d6edc (commit)
       via  e7b50cdb55b552e925c08fe4aca37698f6d55cfa (commit)
       via  ce1935b0ebc0918391f05893be82cd275cbd3969 (commit)
      from  c4831026eb157c3ede860a12e7c86fd0bd14b9ee (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 24c5575980e5342e50d1354b7c11e6272463e93f
Author:    Roger Siddons <rsiddons at mythtv.org> at Mon, 11 Apr 2016 12:27:42 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:39:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=24c5575980e5342e50d1354b7c11e6272463e93f

Revert 20b621e5733 MediaMon: UI to select preferred media handler
The pop-ups don't cater for multiple media, nor respect the autoplay settings

Fixes #12689



commit c41c6e715e481111fa05ff771bd4f5d8bfe1514d
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 3 Feb 2016 13:45:27 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:08:23 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c41c6e715e481111fa05ff771bd4f5d8bfe1514d

Gallery: Add slideshow jump forward/back
Up/Down jumps forward/back 10 slides in slideshow view



commit 75a698e0bf4027c1d2cb9816ee85a4d3e7da4e9b
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 3 Feb 2016 11:13:12 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:05:41 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=75a698e0bf4027c1d2cb9816ee85a4d3e7da4e9b

Gallery: Add status delay
When images are slow to load the "Loading" status can be irritating.
This patch adds a user setting to delay the "Loading" & "Playing" status.



commit 4e70774d4ad5abf158ce3060b0adc26a9008aabf
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 3 Feb 2016 13:58:11 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:05:41 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4e70774d4ad5abf158ce3060b0adc26a9008aabf

Gallery: Add keybinding to set covers
Keybinding Images:"COVER" (default 'C') will set the parent dir cover of the selected image.
Or clear the the cover when the parent dir is selected.



commit 336193d0f824bfd692958741d69204ebe96d6edc
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 3 Feb 2016 11:24:55 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:03:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=336193d0f824bfd692958741d69204ebe96d6edc

Gallery: Change crumb separator
Feedback suggests "Dir1 > Dir2 > Image" is preferable to "Dir1 : Dir2 : Image"



commit e7b50cdb55b552e925c08fe4aca37698f6d55cfa
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 3 Feb 2016 11:24:17 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 13:03:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e7b50cdb55b552e925c08fe4aca37698f6d55cfa

Gallery: Add European caption date formats



commit ce1935b0ebc0918391f05893be82cd275cbd3969
Author:    Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 12:56:05 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Fri, 29 Apr 2016 12:56:05 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ce1935b0ebc0918391f05893be82cd275cbd3969

Python: Restore chanId/startTime API for recordings
Exisiting python scripts depend on the Recorded class taking the chanid/starttime instead of the recordedid as the primary key.
This patch updates the Recorded class to continue using the chanid/starttime pair.
A future patch can add recordedid as a second option so as not to break backwards compatibility.

Fixes: #12260



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

Summary of changes:
 mythplugins/mythgallery/mythgallery/main.cpp      |   21 ++---
 mythplugins/mythmusic/mythmusic/main.cpp          |   14 ++--
 mythtv/bindings/python/MythTV/dataheap.py         |    1 +
 mythtv/libs/libmyth/mythmediamonitor.cpp          |   29 +------
 mythtv/libs/libmythbase/mythmedia.cpp             |    2 +-
 mythtv/libs/libmythmetadata/imagemanager.cpp      |    2 +-
 mythtv/programs/mythfrontend/galleryconfig.cpp    |   11 +++
 mythtv/programs/mythfrontend/galleryslideview.cpp |   85 ++++++++++++++-------
 mythtv/programs/mythfrontend/galleryslideview.h   |    9 ++-
 mythtv/programs/mythfrontend/gallerythumbview.cpp |   13 +++
 mythtv/programs/mythfrontend/galleryviews.cpp     |   80 ++++++++++----------
 mythtv/programs/mythfrontend/galleryviews.h       |    8 +-
 mythtv/programs/mythfrontend/main.cpp             |   11 +--
 13 files changed, 157 insertions(+), 129 deletions(-)

-- 



More information about the mythtv-commits mailing list