Summary: | potential data loss with image editor automatically switching file | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Anders Lund <anderslund> |
Component: | ImageEditor-Core | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Anders Lund
2009-02-17 13:49:47 UTC
One can argue that this behavior is all right - if you delete an image you throw it away after all - but I think the intended workflow is to save with changes and delete afterwards, and deletion then is done before saving. You misunderstands what happens. Image A is open in the editor, and edted. I delete image B The editor loads image C, discarding the edits in image A My claim is that the image editor should *NOT* change image unless I explicitly asks it to!!!!! SVN commit 929574 by mwiesweg: In removeItem(), do not touch urlCurrent if the removed item is not the current item. In slotCollectionImageChange, do not trigger slotLoadCurrent unless the current item is deleted. BUG: 184637 M +15 -4 imagewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929574 SVN commit 929592 by mwiesweg: Backport: In removeItem(), do not touch urlCurrent if the removed item is not the current item. In slotCollectionImageChange, do not trigger slotLoadCurrent unless the current item is deleted. CCBUG: 184637 M +19 -4 imagewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929592 Thank you! I will update and enjoy not having this happening :-) |