Bug 361611 - Tool 'Advanced Slide Show' - "Print Caption" does not work
Summary: Tool 'Advanced Slide Show' - "Print Caption" does not work
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: 4.14.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 20:22 UTC by Richard Bos
Modified: 2017-07-09 17:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Bos 2016-04-10 20:22:13 UTC
The Plugin 'Advanced Slide Show' - "Print Caption" does not work.  I use the plugin from Gwenview.


Reproducible: Always

Steps to Reproduce:
1. Start gwenview to start the kipi plugin AdvancedSlideShow ( Gwenview -> Plugins ->
> > Tools -> AdvancedSlideShow )

2. There is an option to enable 'print caption'

3. This should display EXIF information from the photo, when the slide show is running


Actual Results:  
Nothing is displayed ( at least not the caption ).  The file name and progress marker are displayed.


Expected Results:  
The caption ( EXIF ) should be displayed.


Some information from GIlles:

Op zondag 10 april 2016 11:11:42 schreef u:
> Hi,
>
> The print caption show image comment  passed from kipi host to the plugin
> by libkipi.
>
> the kipi interface is reimplemented in kipi host. Each kipi host pass the
> right information to populate caption in plugin.
>
> In digiKam, if Exif comment exist, it populate the database and pass this
> information through kipi interface if a plugin need it.
>
> In other word, the problem is in the kipi host re-implementation.
>
> Best
>
> Gilles Caulier

2016-04-10 11:49 GMT+02:00:
Hi Gilles,

thanks for your response.  The EXIF information exists in Digikam, but it is
not displayed.  Now how do I report this bug?  I'm ( very ) familair with the
KDE bug tracking system, but in this particular case, which component do I
select to report the error for?

ps: can you confirm that you see the same problem perhaps it is something local
in my installation...

--
Richard

Op zondag 10 april 2016 21:59:48 schreef u:
> yes, problem is reproducible.
> 
> Please report it to digiKam component of KDE bugzilla, into Presentation section.
> 
> Gilles Caulier
Comment 1 Maik Qualmann 2016-04-12 06:11:38 UTC
Git commit 64ca80d2e3d97f32f08402b04cbec6e12031b2b7 by Maik Qualmann.
Committed on 12/04/2016 at 06:09.
Pushed by mqualmann into branch 'master'.

fix print caption in presentation
FIXED-IN: 5.0.0

M  +2    -1    NEWS
M  +7    -1    app/views/digikamview.cpp
M  +19   -1    showfoto/main/showfoto.cpp
M  +5    -4    tests/presentation/presentation.cpp
M  +2    -4    utilities/imageeditor/main/imagewindow.cpp
M  +2    -4    utilities/lighttable/lighttablewindow.cpp
M  +1    -0    utilities/presentation/common/presentationcontainer.cpp
M  +2    -0    utilities/presentation/common/presentationcontainer.h
M  +45   -44   utilities/presentation/common/presentationloader.cpp
M  +3    -2    utilities/presentation/common/presentationloader.h
M  +0    -2    utilities/presentation/dialogs/presentation_mainpage.cpp
M  +26   -27   utilities/presentation/opengl/kbimageloader.cpp
M  +3    -1    utilities/presentation/opengl/kbimageloader.h
M  +12   -28   utilities/presentation/opengl/presentationgl.cpp
M  +1    -3    utilities/presentation/opengl/presentationgl.h
M  +2    -9    utilities/presentation/opengl/presentationkb.cpp
M  +1    -3    utilities/presentation/opengl/presentationkb.h
M  +28   -30   utilities/presentation/opengl/presentationkb_p.h
M  +12   -30   utilities/presentation/presentationmngr.cpp
M  +2    -2    utilities/presentation/presentationmngr.h
M  +13   -27   utilities/presentation/widgets/presentationwidget.cpp
M  +1    -3    utilities/presentation/widgets/presentationwidget.h

http://commits.kde.org/digikam/64ca80d2e3d97f32f08402b04cbec6e12031b2b7
Comment 2 Richard Bos 2016-04-12 19:05:19 UTC
Impressive.

Does this make it work in Gwenview too, or only in digikam and showfoto?

I'm using Gwenview 4.18.x  /me hoping to see this working in this version 4.y.x ...