Go to file
Damien Elmes dd01561537 fire saveField("key") when webview loses focus
fixes the following reported issue, caused by currentField
being sent to None:

1. Start from the main view.
2. Click Add
3. In the Add window, change deck
4. In the Choose Deck window, add a new deck, give a random name
5. Back in the Add window, call "Edit HTML"
6. Anki displays an error

This change will mean the editFocusLost hook will not fire when
switching between windows, which is probably an improvement.
2019-02-05 10:46:47 +10:00
anki fix due column as well in db check 2019-02-04 14:33:53 +10:00
aqt info/warning/etc need to be be application modal 2019-02-04 07:32:49 +10:00
designer add % to hard interval option 2019-01-02 15:24:11 +10:00
tests fix importing unit test 2018-11-18 15:27:37 +10:00
tools use nosetests3 if available 2018-10-04 17:56:50 +10:00
web fire saveField("key") when webview loses focus 2019-02-05 10:46:47 +10:00
.gitignore include git hash in version info 2018-12-13 20:59:06 +10:00
.travis.yml no parallel processing in travis run 2018-01-27 19:06:49 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop update anki.desktop (thanks to julian) 2017-01-24 18:29:31 +10:00
anki.png merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xml update file associations 2018-08-20 14:38:22 +10:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE no longer using third party icons 2018-07-11 15:23:13 +10:00
LICENSE.logo clarify logo license 2017-09-06 17:01:23 +10:00
Makefile add missing license file 2018-03-17 10:37:50 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing Update README.contributing 2018-07-10 09:13:10 -07:00
README.development mention later qt versions in readme 2018-12-10 15:17:15 +10:00
README.md readme tweak 2017-08-16 20:02:09 +10:00
requirements.txt Use beautifulsoup4 instead of bs4 2018-10-04 10:49:06 +02:00
runanki explicit python3 in runanki, remove /usr/share ref 2016-06-28 15:47:09 +10:00

Anki

This is the development branch of Anki.

For stable builds, please see https://apps.ankiweb.net.

For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing

To run from source, please see README.development.

Build Status