Anki/qt/aqt
Damien Elmes f3e81c8a95 Move custom study tag and limit gathering+saving into the backend
Ideally this would have been in beta 6 :-) No add-ons appear to be
using customstudy.py/taglimit.py though, so it should hopefully not be
disruptive.

In the earlier custom study changes, we didn't get around to addressing
issue #1136. Now instead of trying to determine the maximum increase
to allow (which doesn't work correctly with nested decks), we just
present the total available to the user again, and let them decide. There's
plenty of room for improvement here still, but further work here might
be better done once we look into decoupling deck limits from deck presets.

Tags and available cards are fetched prior to showing the dialog now,
and will show a progress dialog if things take a while.

Tags are stored in an aux var now, so they don't inflate the deck
object size.
2022-03-10 16:23:03 +10:00
..
browser
data
forms
operations
qt
__init__.py
_macos_helper.py
about.py
addcards.py
addons.py
BUILD.bazel
changenotetype.py
clayout.py
colors.py
customstudy.py Move custom study tag and limit gathering+saving into the backend 2022-03-10 16:23:03 +10:00
dbcheck.py
deckbrowser.py
deckchooser.py
deckconf.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
deckdescription.py
deckoptions.py
editcurrent.py
editor.py
emptycards.py
errors.py
exporting.py
fields.py
filtered_deck.py
flags.py
gui_hooks.py
hooks_gen.py
importing.py
legacy.py
main.py
mediacheck.py
mediasrv.py
mediasync.py
modelchooser.py
models.py
mpv.py
notetypechooser.py
overview.py Move custom study tag and limit gathering+saving into the backend 2022-03-10 16:23:03 +10:00
package.py
pinnedmodules.py
preferences.py
profiles.py
progress.py
py.typed
reviewer.py
schema_change_tracker.py
sound.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
stats.py
studydeck.py
switch.py
sync.py
tagedit.py
taglimit.py Move custom study tag and limit gathering+saving into the backend 2022-03-10 16:23:03 +10:00
taskman.py
theme.py
toolbar.py
tts.py
undo.py
update.py
utils.py
webview.py
wheel_description.txt
winpaths.py