On Wednesday 11 Jan 2012 17:02:02 Gnome wrote: > Here are some more I noticed while reviewing: > > * After showing the answer, then going cntr+B and closing the > cardbrowser it, the program sometimes skips the card shown before > going into the card browser.
That's because the queue gets rebuilt to take all the changes into account. I'll see if I can be a bit more aggressive in trying to keep the current card. > * Pressing up and down arrows does not scroll the question window. No, but PgUp and PgDown does work for that. Strange as it may seem, Qt makes it very difficult to override the arrow keys. It's theoretically possible, but it would make the program much less responsive, so I decided not to go that route. > * When pressing exit in card edit, mnemnosyne refreshes the card even > if no changes has been made, playing any media and resets the > scrollers. I'll try and see if I can be more aggressive and detect if you haven't made any real changes. > * "Found orhaned media files. Delete them?" This error seems to show > up even if the image is still active and file path is correct. I just > press cancel because I'm afraid I might loose something. The error does not necessarily refer to the current card, but rather to the whole deck. Anyhow, orphaned file handling will change completely before 2.0, as the current behaviour is far from optimal. Thanks for the feedback! Peter -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
