Bug 262642 - better looking of "captions" during slideshow [patch]
Summary: better looking of "captions" during slideshow [patch]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-09 11:42 UTC by Harald Haspl
Modified: 2016-07-13 03:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.8.0


Attachments
described feature is implemented by this patch (18.38 KB, patch)
2011-01-09 11:42 UTC, Harald Haspl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Haspl 2011-01-09 11:42:08 UTC
Created attachment 55764 [details]
described feature is implemented by this patch

Version:           unspecified (using KDE 4.5.1) 
OS:                Linux

This patch changes the display of image-captions during a slideshow.

caption text is:
* horizontally centered
* surrounded by a rounded rectangle
* opacity of the background-rectangle can be set (0-10)


The previous option "Transparent Background" had the feature to draw the caption in an outlined-text style. This feature is still available and can now be set independently of the background-transparency (option: "Outlined Text").


For example, the google-picasa look can be emulated by setting:
Font: Bitstream Vera Sans
font-size: 20
foreground-color: white
background-color: dark gray or dark blue tone
opacity: 80%



Reproducible: Always

Steps to Reproduce:
in the advanced slideshow setup menu, options for captions, one can choose the foreground color, background color or transparent background.

Actual Results:  
Caption text is printed on the left side with a simple background.

Expected Results:  
caption text is printed horizontally centered, with a more attractive background.
Comment 1 caulier.gilles 2011-01-14 13:18:20 UTC
SVN commit 1214372 by cgilles:

apply patch #55764 from Harald Haspl
BUGS: 262642


 M  +0 -1      advanceddialog.cpp  
 M  +5 -13     captiondialog.cpp  
 M  +0 -1      captiondialog.h  
 M  +103 -57   captiondialog.ui  
 M  +2 -1      commoncontainer.cpp  
 M  +2 -1      commoncontainer.h  
 M  +0 -1      imageloadthread.cpp  
 M  +1 -1      kbeffect.cpp  
 M  +1 -2      kbeffect.h  
 M  +2 -3      listsounditems.cpp  
 M  +4 -4      listsounditems.h  
 M  +5 -7      maindialog.cpp  
 M  +0 -1      playbackwidget.cpp  
 M  +0 -1      plugin_advancedslideshow.cpp  
 U             plugin_advancedslideshow.h  
 M  +2 -2      screenproperties.cpp  
 U             screenproperties.h  
 M  +0 -1      slideplaybackwidget.cpp  
 U             slideplaybackwidget.h  
 M  +0 -1      slideshow.cpp  
 M  +2 -2      slideshow.h  
 M  +4 -3      slideshowconfig.cpp  
 U             slideshowconfig.h  
 M  +19 -12    slideshowgl.cpp  
 M  +4 -4      slideshowgl.h  
 M  +0 -1      slideshowkb.cpp  
 M  +2 -2      slideshowkb.h  
 M  +1 -1      soundtrackdialog.cpp  


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