anki/pylib/tools
Damien Elmes 9baa8530d5 move deck/notetype update hooks to gui
We need to migrate away from firing hooks in libanki, since libanki
methods may be running on a background thread, and hook consumers
typically expect the code to run in the main thread. We could document
it, but it would frequently be forgotten about, and could lead to
crashes.

https://anki.tenderapp.com/discussions/ankidesktop/41748-qobject-cannot-create-children-for-a-parent-that-is-in-a-different-thread-when-hitting-the-save-button-on-clayoutpy-window
2020-05-22 10:47:14 +10:00
..
__init__.py move hook gen code out of anki/ 2020-01-15 09:11:20 +10:00
diff-sched.py add diffing script 2020-03-04 21:34:18 +10:00
genhooks.py move deck/notetype update hooks to gui 2020-05-22 10:47:14 +10:00
hookslib.py Add missing close file descriptors using context managers 2020-05-18 15:54:20 -03:00