hydrus icon indicating copy to clipboard operation
hydrus copied to clipboard

Expanded undo system

Open Zweibach opened this issue 5 years ago • 2 comments

Undo single file deletion.
Undo remove from view Undo deselection (having selected a bunch of files or tags, accidentally clicking something else and having them all deselected so you have to redo the selection again)

Dev: Add more commands to the undo system

Zweibach avatar Aug 25 '20 10:08 Zweibach

https://github.com/hydrusnetwork/hydrus/issues/348

bbappserver avatar Apr 02 '22 03:04 bbappserver

Ideally give each tab an QUndoStack, and have the undo views and keyboard listeners affect the "selected undo stack" where this undo stack is the stack of the tab currently in the foreground. https://doc.qt.io/qt-5/qundostack.html#undo-and-redo-actions

bbappserver avatar Dec 12 '24 19:12 bbappserver