Summary: | Interactive Slideshow (presentation mode) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ian Hubbertz <kde_bugs> |
Component: | Plugin-Generic-SlideShow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.3.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.4.0 | |
Sentry Crash Report: | |||
Attachments: | Simple mockup of the "Advanced slideshow" feature |
Description
Ian Hubbertz
2010-06-19 01:44:16 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.
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). 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 Ian, What's about this file using last digiKam 4.2.0 ? Gilles Caulier 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 |