b466f0ce90
- use dataclasses for the review/checkpoint undo cases, instead of the nasty ad-hoc list structure - expose backend review undo to Python, and hook it into GUI - redo is not currently exposed on the GUI, and the backend can only cope with reviews done by the new scheduler at the moment - the initial undo prototype code was bumping mtime/usn on undo, but that was not ideal, as it was breaking the queue handling which expected the mtime to match. The original rationale for bumping mtime/usn was to avoid problems with syncing, but various operations like removing a revlog can't be synced anyway - so we just need to ensure we clear the undo queue prior to syncing |
||
---|---|---|
.buildkite | ||
.github/ISSUE_TEMPLATE | ||
cargo | ||
docs | ||
ftl | ||
pip | ||
platforms | ||
pylib | ||
qt | ||
rslib | ||
scripts | ||
ts | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.gitattributes | ||
.gitignore | ||
bazel.bat | ||
BUILD.bazel | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTORS | ||
defs.bzl | ||
late_deps.bzl | ||
LICENSE | ||
pkgkey.asc | ||
protobuf.bzl | ||
python.bzl | ||
README.md | ||
repos.bzl | ||
run | ||
run.bat | ||
WORKSPACE |
Anki
This repo contains the source code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/
For more information on building, please see Development.