Bug 148502 - Wish: Show rating in embedded preview / slideshow
Summary: Wish: Show rating in embedded preview / slideshow
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-SlideShow (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 12:59 UTC by Marcus Hardt
Modified: 2012-06-27 11:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.10.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Hardt 2007-08-04 12:59:59 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

It would be nice to show the rating stars in the embedded preview (maybe also in slideshow).

Maybe this could be added in settings for the slideshow and be used in embedded preview?
Comment 1 Mikolaj Machowski 2007-08-04 16:43:10 UTC
> It would be nice to show the rating stars in the embedded preview (maybe
> also in slideshow).


In embedded preview you can always use panels. IMO in this point your
wish is INVALID (that is how D. works). Slideshow is completely
different thing - and it should be possible.
Comment 2 Marcus Hardt 2007-08-04 19:19:11 UTC
Regarding the embedded preview I don't quite agree. Of course you _can_ switch to "Comments/Tags", but I do prefer seeing the Properties.
Comment 3 caulier.gilles 2008-02-14 13:54:51 UTC
Marcus,

I'm agree with Mik. In preview mode, you can toogle on right sidebar to show rating info

With SlideShow, there is no way yet... 

Gilles Caulier
Comment 4 Marcus Hardt 2008-02-14 17:12:33 UTC
I don't, as the sidebar makes the image display slower. 

Anyways: The slideshow is (imo) quite strange to use, so that the preview is 
the only full screen view that I use.

M.

Quoting Gilles Caulier
[bugs.kde.org quoted mail]
Comment 5 caulier.gilles 2008-02-15 20:09:59 UTC
SVN commit 775413 by cgilles:

digiKam from trunk (KDE4) : SlideShow : new option to print image Rating
BUG: 148502


 M  +6 -2      digikam/digikamview.cpp  
 M  +14 -12    project/project.kdevelop  
 M  +1 -0      utilities/imageeditor/editor/editorwindow.cpp  
 M  +7 -4      utilities/imageeditor/editor/imagewindow.cpp  
 M  +4 -0      utilities/lighttable/lighttablewindow.cpp  
 M  +22 -11    utilities/setup/setupslideshow.cpp  
 M  +2 -2      utilities/setup/setupslideshow.h  
 M  +72 -10    utilities/slideshow/slideshow.cpp  
 M  +2 -1      utilities/slideshow/slideshow.h  
 M  +15 -1     utilities/slideshow/slideshowsettings.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=775413
Comment 6 caulier.gilles 2008-03-18 15:02:27 UTC
SVN commit 787020 by cgilles:

digiKam from trunk (KDE4) : add thumbbar behind preview area from AlbumGUI when preview mode is used (F3). 
Icon view filter available to status bar and TagFilters still suitable to change thumbbar contents in live.
Thumbbar items can display Rating of pictures. More informations about thumbbar items are avaialble using 
pop-up tool tips is you enable this option in config dialog.
A fresh screenshot is available at these url :

- with Digikasa color theme : http://digikam3rdparty.free.fr/Screenshots/thumbbar4albumgui.png
- with Desert color theme : http://digikam3rdparty.free.fr/Screenshots/thumbbarwithpreviewmode.png

CCMAIL: digikam-devel@kde.org
BUG: 155408
CCBUGS: 148502



 M  +3 -5      CMakeLists.txt  
 M  +3 -5      albumiconview.cpp  
 M  +5 -2      albumiconview.h  
 M  +90 -6     albumwidgetstack.cpp  
 M  +13 -4     albumwidgetstack.h  
 M  +17 -4     digikamview.cpp  
 M  +5 -4      digikamview.h  
 AM            imagepreviewbar.cpp   [License: GPL (v2+)]
 AM            imagepreviewbar.h   [License: GPL (v2+)]
 M  +8 -8      imagepreviewview.cpp  
 M  +1 -1      imagepreviewview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=787020