Bug 242119 - Interactive Slideshow (presentation mode)
Summary: Interactive Slideshow (presentation mode)
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-SlideShow (show other bugs)
Version: 1.3.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-19 01:44 UTC by Ian Hubbertz
Modified: 2014-09-16 14:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.4.0


Attachments
Simple mockup of the "Advanced slideshow" feature (104.52 KB, image/jpeg)
2010-06-20 23:52 UTC, Fri13
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Hubbertz 2010-06-19 01:44:16 UTC
Version:           1.3.0 (using KDE 4.4.2) 
OS:                Linux

This is a more complicated wish, so as an introduction a short "motivation" for it:

I'm currently sorting / rating photos of a long vacation and thinking about how to present them. Due to the large amount of photos (>6500), I probably will present only 4stars+ photos to most of my friends. Some interesting photos so may be skipped, as they are rated 3 stars only.

Thus it would be nice to have a slideshow that looks at the rating and shows only the configured value (e.g. at least 4 stars), but shows lower rated (e.g. 3 stars only) photos in background, so they can be clicked and enlarged, too.
So, if someone finds a particular photo interesting, "nearby" fotos can easily be shown, too.

Using mouse or keyboard to get the next image should show the next high-rated image.

If you have a look at the Windows Vista slideshow, there are some "themes" that shows one large and more smaller photos on the screen at the same time.

Such a design would be good for implementing my whish.

This would also introduce some interactivity to the slideshow, so the mode may be called "presenter mode" instead of slideshow.

Reproducible: Didn't try
Comment 1 Fri13 2010-06-20 23:52:43 UTC
Created attachment 48173 [details]
Simple mockup of the "Advanced slideshow" feature

Mockup of the suggested slideshow feature what would show lower rated (3) photos aside of the asked rated photos (4-5) so presenter can any time pick one to show something what would otherwise being missed or what answers to watcher question.
Comment 2 Ian Hubbertz 2010-06-22 01:38:20 UTC
Looks great.

And make me think of a first simple solution:

The default viewer is almost capable of doing this:

All what is needed is to add a hotkey to jump to the next (previous) image with at least n stars.

Then you could set the filter to e.g 3 stars and jump from one 4 (or 5) star image to another.


To get a presenter mode, of course some "polishing" would be nice, e.g. as shown in the mockup.

Even additional features (e.g. showing the marble-map as (transparent) overlay) could then be added nicely.

(Hotkey to show map overlay).
Comment 3 caulier.gilles 2010-10-12 15:53:12 UTC
SVN commit 1185187 by cgilles:

with this commit, Slideshow is now able to change item rating.
It fix also a little bug to not display tool bar over information text displayed on the bottom/left corner.
BUGS: 148434
CCBUGS: 242119


 M  +1 -1      CMakeLists.txt  
 M  +19 -0     digikam/digikamview.cpp  
 M  +1 -0      digikam/digikamview.h  
 M  +5 -1      digikam/ratingwidget.h  
 U             utilities/imageeditor/editor/editorwindow.cpp  
 M  +0 -1      utilities/imageeditor/editor/editorwindow_p.h  
 M  +17 -4     utilities/imageeditor/editor/imagewindow.cpp  
 M  +3 -0      utilities/imageeditor/editor/imagewindow.h  
 M  +10 -1     utilities/lighttable/lighttablebar.cpp  
 M  +5 -0      utilities/lighttable/lighttablebar.h  
 M  +3 -0      utilities/lighttable/lighttablewindow.cpp  
 M  +55 -62    utilities/slideshow/slideshow.cpp  
 M  +6 -1      utilities/slideshow/slideshow.h  
 U             utilities/slideshow/toolbar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185187
Comment 4 caulier.gilles 2014-08-29 23:21:12 UTC
Ian,

What's about this file using last digiKam 4.2.0 ?

Gilles Caulier
Comment 5 caulier.gilles 2014-09-16 14:44:49 UTC
To only show all rated image while slideshow, go to Labels view from left sidebar, select right label, and press F9. All images will same label will be presented to screen.

This work perfectly using current implementation from git/master.

About arrow keys support, see bug #339051

Gilles Caulier