[mythtv-commits] mythtv branch master updated by rsiddons. v0.28-pre-3419-g05ef6f2

Git Repo Owner noreply at mythtv.org
Sun Jan 10 17:55:27 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user rsiddons.
       via  05ef6f2a4b8e8be633c6ec7c0ce2e45fd23241c0 (commit)
       via  3301062ea725ee7548984ff4858a83541debb194 (commit)
       via  3710a7d5497441dda154855274982d08f676826a (commit)
       via  9abee9bc051cf872d953869eaf8262c1ca081d0d (commit)
       via  7278d7db04ad02d216b56ebd4b7a4d6c102a7892 (commit)
       via  476a93c813bc2af2d38f7c9cf92e6fc2c453a92a (commit)
       via  2c5ace45bd8841d4f87d70fb473bd37973d67553 (commit)
       via  482c94623a3a4f4a5407df90d2b451ed063b79cd (commit)
       via  762e7bcb1341c614dd413a98206ec440ae93e55b (commit)
      from  d7be89aa5d7f6cae32b1a5d1d753cfad020b3ab5 (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 05ef6f2a4b8e8be633c6ec7c0ce2e45fd23241c0
Author:    Roger Siddons <rsiddons at mythtv.org> at Mon, 28 Dec 2015 01:05:28 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:17:02 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=05ef6f2a4b8e8be633c6ec7c0ce2e45fd23241c0

MythGallery: Fix deprecated functions
Replace MythUIHelper::LoadScaleImage, which has been deprecated
Fix uses of QPixmap:fill(QWidget *, const QPoint &), which has been deprecated in Qt 5



commit 3301062ea725ee7548984ff4858a83541debb194
Author:    Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 15:53:19 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:17:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3301062ea725ee7548984ff4858a83541debb194

MythGallery: Handle deviant image orientation behaviour by Qt 5.4.1
When loading a QImage, Qt 5.4.1 automatically orientates the image.
All other versions of Qt (4, 5.2, 5.4.0, 5.4.2) load the raw image without applying orientation.
In Qt 5.5 the behaviour will be optional.
See https://codereview.qt-project.org/#/c/110685/

This causes MythGallery images to be mis-orientated (as orientation is applied twice)

This patch ignores Exif orientation when running with Qt 5.4.1



commit 3710a7d5497441dda154855274982d08f676826a
Author:    Angela Schmid <angela.schmid at wolke7.net> at Sun, 10 Jan 2016 14:34:26 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:32 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3710a7d5497441dda154855274982d08f676826a

MythGallery: Orientate thumbnail from EXIF
This patch rotates the thumbnail with the rotation angle information from EXIF.
EXIF needs to be enabled with configure.

Fixes: #12278

Signed-off-by: Roger Siddons <rsiddons at mythtv.org>



commit 9abee9bc051cf872d953869eaf8262c1ca081d0d
Author:    Chad Parry <github at chad.parry.org> at Sat, 9 Jan 2016 17:51:27 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:31 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9abee9bc051cf872d953869eaf8262c1ca081d0d

MythGallery: Random slideshow with a seasonal theme
This creates a new mode of slideshow, called "Seasonal," to supplement the existing sequential and random slideshows.
It shows a random slideshow but with a larger weight given to photos from the same time of year.
The feature is only enabled if EXIF support is present.

I also made some fixes to the sequence classes, so that they tracked history better and could run forever without leaking memory.

Fixes #12335

Signed-off-by: Roger Siddons <rsiddons at mythtv.org>



commit 7278d7db04ad02d216b56ebd4b7a4d6c102a7892
Author:    Chad Parry <github at chad.parry.org> at Sat, 14 Jun 2014 22:35:25 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:31 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7278d7db04ad02d216b56ebd4b7a4d6c102a7892

MythGallery: Wait for the first images to be loaded and no longer
Fixes #12176

Signed-off-by: Roger Siddons <rsiddons at mythtv.org>



commit 476a93c813bc2af2d38f7c9cf92e6fc2c453a92a
Author:    Chad Parry <github at chad.parry.org> at Sun, 8 Jun 2014 22:28:28 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:31 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=476a93c813bc2af2d38f7c9cf92e6fc2c453a92a

MythGallery: Use a separate thread for recursive directory scans
Refs #12176

Signed-off-by: Roger Siddons <rsiddons at mythtv.org>



commit 2c5ace45bd8841d4f87d70fb473bd37973d67553
Author:    Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 12:13:49 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:30 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2c5ace45bd8841d4f87d70fb473bd37973d67553

Gallery: Update menus to replace MythGallery
"Images" menu item will now invoke the 'New Image Gallery' (core Myth)
"Old Gallery" & "Old Gallery Settings" menu items will now invoke the deprecated MythGallery plugin.



commit 482c94623a3a4f4a5407df90d2b451ed063b79cd
Author:    Roger Siddons <rsiddons at mythtv.org> at Sat, 9 Jan 2016 16:12:57 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:14:30 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=482c94623a3a4f4a5407df90d2b451ed063b79cd

Gallery: Disable transitions when browsing
Add a setting to disable transitions when browsing slides.
Transitions are always used when a slideshow is running.



commit 762e7bcb1341c614dd413a98206ec440ae93e55b
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 30 Dec 2015 01:31:49 +0000
Committer: Roger Siddons <rsiddons at mythtv.org> at Sun, 10 Jan 2016 16:13:56 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=762e7bcb1341c614dd413a98206ec440ae93e55b

Gallery: Fix theme issues
Align zoomed thumbnail buttonlists.
Use black background for slides



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

Summary of changes:
 .../mythgallery/mythgallery/galleryutil.cpp        |   72 ++++-
 mythplugins/mythgallery/mythgallery/galleryutil.h  |    2 +
 .../mythgallery/mythgallery/glsingleview.cpp       |   35 +--
 mythplugins/mythgallery/mythgallery/glsingleview.h |    5 +-
 mythplugins/mythgallery/mythgallery/iconview.cpp   |   19 +-
 mythplugins/mythgallery/mythgallery/iconview.h     |    1 +
 mythplugins/mythgallery/mythgallery/imageview.cpp  |  319 +++++++++++++++--
 mythplugins/mythgallery/mythgallery/imageview.h    |   45 +++-
 mythplugins/mythgallery/mythgallery/main.cpp       |    8 +-
 mythplugins/mythgallery/mythgallery/sequence.h     |  386 ++++++++++++--------
 mythplugins/mythgallery/mythgallery/singleview.cpp |   25 +-
 .../mythgallery/mythgallery/thumbgenerator.cpp     |   16 +-
 mythplugins/mythgallery/mythgallery/thumbview.cpp  |    6 +
 mythplugins/mythgallery/mythgallery/thumbview.h    |    7 +
 mythtv/programs/mythfrontend/galleryconfig.cpp     |   30 +-
 mythtv/programs/mythfrontend/galleryslideview.cpp  |    8 +-
 mythtv/themes/DVR/main_settings.xml                |    4 +-
 mythtv/themes/DVR/util_menu.xml                    |   11 +-
 mythtv/themes/classic/main_settings.xml            |    4 +-
 mythtv/themes/classic/mainmenu.xml                 |   10 +-
 mythtv/themes/default/image-ui.xml                 |    7 +-
 mythtv/themes/defaultmenu/library.xml              |   16 +-
 mythtv/themes/defaultmenu/media_settings.xml       |    4 +-
 mythtv/themes/mediacentermenu/mainmenu.xml         |    7 +
 mythtv/themes/mediacentermenu/media_settings.xml   |    4 +-
 mythtv/themes/mediacentermenu/plugin_menu.xml      |   11 +-
 26 files changed, 770 insertions(+), 292 deletions(-)

-- 



More information about the mythtv-commits mailing list