Bug 316752 - make the forward, back, first & last arrows cycle properly
Summary: make the forward, back, first & last arrows cycle properly
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Showfoto-Usability (show other bugs)
Version: 3.1.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 01:36 UTC by jree2kx
Modified: 2022-02-05 05:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 3.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jree2kx 2013-03-15 01:36:33 UTC
If I double-click on a single photo it opens up in showFoto, but if I want to check out the next photo in that directory clicking the forward button does nothing. If I highlight all the photos in that directory and right click on one and open with showFoto from the context menu, then I can cycle through fine with the back, forward, first & last buttons. The functions of the buttons work but only under a certain condition. Any other viewer I have used these functions work when only one photo has been open by the app. It's counter productive to have to open all of them imho.

Reproducible: Always

Steps to Reproduce:
1. open one photo with showFoto from within Dolphin
2. click forward or back button
3. nothing
Actual Results:  
nothing

Expected Results:  
the app would go to the next or previous photo in that directory
Comment 1 caulier.gilles 2013-03-15 05:26:01 UTC
Dolphin pass to showfoto the selected image path, not current dir patch where is located image.

In Dolphin try to pass dir path to showfoto.

It's a Dolphin service menu bug, not showfoto...

Gilles Caulier
Comment 2 jree2kx 2013-03-16 02:51:29 UTC
Considering that Dolphin is the file manager for KDE and this is a KDE app, everything "should" flow well.
Comment 3 caulier.gilles 2013-03-16 08:37:51 UTC
Considering that menu in load image from Dolphin to Showfoto is a service menu managed by Dolphin, it must be fixed in, not by digiKam team.

As i said previouly, Showfoto can load only current selected image or whole current dir. It just the right option to pass from the service menu...

I just tested from Dolphin : "Open With..." a dir to showfoto work as you want...

Gilles Caulier
Comment 4 caulier.gilles 2013-03-18 12:33:32 UTC
Git commit 4a776fbe69297c5070ce3ab77333448bdd150521 by Gilles Caulier.
Committed on 18/03/2013 at 13:31.
Pushed by cgilles into branch 'master'.

Handle whole current dir contents to load into thumbbar if only one item url is passed as argument to Showfoto.
FIXED-IN: 3.2.0

M  +32   -20   showfoto/main/showfoto.cpp

http://commits.kde.org/digikam/4a776fbe69297c5070ce3ab77333448bdd150521
Comment 5 jree2kx 2013-03-25 04:13:21 UTC
thanks!