Anki/qt
Damien Elmes 81271ba356 possible fix for race conditions in the sound code
https://anki.tenderapp.com/discussions/ankidesktop/39030-erro-ao-adicionar-arquivo-de-udio

the lock should at least ensure _process doesn't disappear in the
middle of our logic, and the longer wait should reduce the chances
of .stop() timing out and allowing multiple audio files to play

Not very happy with the current approach, as in the timeout case
you have multiple threads competing to access the same data
2020-03-06 19:29:31 +10:00
..
aqt possible fix for race conditions in the sound code 2020-03-06 19:29:31 +10:00
aqt_data/web use SVG for the play icon, and reduce the default size to 40px 2020-01-28 10:11:29 +10:00
designer study screen -> overview screen wording 2020-02-12 09:02:48 +10:00
i18n update translations 2020-02-12 08:59:14 +10:00
tests rework update checks to match latest AnkiWeb API 2020-01-27 17:01:09 +10:00
tools pass instance to webview_did_receive_js_message instead of string 2020-02-09 08:59:29 +10:00
ts fix odd outline in replay button, and center align 2020-02-12 09:18:32 +10:00
.gitignore merge i18n into qt/ 2020-01-03 07:59:00 +10:00
.isort.cfg make sure isort preserves ordering if anki installed into python env 2020-01-03 13:34:51 +10:00
.pylintrc tweaking the folder names again 2020-01-03 07:48:38 +10:00
anki.1 tweaking the folder names again 2020-01-03 07:48:38 +10:00
anki.desktop Add .ankiaddon mime-type on Linux and register Anki as its handler 2020-01-03 17:58:11 +01:00
anki.png tweaking the folder names again 2020-01-03 07:48:38 +10:00
anki.xml Add .ankiaddon mime-type on Linux and register Anki as its handler 2020-01-03 17:58:11 +01:00
anki.xpm tweaking the folder names again 2020-01-03 07:48:38 +10:00
Makefile basic night mode support 2020-01-23 17:27:07 +10:00
mypy.ini mypy+darkdetect fix 2020-01-31 13:45:25 +10:00
pkgkey.asc tweaking the folder names again 2020-01-03 07:48:38 +10:00
requirements.dev tweaking the folder names again 2020-01-03 07:48:38 +10:00
requirements.qt tweaking the folder names again 2020-01-03 07:48:38 +10:00
runanki tweaking the folder names again 2020-01-03 07:48:38 +10:00
setup.py use night mode when dark mode active, using standard macOS theme 2020-01-31 13:15:08 +10:00