[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r70] by malyvelky

- Improved scrolling, autofocus: overriden Container.scroll to scroll to item's top, not bottom. TBD: Reenable form autoscroll , remove explicit focuse setting.
- Export file name - fixed month number (+1 was necessary)
- Other small improvements (after repetition stats correction, ...)

2010-06-25 10:55:41 Tree
[r69] by malyvelky

fixed getNextNearestExpirationTime to really search all batches, not just the 1st nonempty one

2010-06-23 15:55:47 Tree
[r68] by malyvelky

- scroll down now stops when reaching the bottom
- scroll up/down added also to the Repeat*UI
- small fixes of new features

2010-06-22 11:14:34 Tree
[r67] by malyvelky

1. Added experimental Page Up/down scrolling for learning screen (keys 2, 8)
2. Commands for the Learning UI as buttons
3. Learn/repeat buttons now on 1 row

2010-06-20 08:21:48 Tree
[r66] by malyvelky

adding a forgotten class...

2010-06-19 16:29:45 Tree
[r65] by malyvelky

- When repeating:
-- show how many card there are yet to repeat
-- when done, show when another card is going to expire (expiration less than 1 hour ignored) (#2065063)
- Repetition: Added Edit and Delete buttons (#3012517)
- Learning: Added Delete and Stop commands (#1928138)
- Support opening Pauker files with the extension .xml.gz (#2859558)
- Export file now contains the current time stamp in the readable format yymmdd-hhmmss

2010-06-19 16:28:42 Tree
[r64] by malyvelky

little cleanup

2010-06-18 20:00:56 Tree
[r63] by malyvelky

Fixed broken storing of the current session name.

2010-06-17 08:32:07 Tree
[r62] by malyvelky

- Major refactoring:Im.ExportController, LearningC. extracted out of the UIController
- UIComponents now calls updateView on itself before displayed (or before displaying an alert that will be replaced by the UI) => no more need to tell it it needs to update itself, plus only the visible component updates itself =>
--Fixed #2349680 - Answer is shortly shown when "remembering"

2010-06-16 19:03:02 Tree
[r61] by malyvelky

Major refactoring (yet to be thoroughly tested):
- ImportExportController and LearningController extracted out of UIController
- Introduced PaukerDisplay for centralizing view management
- In tasks, switched from prev/next Displayables to the use of ViewNavigation
- UIComponent now calls updateView itself before being displayed
- Repeat Expired/Unlearned highlighted when they are non-empty (works only partially, namely the highlighting disappears e.g. when the item is hovered over)
- Open / Import UI: refactoring for better readibility incl. replacement of item indexes with their labels in action handling

2010-06-15 09:52:23 Tree
Older >