.. |
data
|
remove the default question fade
|
2021-03-22 12:11:00 +10:00 |
forms
|
dyndeckconf -> filtered_deck
|
2021-03-24 13:17:12 +10:00 |
__init__.py
|
dyndeckconf -> filtered_deck
|
2021-03-24 13:17:12 +10:00 |
about.py
|
Update about screen
|
2021-03-10 11:34:28 +01:00 |
addcards.py
|
decorator for saveNow(), mkII
|
2021-03-19 19:45:21 +10:00 |
addons.py
|
tweak AbortAddonImport docstring
|
2021-03-23 19:31:24 +10:00 |
browser.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
BUILD.bazel
|
move markdown dep into pylib
|
2021-03-24 22:19:14 +10:00 |
card_ops.py
|
undoable ops now return changes directly; add new *_ops.py files
|
2021-03-19 19:45:21 +10:00 |
clayout.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
colors.py
|
|
|
customstudy.py
|
tweak search wording and tidy up API
|
2021-02-11 19:57:19 +10:00 |
dbcheck.py
|
|
|
deck_ops.py
|
use perform_op() for deck creation
|
2021-03-22 23:17:07 +10:00 |
deckbrowser.py
|
switch DeckID to a NewType
|
2021-03-22 23:43:54 +10:00 |
deckchooser.py
|
Simplify note adding and the deck/notetype choosers
|
2021-03-10 11:53:27 +10:00 |
deckconf.py
|
rename&simplify the deck/config type aliases
|
2021-03-24 16:29:02 +10:00 |
editcurrent.py
|
decorator for saveNow(), mkII
|
2021-03-19 19:45:21 +10:00 |
editor.py
|
clear_unused_tags and browser redraw improvements
|
2021-03-19 19:45:21 +10:00 |
emptycards.py
|
nest NoteWithEmptyCards
|
2021-02-08 19:11:16 +10:00 |
errors.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
exporting.py
|
minor code cleanups with pyupgrade
|
2021-02-11 09:43:40 +10:00 |
fields.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
filtered_deck.py
|
Supply deck ID in hook, so that add-ons may update deck config dict
|
2021-03-25 02:33:15 +01:00 |
find_and_replace.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
gui_hooks.py
|
|
|
hooks_gen.py
|
|
|
importing.py
|
fix .csv import not using faster QPlainTextEdit
|
2021-03-22 11:26:49 +10:00 |
legacy.py
|
minor code cleanups with pyupgrade
|
2021-02-11 09:43:40 +10:00 |
main.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
mediacheck.py
|
tweak search wording and tidy up API
|
2021-02-11 19:57:19 +10:00 |
mediasrv.py
|
convert qt strings to f-strings with flynt
|
2021-02-11 10:09:06 +10:00 |
mediasync.py
|
|
|
modelchooser.py
|
Simplify note adding and the deck/notetype choosers
|
2021-03-10 11:53:27 +10:00 |
models.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
mpv.py
|
convert qt strings to f-strings with flynt
|
2021-02-11 10:09:06 +10:00 |
note_ops.py
|
speed up tag drag&drop and finish tag tidyup
|
2021-03-19 19:45:21 +10:00 |
notetypechooser.py
|
Simplify note adding and the deck/notetype choosers
|
2021-03-10 11:53:27 +10:00 |
overview.py
|
dyndeckconf -> filtered_deck
|
2021-03-24 13:17:12 +10:00 |
pinnedmodules.py
|
|
|
platform.py
|
|
|
preferences.py
|
expand backend Preferences and make undoable
|
2021-03-10 18:51:03 +10:00 |
previewer.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
profiles.py
|
expand backend Preferences and make undoable
|
2021-03-10 18:51:03 +10:00 |
progress.py
|
clear_unused_tags and browser redraw improvements
|
2021-03-19 19:45:21 +10:00 |
py.typed
|
|
|
qt.py
|
|
|
reviewer.py
|
speed up tag drag&drop and finish tag tidyup
|
2021-03-19 19:45:21 +10:00 |
scheduling_ops.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
schema_change_tracker.py
|
|
|
sidebar.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
sound.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
stats.py
|
commit immediately when there's no active checkpoint
|
2021-03-10 11:47:53 +10:00 |
studydeck.py
|
use perform_op() for deck creation
|
2021-03-22 23:17:07 +10:00 |
sync.py
|
|
|
tag_ops.py
|
speed up tag drag&drop and finish tag tidyup
|
2021-03-19 19:45:21 +10:00 |
tagedit.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
taglimit.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
taskman.py
|
clear_unused_tags and browser redraw improvements
|
2021-03-19 19:45:21 +10:00 |
theme.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
toolbar.py
|
minor code cleanups with pyupgrade
|
2021-02-11 09:43:40 +10:00 |
tts.py
|
convert qt strings to f-strings with flynt
|
2021-02-11 10:09:06 +10:00 |
update.py
|
|
|
utils.py
|
rework filtered deck screen & search errors
|
2021-03-24 22:04:35 +10:00 |
webview.py
|
fix a bunch of qt typing issues uncovered by the following commit
|
2021-03-19 19:45:21 +10:00 |
wheel_description.txt
|
|
|
winpaths.py
|
convert qt strings to f-strings with flynt
|
2021-02-11 10:09:06 +10:00 |