https://bugs.kde.org/show_bug.cgi?id=319705
Henrik Fehlauer <rk...@lab12.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|Gwenview should give a |Undo/Redo should be |feedback when deleting a |available for moving images |file |from/to trash too CC| |rk...@lab12.net Status|UNCONFIRMED |CONFIRMED --- Comment #4 from Henrik Fehlauer <rk...@lab12.net> --- There are multiple issues here: 1. Confirmation dialog when moving images to the trash: As noted, this follows the (desktop wide) setting from Dolphin. This could be moved to systemsettings for easier discovery (with a link from Dolphin and Gwenview), but nothing for Gwenview to do here at the moment, really (adding a link to Dolphin would be weird). 2. Close image view or move to next image after deletion: This has been fixed in b55420b2ac3d (Try to keep ContextManager in sync with viewed files in MainWindow) 3. Not being able to undo after moving images to the trash: This works in Dolphin, but not in Gwenview. Essentially, this needs to be plugged into the existing undo/redo infrastructure by taking inspiration from Dolphin's code. Let's make the bug about this. 4. Toast notification instead of menu entry for undo Yeah, a nice feature from mobile UIs. However, should be done in a coordinated effort across all apps by adding this to Frameworks, not only in Gwenview. Note we cannot just use Gwenview's undo bar, because this one is more about saving unsaved modifications and requires being able to jump back to the image in question. For now, adding it to the menu / as a shortcut should be good enough. -- You are receiving this mail because: You are watching all bug changes.