anki/qt/aqt
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
..
browser allow customization of default search text 2021-06-24 11:24:30 +10:00
data don't wait for images before revealing 2021-06-24 12:22:25 +10:00
forms allow customization of default search text 2021-06-24 11:24:30 +10:00
operations in/out -> request/response 2021-06-20 15:49:20 +10:00
__init__.py fix incorrect platform specifier 2021-06-01 17:41:15 +10:00
about.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
addcards.py Make missing cloze a warning again 2021-06-15 08:43:00 +02:00
addons.py Add hook to onDelete in AddonsDialog (#1232) 2021-06-15 10:01:29 +10:00
BUILD.bazel move markdown dep into pylib 2021-03-24 22:19:14 +10:00
changenotetype.py in/out -> request/response 2021-06-20 15:49:20 +10:00
clayout.py show correct card count when removing multiple templates 2021-06-17 15:51:21 +10:00
colors.py
customstudy.py update TR references that crossed multiple lines 2021-03-26 14:38:15 +10:00
dbcheck.py
deckbrowser.py fix note changes triggering a queue rebuild 2021-06-08 12:09:35 +10:00
deckchooser.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
deckconf.py ask user to confirm which deck they want when opening options in reviewer 2021-05-27 13:15:28 +10:00
deckdescription.py remove deck protobuf from frontend 2021-05-31 16:31:06 +10:00
deckoptions.py remove deck protobuf from frontend 2021-05-31 16:31:06 +10:00
editcurrent.py fix note changes triggering a queue rebuild 2021-06-08 12:09:35 +10:00
editor.py Call update_notetype_legacy after toggling sticky 2021-06-21 15:48:22 +02:00
emptycards.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
errors.py catch all recording errors; mention permission 2021-06-02 12:20:40 +10:00
exporting.py ID -> Id in protobuf and Python 2021-03-27 21:38:20 +10:00
fields.py remove sticky setting from fields dialog 2021-05-28 18:33:29 +10:00
filtered_deck.py Fix filtered deck from browser 2021-06-13 08:59:23 +02:00
flags.py remove 'flag ' prefix from flag names 2021-06-04 15:03:17 +10:00
gui_hooks.py
hooks_gen.py
importing.py fix CSV import ignoring selected deck 2021-06-04 20:37:45 +10:00
legacy.py
main.py drop crash.log support 2021-06-24 10:08:31 +10:00
mediacheck.py in/out -> request/response 2021-06-20 15:49:20 +10:00
mediasrv.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
mediasync.py update no-arg tr references in qt/ 2021-03-26 13:48:26 +10:00
modelchooser.py switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
models.py remove some unnecessary checkpoints 2021-05-08 17:04:05 +10:00
mpv.py workaround for audio tracks get clipped at the end 2021-06-07 01:45:59 +03:00
notetypechooser.py switch NoteType to Notetype 2021-03-27 22:03:19 +10:00
overview.py fix note changes triggering a queue rebuild 2021-06-08 12:09:35 +10:00
pinnedmodules.py
platform.py
preferences.py allow customization of default search text 2021-06-24 11:24:30 +10:00
profiles.py fix documentation links 2021-06-03 16:51:03 +10:00
progress.py update no-arg tr references in qt/ 2021-03-26 13:48:26 +10:00
py.typed
qt.py
reviewer.py add card info action to reviewer; move note actions together 2021-06-08 14:23:23 +10:00
schema_change_tracker.py
sound.py keep the internal mpv playlist from growing on 2021-06-10 11:28:57 +03:00
stats.py enable type checking of aqt/forms, and fix the new typing issues 2021-03-26 16:06:02 +10:00
studydeck.py migrate more ops to CollectionOp 2021-04-06 14:36:13 +10:00
switch.py make switch more legible in dark mode 2021-05-24 11:31:56 +10:00
sync.py simplify errors 2021-04-03 16:06:46 +10:00
tagedit.py fix a bunch of qt typing issues uncovered by the following commit 2021-03-19 19:45:21 +10:00
taglimit.py limit custom study to 100 tags 2021-06-02 11:15:39 +10:00
taskman.py update find_duplicates to use QueryOp/CollectionOp 2021-05-08 16:58:18 +10:00
theme.py make switch more legible in dark mode 2021-05-24 11:31:56 +10:00
toolbar.py Satisfy formatter 2021-04-13 20:29:59 +02:00
tts.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
undo.py enable redo support 2021-05-19 15:18:39 +10:00
update.py update TR references that contain arguments 2021-03-26 14:21:04 +10:00
utils.py fix documentation links 2021-06-03 16:51:03 +10:00
webview.py prevent cmd+c in webview with empty selection from crashing on macOS 2021-06-11 19:58:20 +10:00
wheel_description.txt
winpaths.py