anki/qt
Damien Elmes 758550ea17 fix row cache issues
I think this may have accidentally been changed in the refactoring.
If we discard self._rows, it will result in the entire table flashing
"..." until the new data is available. Instead, we leave the cached
rows alone, and just update the cutoff point, so we can serve stale
content (avoiding any visible redraw) until the new data is available.

I've updated search() to reset the rows there, so we free up memory
on a new search.
2021-04-05 14:42:04 +10:00
..
aqt fix row cache issues 2021-04-05 14:42:04 +10:00
icons
linux
mac
tests drop the legacy enum from rslib, and pass separate module/message idx 2021-03-27 11:56:31 +10:00
tools allow ops to pass metadata into perform_op() 2021-04-05 13:43:09 +10:00
.isort.cfg
.pylintrc Add BrowserRow to ignored classes 2021-03-20 16:06:26 +01:00
bazelfixes.py
BUILD.bazel
dmypy-watch.sh
mypy.ini enable type checking of aqt/forms, and fix the new typing issues 2021-03-26 16:06:02 +10:00
README.md
runanki.py

Python's Qt GUI is in aqt/