anki/qt/aqt
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
..
data Avoid highlighting of toprightbuttons to shift the topbar 2021-01-22 12:53:45 +01:00
forms restore shortcuts that got lost in Fluent conversion 2021-01-16 10:03:29 +10:00
__init__.py add local sync server frontend 2021-01-13 11:42:00 +10:00
about.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
addcards.py Import SearchTerm from collection in aqt 2021-01-30 12:51:24 +01:00
addons.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
browser.py Manually namespace enum variants in SearchTerm 2021-01-30 17:56:29 +01:00
BUILD.bazel winrt 1.0.20239.1 isn't available for python 3.9 2020-12-23 20:31:13 +10:00
clayout.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
customstudy.py Manually namespace enum variants in SearchTerm 2021-01-30 17:56:29 +01:00
dbcheck.py
deckbrowser.py Move dispatch logic from Histogram to individual graphs 2021-01-25 16:34:44 +01:00
deckchooser.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
deckconf.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
dyndeckconf.py Manually namespace enum variants in SearchTerm 2021-01-30 17:56:29 +01:00
editcurrent.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
editor.py Import SearchTerm from collection in aqt 2021-01-30 12:51:24 +01:00
emptycards.py Refactor search_string() and FilterToSearchIn 2021-01-29 18:27:33 +01:00
errors.py don't catch DeprecationWarnings in the GUI 2020-12-16 14:25:11 +10:00
exporting.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
fields.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
gui_hooks.py fix qt/ pylints 2021-01-07 16:21:50 +10:00
hooks_gen.py symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
importing.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
legacy.py
main.py Rework search initialisation 2021-01-29 21:07:42 +01:00
mediacheck.py Import SearchTerm from collection in aqt 2021-01-30 12:51:24 +01:00
mediasrv.py minor wording tweak: GraphsPreferences -> GraphPreferences 2021-01-23 20:47:45 +10:00
mediasync.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
modelchooser.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
models.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
mpv.py
overview.py Refactor search_string() and FilterToSearchIn 2021-01-29 18:27:33 +01:00
pinnedmodules.py pin pyaudio and qtmultimedia 2020-12-18 19:57:19 +10:00
preferences.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
previewer.py Fix formatting, use shortcut on preview before displaying 2021-01-10 01:50:00 +01:00
profiles.py fix qt/ pylints 2021-01-07 16:21:50 +10:00
progress.py convert setWindowFlags call into helper, and fix invalid variables 2021-01-07 14:24:49 +10:00
py.typed
qt.py
reviewer.py Replace browsersel with css-browser-selector in aqt files and add redirect 2020-12-31 16:47:20 +01:00
schema_change_tracker.py
sidebar.py Refactor search_string() and FilterToSearchIn 2021-01-29 18:27:33 +01:00
sound.py tooltip() instead of print() when no tts tag matches 2021-01-26 20:37:24 +10:00
stats.py Satisfy formatter 2021-01-25 13:46:44 +01:00
studydeck.py NF: HelpPage in an enum 2021-01-26 02:16:37 +01:00
sync.py drop basicCheck() 2021-01-12 18:47:08 +10:00
tagedit.py
taglimit.py remove unused variables and commented-out code 2021-01-08 20:53:27 +01:00
taskman.py
theme.py
toolbar.py Avoid building jquery to its own directory 2020-12-28 14:18:07 +01:00
tts.py fail gracefully in winrt voice list fails to load 2020-12-21 14:29:14 +10:00
update.py fix remaining _() references; remove unused imports 2020-11-18 12:43:46 +10:00
utils.py add type check to textFormat arg 2021-01-27 14:22:17 +10:00
webview.py Fix formatting 2020-12-28 14:56:41 +01:00
wheel_description.txt move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
winpaths.py