Go to file
Glutanimate 392938f20c Adjust type annotations, format string, and remove tooltip on cancel
Other areas of Anki don't confirm cancelling actions with tooltips,
so after further consideration, the tooltip felt out of the place and
might have actually confused users into thinking some action was
being performed.
2020-01-04 01:30:20 +01:00
.github/workflows CI fixes 2020-01-03 16:37:43 +10:00
meta use proper version number in build outputs 2020-01-03 14:36:14 +10:00
proto move the separate components back into this monorepo 2020-01-02 19:43:19 +10:00
pylib Merge remote-tracking branch 'upstream/master' into add-tags-on-update 2020-01-03 08:13:04 +02:00
qt Adjust type annotations, format string, and remove tooltip on cancel 2020-01-04 01:30:20 +01:00
rslib move license info into one place 2020-01-03 09:41:30 +10:00
rspy BSD wants -i '', GNU wants -i'' 2020-01-03 16:02:06 +10:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
build add build hash to generated wheels 2020-01-03 15:47:15 +10:00
check move the separate components back into this monorepo 2020-01-02 19:43:19 +10:00
clean output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Enable Tag Modified iff importMode is Update 2020-01-03 08:32:44 +02:00
fix move the separate components back into this monorepo 2020-01-02 19:43:19 +10:00
LICENSE move license info into one place 2020-01-03 09:41:30 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing add contributors file 2020-01-03 09:31:02 +10:00
README.development tweaking the folder names again 2020-01-03 07:48:38 +10:00
README.md update docs 2020-01-02 19:55:27 +10:00
run tweaking the folder names again 2020-01-03 07:48:38 +10:00
scripts.inc use proper version number in build outputs 2020-01-03 14:36:14 +10:00

This repo contains all the 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://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing