anki/qt/aqt/operations
Damien Elmes 9f3f6bab7d enable redo support
Also:

- fix issues where the Undo action in the Browse screen was not
consistent with the main window. The existing hook signature has been
changed; from a snapshot of the add-on code from a few months ago, it
was not a hook that was being used by anyone.
- change the undo shortcut in the Browse window to match the main
window. It was different because undoing a change in the editing area
could accidentally trigger an undo of an operation, but the damage is
limited now that (most) operations can be redone. If it still proves to
be a problem, perhaps we should just always swallow ctrl+z when an
editing field is focused.
2021-05-19 15:18:39 +10:00
..
__init__.py enable redo support 2021-05-19 15:18:39 +10:00
card.py migrate more ops to CollectionOp 2021-04-06 14:36:13 +10:00
collection.py enable redo support 2021-05-19 15:18:39 +10:00
deck.py split deck description into separate screen linked from overview 2021-04-22 21:03:16 +10:00
note.py update find&replace, and remove perform_op() 2021-04-06 17:07:38 +10:00
notetype.py notetype removal undoable 2021-04-30 16:01:47 +10:00
scheduling.py use new API for test scheduler 2021-05-11 13:06:03 +10:00
tag.py update find&replace, and remove perform_op() 2021-04-06 17:07:38 +10:00