anki/qt
Damien Elmes 598226a5c0 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-02-21 15:14:09 +10:00
..
aqt possible fix for race conditions in the sound code 2020-02-21 15:14:09 +10:00
aqt_data/web show spinner when media sync active, click to reveal dialog 2020-02-17 08:40:16 +10:00
designer connect media sync progress to Python, add a progress dialog 2020-02-17 08:40:16 +10:00
i18n add helper script to extract previous translated string 2020-02-17 13:41:21 +10:00
tests rework update checks to match latest AnkiWeb API 2020-01-27 17:01:09 +10:00
tools Update 'top_toolbar_did_init_links' hook 2020-02-20 16:23:33 +01:00
ts constant sync spin speed 2020-02-17 08:40:16 +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 fix initial build failing 2020-02-17 15:48:27 +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