branches with status:
Name Status Last Modified Last Commit
lp://staging/~kevang/mnemosyne-proj/grade-shortcuts-improvements (Has a merge proposal) 1 Development 2015-05-12 13:57:36 UTC
1864. ReviewWdgt no longer associates short...

Author: Kilian Evang
Revision Date: 2015-05-12 13:44:26 UTC

ReviewWdgt no longer associates shortcuts with grade buttons, instead handles
all key presses in the keyPressEvent method. I think this allows for a more
unified, less error-prone treatment of the keyboard interface.

In addition, it now always avoids reacting to auto-repeated grade key presses.
For example, if you press a number key to show the answer and hold it down for
too long, it would previously immediately grade the card. This is no longer the
case. There was no obvious way to solve this problem with the shortcuts.

Furthermore, it now always avoids grading the current card when the answer is
not showing. Previously, there was a race condition that could lead to two
cards being graded in a row when the user accidentally hit two grade keys at
once, see https://code.launchpad.net/~kevang/mnemosyne-proj/grade_only_if_showing/+merge/235605
for a detailed description.

lp://staging/~kevang/mnemosyne-proj/grade_only_if_showing (Has a merge proposal) 1 Development 2014-09-23 10:23:51 UTC
1816. grade_answer now only acts if the ans...

Author: Kilian Evang
Revision Date: 2014-09-23 10:22:31 UTC

grade_answer now only acts if the answer is showing. This to prevent accidental grading of the next card when hitting two number keys at once.

lp://staging/~kevang/mnemosyne-proj/number_keys_show_answer (Has a merge proposal) 1 Development 2014-09-23 09:58:36 UTC
1816. Showing the answer by pressing a numb...

Author: Kilian Evang
Revision Date: 2014-09-10 21:29:54 UTC

Showing the answer by pressing a number key now depends on an attribute so that it is possible to disable this behavior through a plugin.

13 of 3 results