anki/qt
Damien Elmes 8e5e277ee4 don't wait for images before revealing
Currently there's a nasty blink when revealing the answer if the answer
has images on it, as the entire card is hidden, and not shown again until
the images have loaded. This patch removes the wait, so text should appear
more quickly, but it will mean the images may pop in.

We still wait for images before scrolling, to avoid a scroll to the wrong
location.

There's plenty of scope to improve this further - preloading images,
rendering MathJax in advance, etc, but those changes will need to wait
for now. #1120 has some related discussion.
2021-06-24 12:22:25 +10:00
..
aqt don't wait for images before revealing 2021-06-24 12:22:25 +10:00
icons move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
linux make sure install.sh is run from the correct folder 2021-06-03 10:50:32 +10:00
mac exclude Mac dylib from '...' 2021-02-04 20:41:08 +10:00
tests update to latest mypy 2021-06-16 16:04:59 +10:00
tools Add hook to onDelete in AddonsDialog (#1232) 2021-06-15 10:01:29 +10:00
.isort.cfg initial Bazel conversion 2020-11-01 14:26:58 +10:00
.pylintrc in/out -> request/response 2021-06-20 15:49:20 +10:00
bazelfixes.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
BUILD.bazel update to latest mypy 2021-06-16 16:04:59 +10:00
dmypy.py update to latest mypy 2021-06-16 16:04:59 +10:00
mypy.ini update find&replace, and remove perform_op() 2021-04-06 17:07:38 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
runanki.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00

Python's Qt GUI is in aqt/