anki/aqt
Damien Elmes 68d55239b4 rework fade in code
there were a number of issues with preloading:
- it could result in duplicate IDs in the document
- embedded styles failed to apply, because a preloaded item was
overriding them
- the type answer code needed rewriting to support it

so we're back to something closer to the old approach - a single node
that we fade out, update, and then fade in again. this means there's a
longer delay when revealing mathjax, but should minimize the breakage of
existing notes
2017-08-06 12:01:30 +10:00
..
__init__.py remove old comment 2017-08-02 16:18:09 +10:00
about.py add contributor 2017-08-04 17:38:39 +10:00
addcards.py refactor editor focus handling 2017-08-05 15:16:20 +10:00
addons.py Fix NameError caused by missing import 2017-02-15 23:08:37 +09:30
browser.py refactor editor focus handling 2017-08-05 15:16:20 +10:00
clayout.py no longer need to hack around webengine stealing focus 2017-08-02 15:38:35 +10:00
customstudy.py Improve usability of increase new/review card limit dialog 2017-02-11 20:11:31 +01:00
deckbrowser.py split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
deckchooser.py fix ampersands appearing in deck names 2017-07-28 17:40:26 +10:00
deckconf.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
downloader.py tweaks to add-on downloading 2017-02-15 15:55:31 +10:00
dyndeckconf.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
editcurrent.py refactor editor focus handling 2017-08-05 15:16:20 +10:00
editor.py refactor editor focus handling 2017-08-05 15:16:20 +10:00
errors.py catch windows firewall issue 2017-07-09 13:26:50 +10:00
exporting.py fix exporting & one bug in stats image export 2016-07-05 19:52:26 +10:00
fields.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
importing.py Fix error caused by converting delimiter to bytes 2017-02-15 18:45:04 +09:30
main.py remove superfluous lambda arg 2017-08-02 11:34:49 +10:00
mediasrv.py add devMode flag to utils 2017-08-01 14:28:13 +10:00
modelchooser.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
models.py turn latex svg into a note type option 2017-07-28 18:38:31 +10:00
overview.py another attempt at fixing key handling 2017-06-22 16:39:31 +10:00
preferences.py write backups in thread; remove strip html & compress options 2017-01-08 19:29:57 +10:00
profiles.py fix base folder location on windows 2017-07-09 13:22:01 +10:00
progress.py fix crash when syncing media on windows 2017-07-26 15:21:27 +10:00
qt.py require qt 5.9 2017-06-06 14:33:53 +10:00
reviewer.py rework fade in code 2017-08-06 12:01:30 +10:00
sound.py add cancel button to recording window 2017-06-23 13:04:32 +10:00
stats.py split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
studydeck.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
sync.py partial sync cancellation 2017-01-17 17:15:50 +10:00
tagedit.py port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
taglimit.py Limit tags in custom study dialog to those in the selected deck 2015-11-21 14:38:21 +02:00
toolbar.py move height resizing to webview; remove onLoaded from toolbar/reviewer 2017-08-02 16:22:54 +10:00
update.py use requests for http; add progress info back 2017-01-08 19:06:32 +10:00
utils.py another workaround for the KDE accelerator issue 2017-07-31 15:48:34 +10:00
webview.py move height resizing to webview; remove onLoaded from toolbar/reviewer 2017-08-02 16:22:54 +10:00