Anki/qt/aqt
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
..
browser enable redo support 2021-05-19 15:18:39 +10:00
data support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
forms enable redo support 2021-05-19 15:18:39 +10:00
operations enable redo support 2021-05-19 15:18:39 +10:00
__init__.py update TR references that crossed multiple lines 2021-03-26 14:38:15 +10:00
about.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
addcards.py undoing of notetype fields 2021-04-30 17:15:59 +10:00
addons.py add types to some more Fluent variables 2021-03-26 16:52:54 +10:00
BUILD.bazel move markdown dep into pylib 2021-03-24 22:19:14 +10:00
clayout.py remove some unnecessary checkpoints 2021-05-08 17:04:05 +10:00
colors.py move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
customstudy.py update TR references that crossed multiple lines 2021-03-26 14:38:15 +10:00
dbcheck.py nest progress messages and remove Python wrapper class 2021-02-08 16:40:27 +10:00
deckbrowser.py experiment with learning count on deck list 2021-05-16 20:23:39 +10:00
deckchooser.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
deckconf.py split deck description into separate screen linked from overview 2021-04-22 21:03:16 +10:00
deckdescription.py move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
deckoptions.py deckconfig->deckoptions 2021-04-25 19:02:30 +10:00
editcurrent.py more perform_op() tweaks 2021-04-06 10:14:11 +10:00
editor.py move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
emptycards.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
errors.py simplify errors 2021-04-03 16:06:46 +10:00
exporting.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
fields.py remove some unnecessary checkpoints 2021-05-08 17:04:05 +10:00
filtered_deck.py move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
gui_hooks.py fix qt/ pylints 2021-01-07 16:21:50 +10:00
hooks_gen.py
importing.py update TR references that contain arguments 2021-03-26 14:21:04 +10:00
legacy.py minor code cleanups with pyupgrade 2021-02-11 09:43:40 +10:00
main.py enable redo support 2021-05-19 15:18:39 +10:00
mediacheck.py update TR references that contain arguments 2021-03-26 14:21:04 +10:00
mediasrv.py support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
mediasync.py update no-arg tr references in qt/ 2021-03-26 13:48:26 +10:00
modelchooser.py switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
models.py remove some unnecessary checkpoints 2021-05-08 17:04:05 +10:00
mpv.py convert qt strings to f-strings with flynt 2021-02-11 10:09:06 +10:00
notetypechooser.py switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
overview.py use new API for test scheduler 2021-05-11 13:06:03 +10:00
pinnedmodules.py fix rsbackend compat issues 2021-02-08 09:51:51 +10:00
platform.py turn top bar dark when night mode enabled on macOS 2021-02-04 19:19:56 +10:00
preferences.py expose new sorting options in test scheduler options; move things around 2021-05-13 15:23:16 +10:00
profiles.py update TR references that crossed multiple lines 2021-03-26 14:38:15 +10:00
progress.py update no-arg tr references in qt/ 2021-03-26 13:48:26 +10:00
py.typed mark anki and aqt modules as having typing info 2020-01-13 13:03:37 +10:00
qt.py more typing updates 2021-02-02 23:31:55 +10:00
reviewer.py support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
schema_change_tracker.py add a bunch of return types 2021-02-01 23:53:23 +10:00
sound.py fix 'lame missing' message not being shown 2021-03-29 19:52:30 +10:00
stats.py enable type checking of aqt/forms, and fix the new typing issues 2021-03-26 16:06:02 +10:00
studydeck.py migrate more ops to CollectionOp 2021-04-06 14:36:13 +10:00
switch.py Add shortcut and tooltip to switch 2021-03-31 18:53:36 +02:00
sync.py simplify errors 2021-04-03 16:06:46 +10:00
tagedit.py fix a bunch of qt typing issues uncovered by the following commit 2021-03-19 19:45:21 +10:00
taglimit.py fix a bunch of qt typing issues uncovered by the following commit 2021-03-19 19:45:21 +10:00
taskman.py update find_duplicates to use QueryOp/CollectionOp 2021-05-08 16:58:18 +10:00
theme.py fix a bunch of qt typing issues uncovered by the following commit 2021-03-19 19:45:21 +10:00
toolbar.py Satisfy formatter 2021-04-13 20:29:59 +02:00
tts.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
undo.py enable redo support 2021-05-19 15:18:39 +10:00
update.py update TR references that contain arguments 2021-03-26 14:21:04 +10:00
utils.py Add separate no_arg_trigger decorator 2021-04-26 08:46:08 +02:00
webview.py Merge pull request #1124 from hgiesel/dropjquerypy2 2021-04-14 12:43:11 +10:00
wheel_description.txt
winpaths.py convert qt strings to f-strings with flynt 2021-02-11 10:09:06 +10:00