Summary: | Navigation between images broken after saving changes | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Nicolas Morange <gartrog> |
Component: | ImageEditor-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, chat.valder |
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/28f01e58dfd4edb81ad32f88b98ad43bd0d83ea5 | Version Fixed In: | 3.0.0 |
Sentry Crash Report: |
Description
Nicolas Morange
2012-09-14 22:36:08 UTC
Yes, fully reproducible here with 3.0.0 Gilles Caulier Hi Giles, I found the same to be true when trying to click the LEFT/RIGHT arrow buttons or cursor keys. Once back from Image Editor with changes saved, navigation seizes. You need to click on any other thumbnail in the top rail and then it will work again. Feels as if something needs to be refreshed after the change. For me it is working, but I see another issue: If I save the changes, both images (orgiginal and modified) are displayed in the editor, in the thumbbar and by navigating with space and backspace. If I close the editor and open it again, only the modified version is shown. Git commit 28f01e58dfd4edb81ad32f88b98ad43bd0d83ea5 by Marcel Wiesweg. Committed on 06/10/2012 at 22:54. Pushed by mwiesweg into branch 'master'. Sort filter model when an image is synchronously added to the editor's image model. Navigation was broken because in the immediate event loop scope, the new image was the last, so forward was disabled. When the asynchronous operation in the model finished shortly afterwards, the filter model is resorted, so we never saw the problem. FIXED-IN: 3.0 M +2 -1 NEWS M +2 -9 utilities/imageeditor/main/imagewindow.cpp M +9 -0 utilities/imageeditor/main/imagewindow_p.h http://commits.kde.org/digikam/28f01e58dfd4edb81ad32f88b98ad43bd0d83ea5 |