anki/qt
Damien Elmes e97c381a6f Revert "stop (un)escaping media filenames"
This was flawed - while non-Latin text is now acceptable
in an IRI, we still need to be concerned with reserved characters
such as spaces, and Anki unfortunately has been storing the filenames
in unencoded form in the DB, meaning we must encode them at display
time. We won't be able to move away from this until existing notes
are rewritten, and it will probably require breaking compatibility with
older clients.

https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier

This reverts commit 14110add55.
2021-07-16 10:37:59 +10:00
..
aqt Revert "stop (un)escaping media filenames" 2021-07-16 10:37:59 +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 flag manager and hook 2021-07-02 11:16:10 +02:00
.isort.cfg initial Bazel conversion 2020-11-01 14:26:58 +10:00
.pylintrc rename Config in protobuf to avoid conflict with module name 2021-07-11 19:27:08 +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 move proto files into separate py_library in same namespace 2021-07-11 14:51:25 +10:00
mypy.ini add a helper so we can get semi-automatic camelCase conversion 2021-06-26 11:33:35 +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/