Anki/pylib/anki/importing
Damien Elmes 7fc32db0c9 fix: slowdowns after import; hard to read popup
QTextEdit() will pin the CPU at 100% for seconds to minutes when
fed a large string to display - work around it by switching to
QPlainTextEdit().

Also strip HTML before showing the user - easier to read, and less
text to display. And turn off word wrap, as it makes it easier to skim,
and further reduces the work the widget needs to do.

https://forums.ankiweb.net/t/big-issue-where-anki-gets-slow-when-you-import-this-deck/7050
2021-02-02 15:49:47 +10:00
..
__init__.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
anki2.py fix: slowdowns after import; hard to read popup 2021-02-02 15:49:47 +10:00
apkg.py enable v2 apkg export 2020-02-24 18:54:55 +10:00
base.py storage->collection 2020-05-20 17:58:28 +10:00
csvfile.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
mnemo.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
noteimp.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
pauker.py fixes for latest mypy 2020-10-10 19:02:59 +10:00
supermemo_xml.py drop i18n references in old stats 2020-11-18 09:12:03 +10:00