Bug 339082 - Allow a simpler way to place a photo in full-screen using overlay [patch]
Summary: Allow a simpler way to place a photo in full-screen using overlay [patch]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Overlay (show other bugs)
Version: 4.13.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-14 21:55 UTC by Luca Carlon
Modified: 2022-01-31 11:02 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.14.0


Attachments
Patch that adds a new "fullscreen mode" and binds it the the double click in the preview. (9.02 KB, patch)
2014-09-14 21:57 UTC, Luca Carlon
Details
Patch that applies to 81a53fe to implement fullscreen. (9.20 KB, patch)
2014-11-23 01:50 UTC, Luca Carlon
Details
Patch that applies to 274d73d. (9.42 KB, patch)
2015-08-19 00:15 UTC, Luca Carlon
Details
Result. (36.78 KB, image/png)
2015-08-31 21:15 UTC, Luca Carlon
Details
Patch that applies to 19da552. (30.22 KB, patch)
2015-09-06 11:54 UTC, Luca Carlon
Details
Full Screen Overlay patch 2 (30.19 KB, patch)
2015-09-06 12:49 UTC, caulier.gilles
Details
Full Screen Overlay patch 3 (30.60 KB, patch)
2015-09-06 20:46 UTC, Maik Qualmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Carlon 2014-09-14 21:55:08 UTC
While working with digikam I noticed a few times people (including me) simply looking for a quick way to look for a photo (in an album) and then open it in fullscreen. Then simply moving to the next or the previous when ready. Pretty simple.

In the current implementation (3.5.0) I see that it is possible to do this by opening a slideshow from selection (of the target photo), but this won't allow the user to move to the other photos in the same album.
Or, by opening a slideshow for the entire album, which instead opens the first photo in the album (not the one I selected). Also it then moves automatically. I don't think this is the same.
Possible "solution" is to modify the settings to start from the current image and to make the delay very large. This does what I think is the simplest usage. But it requires to tweak the settings and a large delay makes the other slideshows not automatic anymore.

Also, when a photo is opened in preview, double click on it does not go to fullscreen. It seems to me a little unnatural.

After consulting on IRC, something different came up: without any modification of the settings, double clicking on a photo in preview mode opens the photo in fullscreen and simply stays there as long as the user wants. Using the arrows then the rest of the album can be browsed. The escape button goes back to preview, and then again to thumbnails.
This kind of behavior does not influence the existing slideshows.

This feels a little more natural to me. Anyone else who agree by any chance?

Reproducible: Always
Comment 1 Luca Carlon 2014-09-14 21:57:43 UTC
Created attachment 88703 [details]
Patch that adds a new "fullscreen mode" and binds it the the double click in the preview.

This patch adds the new "fullscreen mode" and also considers it some kind of "manual slideshow". On IRC this came up to be inappropriate as not to be considered an actual slideshow. So that part may be removed.
Comment 2 Luca Carlon 2014-09-14 22:02:40 UTC
I have to say the patch does not completely satisfy me but... you guys may help improving it...
Comment 3 caulier.gilles 2014-10-05 09:02:50 UTC
Luca,

With current implementation from git/master, a lots of changes have been done to SlideShow.

You patch cannot be applied and tested. Can you update it and adapt your code to new implementation ?

Thanks in advance

Gilles Caulier
Comment 4 Alexander Fieroch 2014-10-12 17:30:17 UTC
Luca,

I agree with you. Have a look at

https://bugs.kde.org/show_bug.cgi?id=280133
Comment 5 Luca Carlon 2014-11-23 01:50:24 UTC
Created attachment 89690 [details]
Patch that applies to 81a53fe to implement fullscreen.
Comment 6 Luca Carlon 2014-12-08 23:20:03 UTC
Can someone review this patch before new modifications make it impossible to apply again?
Comment 7 caulier.gilles 2014-12-09 05:43:05 UTC
Please sync the patch with current implementation from git/master.

