[go: up one dir, main page]

Menu

Commit [r61]  Maximize  Restore  History

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

malyvelky 2010-06-15

1 2 > >> (Page 1 of 2)
changed /trunk/minipauker1/ToDo.txt
changed /trunk/minipauker1/build.xml
added /trunk/minipauker1/release_notes.txt
changed /trunk/minipauker1/resources/polish.css
added /trunk/minipauker1/src/controller/AbstractUIController.java
added /trunk/minipauker1/src/controller/PaukerDisplay.java
changed /trunk/minipauker1/src/controller/UIController.java
added /trunk/minipauker1/src/controller/importexport
added /trunk/minipauker1/src/controller/learn
changed /trunk/minipauker1/src/model/CardBatches.java
changed /trunk/minipauker1/src/model/PaukerCore.java
changed /trunk/minipauker1/src/model/PaukerPrefs.java
changed /trunk/minipauker1/src/threading/BackgroundTask.java
changed /trunk/minipauker1/src/threading/FileBrowser.java
changed /trunk/minipauker1/src/threading/FileExport.java
changed /trunk/minipauker1/src/threading/FileImport.java
changed /trunk/minipauker1/src/threading/RmsSaveLoad.java
added /trunk/minipauker1/src/threading/ViewNavigation.java
changed /trunk/minipauker1/src/util/XmlParser.java
changed /trunk/minipauker1/src/view/EditCardUI.java
changed /trunk/minipauker1/src/view/ExplorerUI.java
changed /trunk/minipauker1/src/view/LearningUI.java
changed /trunk/minipauker1/src/view/MainMenuUI.java
changed /trunk/minipauker1/src/view/OpenImportUI.java
changed /trunk/minipauker1/src/view/Repeat1UI.java
1 2 > >> (Page 1 of 2)