https://bugs.kde.org/show_bug.cgi?id=491778
--- Comment #6 from Frederic Da Vitoria <davit...@free.fr> --- OK, I can imagine why it would be difficult. I haven't downloaded the source code and my tiny knowledge of c++ probably wouldn't allow me to understand much, so that I won't try to do more than "imagine". If I had tried to create something like DK, I guess I would have created an image to represent images. Images would have a flag saying that there is a pending edit (tag, caption...). When moving to a new folder (either by drag & drop or by cut & paste), I would check this flag and block the user if it is raised. But maybe this is impossible this way, maybe you can't block a drag & drop afterward. If this is so, I would simply disable drag & drop and cut & paste if the pending edits flag is raised. Again, this is pure speculation from me, maybe your object model is completely different, or maybe the way d&d and/or c&p work (especially across different OS) makes what I imagined impossible. Anyway, this is not something which should be solved ASAP. As you said, what I am doing does not conform to the workflow, and there is an obvious workaround: follow the workflow! -- You are receiving this mail because: You are watching all bug changes.