Skip to content
Snippets Groups Projects
Commit 2262c2ba authored by Pratyaksh Gautam's avatar Pratyaksh Gautam :sunny: Committed by Alexander Schwinn
Browse files

Add 'undo' menu item to undo the single latest copy operation (Issue #819)

First of four steps for full undo/redo support.

- This first commit will only bring support for 'copy'. Support for other operations will follow soon.
- Undo will be provided in the 'edit' menu (or via STRG+Z shortcut).
- 'ThunarJobOperation' models a single user operation, containing one to many source- and target-files.
- A 'ThunarJobOperation' can be inverted to do the opposite of what was originally done.

MR !266
parent 36dac43a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment