anki/qt
RumovZ b0890b0e47 Manually namespace enum variants in SearchTerm
In protobuf "...enum values use C++ scoping rules, meaning that
enum values are siblings of their type, not children of it.
Therefore, [an enum variant] must be unique within [a message],
not just within [the enum.]"
So we must prefix enum variants with their enum's name, but can
also call them directly from the message namespace.
The protobuf crate is smart, though, and strips the prefixes.

(Simultaneously change some SearchTerm variant names.)
2021-01-30 17:56:29 +01:00
..
aqt Manually namespace enum variants in SearchTerm 2021-01-30 17:56:29 +01:00
linux remove old symlink before installing a new version 2020-12-30 20:56:28 +10:00
tests Exclude aqt/hooks_gen.py from formatting 2021-01-09 03:01:48 +03:00
tools Move the logic for selecting a note type to models.py 2021-01-22 05:56:39 +03:00
.isort.cfg initial Bazel conversion 2020-11-01 14:26:58 +10:00
.pylintrc rename FilterToSearchIn in backend to match frontend 2021-01-30 10:54:21 +10:00
bazelfixes.py fix deprecation error on startup on Windows 2020-12-16 15:56:10 +10:00
BUILD.bazel document ANKI_PROFILE_CODE and add bazel command to run snakeviz 2020-12-17 12:03:24 +10:00
mypy.ini add back pyaudio as an optional alternative 2020-12-18 16:52:00 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
runanki.py fix pywintypes issue when running tests on Windows 2020-11-02 21:36:01 +10:00

Python's Qt GUI is in aqt/