Branching code to port to KF5 will be done after 4.6.0 release (https://techbase.kde.org/Projects/Digikam/CodingSprint2014#KDE_Framework_Port)
Comment 8 caulier.gilles 2015-05-10 08:05:12 UTC
Luca,

Any change to have this patch updated with last implementation from git/master ?

Gilles Caulier
Comment 9 Luca Carlon 2015-05-10 09:14:31 UTC
A third implementation of the same feature?! Impossible to apply again?
Comment 10 caulier.gilles 2015-05-10 09:18:19 UTC
Luca,

I don't understand what you mean exactly (:=))... ?

Gilles Caulier
Comment 11 caulier.gilles 2015-05-15 21:53:44 UTC
Luca, no response ?

Gilles Caulier
Comment 12 Luca Carlon 2015-08-18 09:33:36 UTC
I already wrote this patch two times. Where would you like this applied? git master?
Comment 13 caulier.gilles 2015-08-18 09:52:09 UTC
yes git/master...

Gilles Caulier
Comment 14 Luca Carlon 2015-08-19 00:15:36 UTC
Created attachment 94106 [details]
Patch that applies to 274d73d.
Comment 15 Luca Carlon 2015-08-19 00:16:17 UTC
Could you please have a look at the new patch? It seems to work as expected for me.
Comment 16 Luca Carlon 2015-08-22 09:49:48 UTC
Any comment on this patch? Should I change something?
Comment 17 Maik Qualmann 2015-08-25 20:08:30 UTC
The idea for a quick full screen mode I like that. Only I would not like to lose the left mouse button click, to return to the icon view. Instead of double click, I would for a overlay button in the preview or an additional entry in the slideshow menu. We'll see what Gilles says.

Improvements to the patch:

- Slideshow->With All Sub-Albums is not working (builder->run() is missing)
- Unused variable delay
- Remove qDebug

Maik
Comment 18 caulier.gilles 2015-08-25 20:17:13 UTC
The ide
Comment 19 caulier.gilles 2015-08-25 20:18:59 UTC
The idea to use an overlay is fine for me.

This want mean to support this kind of display mode switch over icon view and thumbbar ? If yes, i'm agree...

Gilles
Comment 20 Luca Carlon 2015-08-25 22:38:58 UTC
Mmh... ok, I can probably do that. But... am I the only one who feels more natural that double click "opens" to fullscreen?
On a desktop computer I typically see that double clicks (or single clicks) "open" the target, while the escape button or whatever else "close" or "go back". So from the icon view I click and I "open" the image in the preview, when I click (or better double click) the preview I "open" the image to fullscreen... while escape, the button in the toolbar and whatever else "go back" to preview and again to the icon view.
By having a look around i see iPhoto actually does what you proposed, while gwenview does more or less what I said.
So, if you confirm you want an overlay button I can try to modify and fix the patch according to the behaviour you requested.
Comment 21 caulier.gilles 2015-08-26 07:52:20 UTC
overlay button -> yes, confirmed...

Gilles Caulier
Comment 22 caulier.gilles 2015-08-27 21:27:53 UTC
Another note : All icon view overlay are optional and can be turned on/of to Setup/Album View tab from Config dialog.

Your new overlay must be configurable.

Gilles Caulier
Comment 23 Luca Carlon 2015-08-30 12:47:20 UTC
Hello,
sorry, I have a doubt about the decision. Maik said "[...] I would for a overlay button in the preview [...]" but then Gilles said "All icon view overlay are optional [...]". So, where is this overlay button supposed to be placed? In the icon view (which is marked as thumbnails in the toolbar button) or in the preview view (marked as preview image in the toolbar)?
Comment 24 caulier.gilles 2015-08-30 15:13:17 UTC
The overlay is over each icon-view item, as for ex the GPS indicator overlay, which can be enable or disable into Album-view setup page.

This has nothing to see with toolbar.

Gilles Caulier
Comment 25 Luca Carlon 2015-08-31 21:15:55 UTC
Created attachment 94311 [details]
Result.

Before I go on with the implementation, is this the result you expect? Of course I need a proper icon, maybe I can use the one used in fullscreen.
Comment 26 caulier.gilles 2015-08-31 21:19:46 UTC
yes it's the right way...

Gilles Caulier
Comment 27 Luca Carlon 2015-09-05 23:52:06 UTC
What icon should I use for the overlay?
Comment 28 caulier.gilles 2015-09-06 05:40:18 UTC
The same icon that one used with Slideshow button from main toolbar.

Gilles Caulier
Comment 29 Luca Carlon 2015-09-06 11:54:33 UTC
Created attachment 94425 [details]
Patch that applies to 19da552.
Comment 30 Luca Carlon 2015-09-06 12:00:57 UTC
Can someone review this patch? It includes new setup to show/hide the overlay, the overlay itself in icon view, the new "slide show" mode and a similar button in preview.
Comment 31 caulier.gilles 2015-09-06 12:49:17 UTC
Created attachment 94426 [details]
Full Screen Overlay patch 2

I review patch and fixed some details about overlay icon size which follow thumbnails size, since we have integrated changes from bug #261568.

Maik, please try this patch. If all is fine for you, let's go to apply it to git/master

Gilles
Comment 32 Maik Qualmann 2015-09-06 16:51:52 UTC
I have made still polishes. I find the full screen icon is not suitable for round overlay buttons. The corners of the icon are over. Possibly the "media-playback-start" button?

Maik
Comment 33 caulier.gilles 2015-09-06 18:39:54 UTC
I faced the same problem when i test the patch.

I don't find a right icon (rounded) from Oxygen sets... 

And yes, perhaps "media-playback-start" button is fine. As i can see, Gwenview use it with a similar action from menu.

Gilles
Comment 34 Maik Qualmann 2015-09-06 20:46:27 UTC
Created attachment 94438 [details]
Full Screen Overlay patch 3
Comment 35 Maik Qualmann 2015-09-06 20:52:40 UTC
Git commit e65663863acf06671adc3e719d6f75ce3fbb4fa9 by Maik Qualmann.
Committed on 06/09/2015 at 20:47.
Pushed by mqualmann into branch 'master'.

apply patch #94438 from Luca Carlon to allow a simpler way to place a photo in full-screen
FIXED-IN: 4.14.0

M  +1    -0    CMakeLists.txt
M  +2    -1    NEWS
M  +17   -0    app/items/digikamimageview.cpp
M  +2    -0    app/items/digikamimageview.h
M  +27   -0    app/items/digikamimageview_p.cpp
M  +3    -0    app/items/digikamimageview_p.h
A  +122  -0    app/items/overlays/imagefsoverlay.cpp     [License: GPL (v2+)]
A  +87   -0    app/items/overlays/imagefsoverlay.h     [License: GPL (v2+)]
M  +2    -0    app/settings/applicationsettings.cpp
M  +3    -0    app/settings/applicationsettings.h
M  +10   -0    app/settings/applicationsettings_iconview.cpp
M  +3    -0    app/settings/applicationsettings_p.cpp
M  +2    -0    app/settings/applicationsettings_p.h
M  +25   -5    app/utils/slideshowbuilder.cpp
M  +12   -0    app/utils/slideshowbuilder.h
M  +33   -2    app/views/digikamview.cpp
M  +2    -0    app/views/digikamview.h
M  +9    -0    app/views/imagepreviewview.cpp
M  +1    -0    app/views/imagepreviewview.h
M  +3    -0    app/views/stackedview.cpp
M  +1    -0    app/views/stackedview.h
M  +10   -1    utilities/setup/setupalbumview.cpp
M  +8    -0    utilities/slideshow/slideshowsettings.h
M  +7    -4    utilities/slideshow/slidetoolbar.cpp

http://commits.kde.org/digikam/e65663863acf06671adc3e719d6f75ce3fbb4fa9
Comment 36 caulier.gilles 2015-09-08 08:50:28 UTC
Git commit 6d9bf9ffc869424075f108bfad57ca5ed17a0310 by Gilles Caulier.
Committed on 08/09/2015 at 08:49.
Pushed by cgilles into branch 'frameworks'.

backport commit #e65663863acf06671adc3e719d6f75ce3fbb4fa9 from git/mùaster to frameworks branch

M  +1    -0    app/CMakeLists.txt
M  +17   -0    app/items/digikamimageview.cpp
M  +2    -0    app/items/digikamimageview.h
M  +27   -0    app/items/digikamimageview_p.cpp
M  +3    -0    app/items/digikamimageview_p.h
A  +125  -0    app/items/overlays/imagefsoverlay.cpp     [License: GPL (v2+)]
A  +85   -0    app/items/overlays/imagefsoverlay.h     [License: GPL (v2+)]
M  +25   -5    app/utils/slideshowbuilder.cpp
M  +18   -2    app/utils/slideshowbuilder.h
M  +34   -3    app/views/digikamview.cpp
M  +2    -0    app/views/digikamview.h
M  +13   -2    app/views/imagepreviewview.cpp
M  +1    -0    app/views/imagepreviewview.h
M  +3    -0    app/views/stackedview.cpp
M  +1    -0    app/views/stackedview.h
M  +2    -0    libs/settings/applicationsettings.cpp
M  +4    -1    libs/settings/applicationsettings.h
M  +10   -0    libs/settings/applicationsettings_iconview.cpp
M  +3    -0    libs/settings/applicationsettings_p.cpp
M  +2    -0    libs/settings/applicationsettings_p.h
M  +10   -1    utilities/setup/setupalbumview.cpp
M  +8    -0    utilities/slideshow/slideshowsettings.h
M  +5    -2    utilities/slideshow/slidetoolbar.cpp

http://commits.kde.org/digikam/6d9bf9ffc869424075f108bfad57ca5ed17a0310
Comment 37 Maik Qualmann 2015-09-11 16:54:00 UTC
Git commit d17b3cfa756af28278d61ba9756aed418ec57b38 by Maik Qualmann.
Committed on 11/09/2015 at 16:52.
Pushed by mqualmann into branch 'master'.

implements full-screen slideshow from the current image in the Light Table preview

M  +6    -0    utilities/lighttable/lighttableview.cpp
M  +3    -0    utilities/lighttable/lighttableview.h
M  +52   -56   utilities/lighttable/lighttablewindow.cpp
M  +7    -3    utilities/lighttable/lighttablewindow.h
M  +0    -2    utilities/lighttable/lighttablewindow_p.h

http://commits.kde.org/digikam/d17b3cfa756af28278d61ba9756aed418ec57b38
Comment 38 caulier.gilles 2015-09-15 10:50:46 UTC
Git commit 3b5960fbd54723aee595f8abe437957c91001dd3 by Gilles Caulier.
Committed on 15/09/2015 at 10:49.
Pushed by cgilles into branch 'frameworks'.

backport commit #d17b3cfa756af28278d61ba9756aed418ec57b38 from git/master to frameworks branch

M  +8    -1    utilities/lighttable/lighttableview.cpp
M  +3    -0    utilities/lighttable/lighttableview.h
M  +52   -56   utilities/lighttable/lighttablewindow.cpp
M  +7    -3    utilities/lighttable/lighttablewindow.h
M  +0    -2    utilities/lighttable/lighttablewindow_p.h

http://commits.kde.org/digikam/3b5960fbd54723aee595f8abe437957c91001dd3
Comment 39 caulier.gilles 2016-04-13 06:39:31 UTC
*** Bug 361689 has been marked as a duplicate of this bug. ***
Comment 40 yan 2016-05-05 08:09:03 UTC
Is there a way to have that effect (full screen overlay) when double clicking on an image (instead of clicking on the icon)?
Comment 41 caulier.gilles 2016-05-05 08:12:59 UTC
No. The icon is dedicated for FS mode.

Double click on thumbnail open Editor or preview mode. The user can see the main interface visible in opposite of FS mode.

Gilles Caulier
Comment 42 Luca Carlon 2017-08-17 11:18:05 UTC
It seems to me the current behaviour is once again that fullscreen button starts a slideshow instead of simply showing the photo. Is this intended? I personally think showing the image in fullscreen should be totally different from showing a slideshow. Those are totally different actions.
Comment 43 yan 2017-08-19 16:24:28 UTC
I totally agree with Luca Carlon. Since one of the last updates a slide show is started automatically, which is something different. It's actually quite annoying to always have to set it to pause. It would be nice to at least have a konfiguration option to decide whether a slide show should be started or not.
Comment 44 Luca Carlon 2017-08-19 17:00:00 UTC
In any case however, opening an image to fullscreen should be a simple and immediate action, it cannot require to click on a small button, then going down and clicking on another small button within a few seconds.

I propose again this concept: my personal opinion is that double clicking the image in preview should open the image to fullscreen. This is what most environments have been doing for years: double clicking "opens" something. Esc button "closes" something. My opinion is that it would feel more natural: double clicking from thumbnail opens the image in preview, double clicking shows fullscreen from preview, ESC goes back to preview, ESC again goes back to thumbnails. Slideshow can remain an overlay button.
Comment 45 Alexander Fieroch 2017-08-21 05:47:48 UTC
I totally agree with Luca Carlon. Digikam needs a simple and immediate action to open images in fullscreen (no slideshow!). His concept using a double click and ESC is simple and easy and it is used in many other media players/viewers.
Comment 46 Christoph Feck 2017-08-22 11:19:54 UTC
If this is a regression, I suggest to report it separately.
Comment 47 caulier.gilles 2017-08-22 11:22:07 UTC
It's not a regression. It have been always implemented like this since a while...

Gilles Caulier
Comment 48 yan 2017-09-04 18:39:26 UTC
What is described in comment #44 seems fine, but please please please maintain a way to easily get from thumbnail to full screen. It's what I use all the time and having to go to preview first and from there to full screen and the same way back would be a pain.
Comment 49 caulier.gilles 2017-09-04 18:50:29 UTC
Where is the problem. Here where in digiKAm you can switch in Full Screen by a keyboard shortcut : SHIFT+CTRL+F.

Same shortcut to go out from full screen.

This will work in previe mode or in thumbnail mode, or in map mode or in table view mode... etc. Bref, it's universal. We don't need to bloat the icn view with more overlay. Please let's the thumbnail visible : the photo contents is more important than a way to change the GUI.

Learn the shortcuts, and you will see that digiKam has already a lots of features for you. That all...
Comment 50 Maik Qualmann 2017-09-04 19:14:01 UTC
I think he means a full screen mode only for the image. And yes, I am the solution with the slideshow also not happy. I plan to implement a full screen mode to replace slideshow as full screen view.

- no overlays over the image view
- scroll wheel of the mouse changes the images
- for 1:1 viewing or zooming, remember the last position to compare the images by scrolling before and back.

Maik
Comment 51 Luca Carlon 2017-09-04 19:50:40 UTC
Maik, my original patch was doing this. It might be lost on the way. Except I left the overlays on the bottom and the was no zoom I think. The rest was more or less like this.
Comment 52 Luca Carlon 2017-12-30 11:25:35 UTC
More than 3 years later, again no way to simply put the image to fullscreen without having a complete slideshow right?
Comment 53 Luca Carlon 2017-12-30 12:04:45 UTC
This is marked as resolved, shouldn't it be opened again?