anki/qt/aqt/browser
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
..
sidebar move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
table Set column sizes and indicator after state change 2021-05-17 20:13:45 +02:00
__init__.py PreviewDialog was missing from top level browser module 2021-05-18 09:10:28 +10:00
browser.py enable redo support 2021-05-19 15:18:39 +10:00
card_info.py split browser dialogs into separate files 2021-05-08 15:08:45 +10:00
change_notetype.py split browser dialogs into separate files 2021-05-08 15:08:45 +10:00
find_and_replace.py move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
find_duplicates.py update find_duplicates to use QueryOp/CollectionOp 2021-05-08 16:58:18 +10:00
previewer.py Move previewer.py into browser folder 2021-04-13 11:38:35 +02:00