Skip to content
Snippets Groups Projects
Forked from Xfce / thunar
Source project has a limited visibility.
  • Pratyaksh Gautam's avatar
    2262c2ba
    Add 'undo' menu item to undo the single latest copy operation (Issue #819) · 2262c2ba
    Pratyaksh Gautam authored and Alexander Schwinn's avatar Alexander Schwinn committed
    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
    2262c2ba
    History
    Add 'undo' menu item to undo the single latest copy operation (Issue #819)
    Pratyaksh Gautam authored and Alexander Schwinn's avatar Alexander Schwinn committed
    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