anki/qt/aqt/operations
Damien Elmes 49a1580566 use new API for test scheduler
Avoids duplicate work, and is a step towards allowing the next
states to be modified by third-party code.

Also:

- fixed incorrect underlined count, due to reviews being labeled as
learning cards
- fixed reviewer not refreshing when undoing a test review, by splitting
up backend queue rebuilding from frontend reviewer refresh
- moved answering into a CollectionOp
2021-05-11 13:06:03 +10:00
..
__init__.py move query_op into operations/, and add the ability to show progress 2021-05-08 16:35:43 +10:00
card.py migrate more ops to CollectionOp 2021-04-06 14:36:13 +10:00
collection.py expose step counter and undone op changes in hook 2021-05-08 17:51:36 +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