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
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
Considering that Dolphin is the file manager for KDE and this is a KDE app, everything "should" flow well.
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
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
thanks!