anki/qt/aqt/operations
Damien Elmes 61e86cc29d new change notetype implementation for the frontend
- changes can now be undone
- the same field can now be mapped to multiple target fields, allowing
fields to be cloned
- the old Qt dialog has been removed
- the old col.models.change() API calls the new code, to avoid
breaking existing consumers. It requires the field map to always
be passed in, but that appears to have been the common case.
- closes #1175
2021-06-10 22:19:24 +10:00
..
__init__.py enable redo support 2021-05-19 15:18:39 +10:00
card.py report changed cards when changing deck/flag 2021-05-21 16:03:05 +10:00
collection.py enable redo support 2021-05-19 15:18:39 +10:00
deck.py remove deck protobuf from frontend 2021-05-31 16:31:06 +10:00
note.py update find&replace, and remove perform_op() 2021-04-06 17:07:38 +10:00
notetype.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +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