[Bug 242119] New: Advanced usage of rating in slideshow / interactive slideshow / "presenter mode"

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] New: Advanced usage of rating in slideshow / interactive slideshow / "presenter mode"

Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119

           Summary: Advanced usage of rating in slideshow / interactive
                    slideshow / "presenter mode"
           Product: digikam
           Version: 1.3.0
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: SlideShow
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] Advanced usage of rating in slideshow / interactive slideshow / "presenter mode"

Bugzilla from friiduh@gmail.com
https://bugs.kde.org/show_bug.cgi?id=242119





--- Comment #1 from Fri13 <friiduh gmail com>  2010-06-20 23:52:43 ---
Created an attachment (id=48173)
 --> (http://bugs.kde.org/attachment.cgi?id=48173)
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.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] Advanced usage of rating in slideshow / interactive slideshow / "presenter mode"

Bugzilla from kde_bugs@hubbertz.de
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119





--- Comment #2 from Ian Hubbertz <kde_bugs hubbertz de>  2010-06-22 01:38:20 ---
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).

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] Advanced usage of rating in slideshow / interactive slideshow / "presenter mode"

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2010-10-12 15:53:12 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] interactive slideshow : "presentation mode"

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
            Summary|Advanced usage of rating in |interactive slideshow :
                   |slideshow / interactive     |"presentation mode"
                   |slideshow / "presenter      |
                   |mode"                       |




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 242119] interactive slideshow (presentation mode)

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|interactive slideshow :     |interactive slideshow
                   |"presentation mode"         |(presentation mode)




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 242119] interactive slideshow (presentation mode)

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119

--- Comment #4 from Gilles Caulier <[hidden email]> ---
Ian,

What's about this file using last digiKam 4.2.0 ?

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 242119] Interactive Slideshow (presentation mode)

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|interactive slideshow       |Interactive Slideshow
                   |(presentation mode)         |(presentation mode)

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 242119] Interactive Slideshow (presentation mode)

Gilles Caulier-4
In reply to this post by Bugzilla from kde_bugs@hubbertz.de
https://bugs.kde.org/show_bug.cgi?id=242119

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |4.4.0
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #5 from Gilles Caulier <[hidden email]> ---
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

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel