Anki/anki
Damien Elmes 63106578cd don't decrement due counts when spacing
This works fine if the user is showing all cards, but if they have limited
reviews to certain categories, it can result in the counts going negative
because we decremented for cards which weren't actually due. Determining if a
card was actually due or not is an expensive operation, so instead we leave
the counts alone and make sure reviews will finish early if the new/rev counts
are non-zero but the queue is empty.
2010-12-26 05:54:05 +09:00
..
importing fix tag update 2010-12-08 17:05:19 +09:00
template don't trim whitespace in sections 2010-12-20 00:37:16 +09:00
__init__.py bump version number 2010-12-25 12:49:31 +09:00
cards.py answers exceeding 60 seconds now log the full 60 instead of 0 2010-12-12 02:00:06 +09:00
db.py remove string exceptions for python2.6 2010-06-10 13:24:46 +09:00
deck.py don't decrement due counts when spacing 2010-12-26 05:54:05 +09:00
errors.py rename instance var to avoid deprecation warning 2009-04-29 15:28:13 +09:00
exporting.py more type handling updates; don't munge counts on sync 2010-11-13 18:39:24 +09:00
facts.py limit plugin warning to once a session 2010-12-11 22:04:24 +09:00
fonts.py initial commit from hg 2008-09-27 23:50:03 +09:00
graphs.py don't fudge matplotlib path on win32 2010-11-26 21:59:09 +09:00
history.py fix reviewHistory table by rebuilding it 2009-03-15 07:27:44 +09:00
hooks.py new syncName handling 2010-11-23 23:12:34 +09:00
lang.py translation patches from Piotr 2009-01-20 23:33:50 +09:00
latex.py encode latex after everything else 2010-12-22 08:06:44 +09:00
media.py new code to download remote links and replace with local ones 2010-12-25 12:42:28 +09:00
models.py rewrite media support 2010-12-11 01:19:31 +09:00
sound.py use rec instead of tmp for recording name 2010-12-11 02:20:36 +09:00
stats.py more type handling updates; don't munge counts on sync 2010-11-13 18:39:24 +09:00
stdmodels.py place cards with corrupt/missing facts into new fact instead of deleting 2010-12-13 06:46:20 +09:00
sync.py pass in a 0 timediff if using stock sync() 2010-12-25 12:43:35 +09:00
tags.py don't create empty tags on export 2010-02-05 12:27:32 +09:00
utils.py generate latex at fact modification, not review 2010-12-11 01:40:49 +09:00