anki/pylib/anki
Damien Elmes e44b3bf93c reuse stock basic type for default field/notetype/etc
Could add extra methods in the backend to allocate these in the
future, but as this is not a hot path, this should do for now.
2020-05-15 17:35:00 +10:00
..
importing remove availOrds() check in importer 2020-05-14 10:27:54 +10:00
__init__.py bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
.gitignore add buildhash to rspy and aqt, and check all three modules match 2020-01-03 15:15:18 +10:00
cards.py update the card layout screen 2020-05-13 17:24:49 +10:00
collection.py <= in modified_after_begin for unit tests 2020-05-15 14:24:59 +10:00
config.py use bytes for config proto 2020-04-06 15:39:47 +10:00
consts.py add switch in prefs for new timezone handling code; bump sync version 2020-03-10 17:50:18 +10:00
db.py drop lock() and setAutocommit() 2020-03-20 21:15:23 +10:00
dbproxy.py fetch/set remaining collection properties as required 2020-05-15 13:33:37 +10:00
decks.py remove dconf cache 2020-05-12 21:13:33 +10:00
errors.py Monkeytype pylib/anki/errors.py 2020-02-27 00:07:19 -05:00
exporting.py fix exporting bug 2020-05-15 11:03:34 +10:00
find.py move find&replace to backend 2020-05-12 21:13:34 +10:00
hooks.py bulk tag add/remove/update; canonify on note save 2020-05-12 21:13:34 +10:00
httpclient.py AnkiRequestsClient -> HttpClient 2020-01-19 11:33:27 +10:00
lang.py don't error when -l passes in language without _ 2020-03-25 08:53:31 +10:00
latex.py Monkeytype pylib/anki/latex.py 2020-02-27 00:07:19 -05:00
media.py hook up new note and note type handling 2020-05-12 21:13:33 +10:00
models.py reuse stock basic type for default field/notetype/etc 2020-05-15 17:35:00 +10:00
notes.py drop availOrds(), and use backend for getting cloze numbers 2020-05-14 12:14:00 +10:00
py.typed mark anki and aqt modules as having typing info 2020-01-13 13:03:37 +10:00
rsbackend.py fetch stock notetypes from backend 2020-05-15 17:08:24 +10:00
sched.py immediate_parent 2020-04-06 23:56:24 +02:00
schedv2.py handle scheduling preferences in the backend 2020-05-12 21:13:34 +10:00
sound.py support speed control in tts tags 2020-01-26 14:31:07 +10:00
stats.py tweak code for mypy 2020-03-26 17:47:53 +10:00
statsbg.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stdmodels.py fetch stock notetypes from backend 2020-05-15 17:08:24 +10:00
storage.py switch server back into a bool and rely on config 2020-05-12 21:13:34 +10:00
sync.py switch server back into a bool and rely on config 2020-05-12 21:13:34 +10:00
tags.py bulk tag add/remove/update; canonify on note save 2020-05-12 21:13:34 +10:00
template_legacy.py comment out the unused legacy code 2020-01-17 10:51:36 +10:00
template.py add "fill empty" checkbox 2020-05-14 20:58:45 +10:00
types.py connect media sync progress to Python, add a progress dialog 2020-02-17 08:40:16 +10:00
utils.py clone db.py into dbproxy.py 2020-03-20 21:15:23 +10:00