Bug 148434 - Cannot change rating in slideshow
Summary: Cannot change rating in slideshow
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-SlideShow (show other bugs)
Version: 0.9.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 22:26 UTC by Marcus Hardt
Modified: 2012-06-27 10:40 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Hardt 2007-08-01 22:26:56 UTC
Version:           0.9.2-final (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-1 (lenny/sid))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.21.3

The hotkeys for changing the rating of the current images (ctrl-0-9) only work in the overview, not in the slideshow. This would be useful, as one can actually see the image a lot better.

Anyways: Wonderful software! Making me consider to dump my mac!
M.
Comment 1 Mikolaj Machowski 2008-03-19 18:39:41 UTC
You can use preview mode (F3), set fullscreen and close panels. You will
get the same or almost the same picture size as in slideshow and all
shortcuts are working.

Can we declare slideshow as non-interactive mode and close this bug?
Comment 2 caulier.gilles 2008-03-19 20:11:10 UTC
Mik, 

i have a pending patch to provide a pop-menu in Slideshow, but currently it really bugous. I need time to hack and validate

Gilles
Comment 3 Arnd Baecker 2008-06-23 23:53:12 UTC
*** Bug 164771 has been marked as a duplicate of this bug. ***
Comment 4 Mikolaj Machowski 2008-10-28 19:07:47 UTC
*** Bug 173715 has been marked as a duplicate of this bug. ***
Comment 5 Mikolaj Machowski 2008-10-28 19:10:50 UTC
Hopefully, after implementation of labeling with color (Bug 139465, Bug 152424) it will be also possible to use it in slideshow as discussed in Bug 173715 .
Comment 6 caulier.gilles 2010-10-09 13:56:17 UTC
*** Bug 253645 has been marked as a duplicate of this bug. ***
Comment 7 caulier.gilles 2010-10-12 15:53:13 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