Bug 124788 - Allow to turn off Presentation tool delay [patch]
Summary: Allow to turn off Presentation tool delay [patch]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: 7.2.0
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2006-04-02 21:27 UTC by Marcus Popp
Modified: 2021-02-09 14:53 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.2.0


Attachments
Solves the #124788 entry. (10.53 KB, patch)
2019-04-04 18:33 UTC, Sambhav Dusad
Details
AutoDelay2.patch (10.46 KB, patch)
2019-04-04 20:49 UTC, Maik Qualmann
Details
Solves the #124788 entry. (11.13 KB, patch)
2019-04-12 01:48 UTC, Sambhav Dusad
Details
resolution for bug of presentation in mode normal (not in openGL mode) (12.49 KB, patch)
2021-02-02 21:24 UTC, Phuoc Khanh LE
Details
disable OpenGL when activate offAutoDelay (12.61 KB, patch)
2021-02-09 08:00 UTC, Phuoc Khanh LE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Popp 2006-04-02 21:27:16 UTC
Version:            (using KDE KDE 3.4.3)
Installed from:    Ubuntu Packages

It would be nice if you could turn off the auto changeover and only change the pictures by clicking (mouse|pagedown|cursor|space).
You could activate this feature by setting the delay to 0 ms or you could make another button.

P.S. The existing workaround: stop with space and use page* is not very nice in fullscreen mode because of the status information (in the upper right corner)
Comment 1 caulier.gilles 2011-12-22 11:54:49 UTC
Marcus,

It stil valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 2 Sambhav Dusad 2019-04-04 18:33:10 UTC
Created attachment 119244 [details]
Solves the #124788 entry.

This patch gives the user option to switch off the Auto Delay option in Advanced Slideshow.

The user has to check the Off Auto Delay checkbox. After Checking this, the effects will be turned off and user can traverse the slideshow using the mouse|pagedown|cursor|space.

Sambhav
Comment 3 Maik Qualmann 2019-04-04 20:49:26 UTC
Created attachment 119246 [details]
AutoDelay2.patch

Patch adapted to current git/master.

Maik
Comment 4 Maik Qualmann 2019-04-04 20:59:04 UTC
- bool offAutoDelay is not initialized
- not implemented in OpenGL mode
- after the left click the control widget stays permanently on

Maik
Comment 5 Maik Qualmann 2019-04-07 07:46:29 UTC
We can fix this easier. If the presentation is in pause mode, only the overlays should not be permanently displayed.

Maik
Comment 6 Sambhav Dusad 2019-04-12 01:48:58 UTC
Created attachment 119366 [details]
Solves the #124788 entry.

Implementation in OpenGL mode done. 
offAutoDelay initialized.
SlideCtrlWidget now does not stays on.

But when the presentation is not in OpenGL mode and the user starts the presentation and when I hover over the ctrl widget, the patch of the widget which overlaps with the image shows the previous image in image list.
I wasn't able to find a way to resolve this.

Sambhav
Comment 7 caulier.gilles 2021-01-26 13:46:51 UTC
Maik,

I assigned too this file to Phuoc Khanh LE for review and fix.

Gilles
Comment 8 Phuoc Khanh LE 2021-02-02 21:24:03 UTC
Created attachment 135378 [details]
resolution for bug of presentation in mode normal (not in openGL mode)

The reason of the overlaps is that the function QPaintEvent() is called automatically after Constructor of class PresentationWidget. Therefor, they display the buffer instead of d->currImage. This patch inserts m_firstPainter which is initialized by true to passe theses first paintEvents(s). This variable is turn to false in the first loadNextImage().

LE
Comment 9 caulier.gilles 2021-02-02 21:30:34 UTC
Thanks Le for the patch.

Didi you plan to apply the same fix for OpenGL mode ?

Best

Gilles
Comment 10 Phuoc Khanh LE 2021-02-02 21:40:13 UTC
I apply the patch of Sambhav, and it made the bug only on mode normal. I made some try on mode OpenGL and there is no bug.

LE
Comment 11 caulier.gilles 2021-02-06 15:46:15 UTC
Thanks Le for the patch. I tested all changes and it work like expected.

2 remarks:

- off auto delay option must disable OpenGL effect, as OpenGl require a transition. This is no sense to lets OpenGL available if this option is activated.

- In presentation_mainpage.ui, the waht's this text to describe off auto delay option must be simple text, as this string will be processed by translators team. Description from you patch is this one:

<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Removes the auto-delay between images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>

Also i recommend to be more verbose here, aka this option requires user action to switch between images.

I'm waiting a new patch with this tunes.

Thanks in advance

Gilles
Comment 12 Phuoc Khanh LE 2021-02-09 08:00:57 UTC
Created attachment 135527 [details]
disable OpenGL when activate offAutoDelay

This patch will disable OpenGL automatically by activating offAutoDelay. The description of offAutoDelay in presentation_mainpage.ui is also corrected in this patch.

LE
Comment 13 caulier.gilles 2021-02-09 14:53:39 UTC
Git commit 62c281789a4e174001e5778ce1407d38eb5c50ad by Gilles Caulier.
Committed on 09/02/2021 at 14:51.
Pushed by cgilles into branch 'master'.

Apply patch #135527 from Phuoc Khanh LE to allow to turn off Presentation tool delay between image
FIXED-IN: 7.2.0

M  +4    -3    core/dplugins/generic/view/presentation/audio/presentation_audiopage.cpp
M  +4    -2    core/dplugins/generic/view/presentation/audio/presentation_audiopage.h
M  +1    -1    core/dplugins/generic/view/presentation/audio/presentationaudiolist.cpp
M  +2    -1    core/dplugins/generic/view/presentation/audio/presentationaudiolist.h
M  +7    -7    core/dplugins/generic/view/presentation/audio/presentationaudiowidget.cpp
M  +3    -1    core/dplugins/generic/view/presentation/audio/presentationaudiowidget.h
M  +36   -33   core/dplugins/generic/view/presentation/common/presentationcontainer.cpp
M  +1    -0    core/dplugins/generic/view/presentation/common/presentationcontainer.h
M  +16   -14   core/dplugins/generic/view/presentation/common/presentationloader.cpp
M  +11   -1    core/dplugins/generic/view/presentation/dialogs/presentation_advpage.cpp
M  +2    -1    core/dplugins/generic/view/presentation/dialogs/presentation_advpage.h
M  +2    -1    core/dplugins/generic/view/presentation/dialogs/presentation_captionpage.cpp
M  +2    -1    core/dplugins/generic/view/presentation/dialogs/presentation_captionpage.h
M  +54   -4    core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp
M  +3    -1    core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.h
M  +10   -0    core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.ui
M  +18   -6    core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp
M  +2    -1    core/dplugins/generic/view/presentation/dialogs/presentationdlg.h
M  +12   -2    core/dplugins/generic/view/presentation/opengl/presentationgl.cpp
M  +1    -1    core/dplugins/generic/view/presentation/presentationplugin.cpp
M  +43   -17   core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp
M  +1    -0    core/dplugins/generic/view/presentation/widgets/presentationwidget.h

https://invent.kde.org/graphics/digikam/commit/62c281789a4e174001e5778ce1407d38eb5c50ad