Bug 196462

Summary: IconView (Qt4 Model/view based): Navigation broken after delete
Product: [Applications] digikam Reporter: Michael Holtermann <linux>
Component: Albums-TrashAssignee: Digikam Developers <digikam-bugs-null>
Status: CLOSED FIXED    
Severity: normal CC: caulier.gilles, marcel.wiesweg
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Michael Holtermann 2009-06-14 12:46:09 UTC
Version:           1.0.0-beta1 (using KDE 4.2.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Hi,

in Image View (the view after a single click on a thumnail, with film strip at the bottom), the navigation is broken after the deletion of an image.

To reprodoce:
- Open a folder
- Click on an image to open the Image View (or click button "View")
- navigate using PageUp/PageDown or click on images in the film strip
- delete an image

Now it's impossible to use PageUp anymore, it will jump to the next image instead of the previous. Mouse navigation is broken, too, since it loads any image, but not the clicked one.

I've removed my digikamrc, already.

Greetings, Michael.
Comment 1 caulier.gilles 2009-06-14 13:05:08 UTC
Michael,

This certainly due to new icon view ported to Qt4 model view. But with current code from svn, Marcel, has already fixed some bugs since beta1. Can you try current implementation ?

Gilles Caulier
Comment 2 Michael Holtermann 2009-06-14 14:41:09 UTC
Gilles,

thanks for the fast response.

I'm afraid I have to wait until Debian has packaged a new version, at least in experimental.

Greetings, Michael
Comment 3 Marcel Wiesweg 2009-06-14 15:02:03 UTC
I am pretty confident that this bug was fixed just Friday night. Andi has already reported this and I could confirm.
Comment 4 Michael Holtermann 2009-06-14 15:17:29 UTC
This would be great. If that version occurs in Debian experimental or sid, I'll test it again.

Greetings, Michael.
Comment 5 caulier.gilles 2009-06-19 12:29:57 UTC
I confirm. It's fixed.

Gilles Caulier
Comment 6 Michael Holtermann 2009-07-26 13:31:24 UTC
Tested in beta3, works.

Thank you!