2004-10-04 rburns * Resources/Shared/InsertSched.tiff, Resources/Shared/PracticeImage.tiff, Resources/Shared/QuizImage.tiff, Resources/Shared/RemoveSched.tiff: button image updates 2004-09-12 rburns * Resources/GNUstep/English.lproj/CardInspector.gorm/data.info: Resources/GNUstep/English.lproj/CardInspector.gorm: additional file in newer gorms 2004-09-10 rburns * Resources/GNUstep/English.lproj/CardInspector.gorm/objects.gorm: CardInspector.gorm: enlarge the note field, and the panel 2004-08-02 rburns * EditorWindowController.m: * EditorWindowController.m deleteEntry: fix to delete the right cards when the cards are sorted in a non-sequential order. (only when displaying All Cards for now) 2004-08-02 rburns * EditorWindowController.m: * EditorWindowController.m deleteEntry: update AllCards in the scheduleView. 2004-07-31 rburns * CStackDocument.m, EditorWindowController.m, Scheduler.h, Scheduler.m, StackModel.h, StackModel.m, Resources/GNUstep/English.lproj/CardInspector.gorm/objects.gorm: * CardInspector.gorm - fixed background color of history tableView. * Scheduler.h/m - remove NSLogs. entryForCard:, setNumberOfCards: inEntry:, incrementCardsInEntry:, decrementCardsInEntry:, new methods. setState: remove check for Pimzler generated files. * StackModel.h/m - addEntry:, deleteCardAtIndex:, deleteCard:, filterForItem: modify to use new sheduler methods. * EditorWindowController.m - remove NSLogs. deleteEntry:, insertCardsAtTimeZero: modify to use new scheduler methods. validateMenuItem: bug fix 2004-07-16 rburns * CStackDocument.m, CardModel.h, CardModel.m, Scheduler.h, Scheduler.m, StackModel.h, StackModel.m, Documentation/CStackFileFormat.txt: * CardModel.h/m - +cardWithDictionary:, cardFileRep. new methods * Scheduler.h/m - stateFileRep. new method. * StackModel.h/m - rename dictionary method to stackFileRep. initWithDictionary, stackFileRep. refactor to use new CardModel and Scheduler methods. * CStackDocument.m - dataRepresentationofType:, use stackFileRep. * Documentation/CStackFileFormat.txt - update. 2004-07-15 rburns * PopupController.m, Resources/MacOS/English.lproj/MainMenu.nib/classes.nib, Resources/MacOS/English.lproj/MainMenu.nib/info.nib, Resources/MacOS/English.lproj/MainMenu.nib/objects.nib: * PopupController.m - _orderEncoding; removed. use static array instead. * _stringForData:, importAccessoryView, alter to use array instead. * MainMenu.nib - update for encoding accessory view. * changes necessary to get variable encoding import working on osx. 2004-07-14 rburns * PopupController.h, PopupController.m, Resources/GNUstep/English.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/English.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/German.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/German.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/Thai.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/Thai.lproj/MainMenu.gorm/objects.gorm: * PopupController.h - remove private method declarations. * PopupController.h/m - importAccessoryView new method, _orderEncodings:, _stringForData: new private methods. to support import of non-ascii text. * MainMenu.gorm add the accessory view for the import file dialog (select encoding). Thai German, English. 2004-07-13 rburns * PopupController.m, Resources/MacOS/English.lproj/MainMenu.nib/classes.nib, Resources/MacOS/English.lproj/MainMenu.nib/info.nib, Resources/MacOS/English.lproj/MainMenu.nib/objects.nib: * PopupController.m - _parseForImport: fix typo * MainMenu.nib - update osx nib for import/export 2004-07-13 rburns * CStackDocument.h, CStackDocument.m, EditorWindowController.h, EditorWindowController.m, PopupController.h, PopupController.m, StackModel.m, Resources/GNUstep/English.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/English.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/German.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/German.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/Thai.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/Thai.lproj/MainMenu.gorm/objects.gorm, Resources/Shared/English.lproj/Localizable.strings, Resources/Shared/German.lproj/Localizable.strings, Resources/Shared/Thai.lproj/Localizable.strings: * CStackDocument.h/m - insertImportedCards:, exportFile: new methods. * EditorWindowController.h/m cardsView new method. * PopupController.h/m importFile: new method, _parseForImport: new private method * MainMenu.gorm - update for import/export menu items, English, German, Thai * Localizable.strings - updated, English, German, Thai 2004-07-12 rburns * EditorWindowController.h, EditorWindowController.m, StackModel.m: * EditorWindowController.h/m - displayingAllCards, new method. * StackModel.m - writeRows:toPasteboard: fix for selections that encompass row 0. * insertData:atRow:inTableView: filter, and sort the cards, if displayingAllCards. 2004-07-11 rburns * StackModel.m: * StackModel.m - added a caste to (CardModel *) in writeRows:toPasteboard: 2004-07-11 rburns * EditorWindowController.m, StackModel.h, StackModel.m: StackModel.h/m - new methods writeRows:toPasteboard: and insertData:atRow:inTableView: StackModel.m - tableView:writeRows:toPastboard: and tableView:acceptDrop:row:dropOperation: reimplimented using new StackModel methods EditorWindowController.m - copy: and paste: reimplemented using new StackModel methods. 2004-07-11 rburns * EditorWindowController.m: EditorWindowConroller.m - deleteEntry: clean up variable names, copy:, paste: rewrite 2004-07-11 rburns * CardModel.h, CardModel.m, EditorWindowController.m, StackModel.m, Documentation/Bugs.txt, Documentation/ToDo.txt: CardModle.h/m StackModel.m: renamed cardOnly to words. EditorWindowController.m: textDidEndEditing: moved updateChangeCount: to only get executed if a change was made. Documentation/Bugs.txt ToDo.txt update. 2004-07-10 rburns * StackModel.m: osx fixes for new drag and drop code 2004-07-10 rburns * StackModel.m: drag and drop: post drop selection fix 2004-07-10 rburns * CardModel.h, CardModel.m, Constants.h, EditorWindowController.m, StackModel.m: StackModel.m NSTableView data source methods for drag and drop. rewrite CardModel.h/m Constants.h EditorWindowController.m - supporting changes 2004-07-09 rburns * StackModel.m: tableView:acceptDrop:row:dropOperation: altered to return NSDragOperationNone if the source and destinatin tables are the same. 2004-07-09 rburns * Resources/MacOS/English.lproj/MainMenu.nib/objects.nib: change Quiz menu tag, to get the sound working on osx 2004-07-09 rburns * SpellingQuizController.m: displayCurrentCard: - add makeFirstRespoder: entry for GNUstep 2004-07-09 rburns * SpellingQuizController.m, Resources/MacOS/English.lproj/Preferences.nib/objects.nib, Resources/MacOS/English.lproj/SpellingQuiz.nib/objects.nib: Preferences panel on osx interface fixes. and set the entry field to firstResponder in the SpellingQuiz.nib to get the spelling quiz working on osx 2004-07-08 rburns * PreferencesController.m, Resources/Shared/English.lproj/Localizable.strings, Resources/Shared/German.lproj/Localizable.strings, Resources/Shared/Thai.lproj/Localizable.strings: Prefernce Panel title localization 2004-07-08 rburns * EditorWindowController.m: fix for insertingAtTimeZero with no selection, and an empty table 2004-07-08 rburns * Resources/GNUstep/English.lproj/CardInspector.gorm/data.classes, Resources/GNUstep/English.lproj/CardInspector.gorm/objects.gorm, Resources/GNUstep/English.lproj/CardQuiz.gorm/data.classes, Resources/GNUstep/English.lproj/CardQuiz.gorm/objects.gorm, Resources/GNUstep/English.lproj/ChoiceQuiz.gorm/data.classes, Resources/GNUstep/English.lproj/ChoiceQuiz.gorm/objects.gorm, Resources/GNUstep/English.lproj/Editor.gorm/data.classes, Resources/GNUstep/English.lproj/Editor.gorm/objects.gorm, Resources/GNUstep/English.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/English.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/English.lproj/Preferences.gorm/data.classes, Resources/GNUstep/English.lproj/Preferences.gorm/objects.gorm, Resources/GNUstep/English.lproj/SpellingQuiz.gorm/data.classes, Resources/GNUstep/English.lproj/SpellingQuiz.gorm/objects.gorm, Resources/GNUstep/German.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/German.lproj/MainMenu.gorm/objects.gorm, Resources/GNUstep/Thai.lproj/MainMenu.gorm/data.classes, Resources/GNUstep/Thai.lproj/MainMenu.gorm/objects.gorm: GNUstep Resources restructuring 2004-07-08 rburns * Resources/GNUstep/DraggedCard.tiff, Resources/GNUstep/DraggedCards.tiff, Resources/GNUstep/FileIcon_cstack.tiff, Resources/GNUstep/Popup.tiff: new GNUstep icons 2004-07-08 rburns * STScriptingSupport.h, STScriptingSupport.m, ScriptingInfo.plist: remove GNUstep scripting support 2004-07-08 rburns * Resources/Shared/AddEntry.tiff, Resources/Shared/DeleteEntry.tiff, Resources/Shared/Fail.tiff, Resources/Shared/InsertSched.tiff, Resources/Shared/Pass.tiff, Resources/Shared/PracticeImage.tiff, Resources/Shared/QuizImage.tiff, Resources/Shared/RemoveSched.tiff, Resources/Shared/Schedule.plist, Resources/Shared/Wrong.wav, Resources/Shared/English.lproj/Localizable.strings, Resources/Shared/German.lproj/Localizable.strings, Resources/Shared/Thai.lproj/Localizable.strings: new shared resources 2004-07-08 rburns * Resources/MacOS/English.lproj/Editor.nib/classes.nib, Resources/MacOS/English.lproj/Editor.nib/info.nib, Resources/MacOS/English.lproj/Editor.nib/objects.nib, Resources/MacOS/FileIcon_cstack.icns, Resources/MacOS/Info.plist, Resources/MacOS/Popup.icns, Resources/MacOS/English.lproj/CardInspector.nib/classes.nib, Resources/MacOS/English.lproj/CardInspector.nib/info.nib, Resources/MacOS/English.lproj/CardInspector.nib/objects.nib, Resources/MacOS/English.lproj/CardQuiz.nib/classes.nib, Resources/MacOS/English.lproj/CardQuiz.nib/info.nib, Resources/MacOS/English.lproj/CardQuiz.nib/objects.nib, Resources/MacOS/English.lproj/ChoiceQuiz.nib/classes.nib, Resources/MacOS/English.lproj/ChoiceQuiz.nib/info.nib, Resources/MacOS/English.lproj/ChoiceQuiz.nib/objects.nib, Resources/MacOS/English.lproj/MainMenu.nib/classes.nib, Resources/MacOS/English.lproj/MainMenu.nib/info.nib, Resources/MacOS/English.lproj/MainMenu.nib/objects.nib, Resources/MacOS/English.lproj/Preferences.nib/classes.nib, Resources/MacOS/English.lproj/Preferences.nib/info.nib, Resources/MacOS/English.lproj/Preferences.nib/objects.nib, Resources/MacOS/English.lproj/SpellingQuiz.nib/classes.nib, Resources/MacOS/English.lproj/SpellingQuiz.nib/info.nib, Resources/MacOS/English.lproj/SpellingQuiz.nib/objects.nib: New OSX nibs 2004-07-08 rburns * Piping.h, Piping.m, Popup.m: Resources restructuring, and unused file cleanout 2004-07-08 rburns * Resources/CardStack.xcf, Resources/Correct.wav, Resources/DraggedCard.tiff, Resources/DraggedCards.tiff, Resources/FileIcon_cstack.tiff, Resources/Popup.icns, Resources/Popup.tiff, Resources/Wrong.wav: removed files, to account for the restructuring of the Resources dir 2004-07-08 rburns * Documentation/Bugs.txt, Documentation/CStackFileFormat.txt, Documentation/Changelog.txt, Documentation/ToDo.txt: updated documentation for the new scheduling, etc 2004-07-08 rburns * CStackDocument.h, CStackDocument.m, CardInspectorController.h, CardInspectorController.m, CardModel.h, CardModel.m, CardQuizController.h, CardQuizController.m, ChoiceQuizController.h, ChoiceQuizController.m, Constants.h, EditorWindowController.h, EditorWindowController.m, GNUmakefile, GNUmakefile.postamble, NSValue+Extensions.h, NSValue+Extensions.m, PTableView.h, PTableView.m, PopupController.h, PopupController.m, PopupInfo.plist, PreferencesController.h, PreferencesController.m, QuizController.h, QuizController.m, ResultGraph.h, ResultGraph.m, Scheduler.h, Scheduler.m, SpellingQuizController.h, SpellingQuizController.m, StackModel.h, StackModel.m, main.m: all the changes for new scheduling system, mac os port, and multiple quiz methods 2003-12-11 rburns * CardStacks/LM.cstack, Resources/FileIcon_cstack.tiff: restructuring 2003-12-10 rburns * Resources/AddEntry.tiff, Resources/DeleteEntry.tiff: images are now kept in the gorm file 2003-12-10 rburns * PopupInfo.plist: restructuring 2003-12-10 rburns * CardModel.h, EditorWindowController.h, EditorWindowController.m, GNUmakefile, PTableView.h, PTableView.m, Piping.h, Popup.m, PopupController.h, PopupController.m, STScriptingSupport.h, STScriptingSupport.m, ScriptingInfo.plist, StackModel.h, StackModel.m: NSDocument based, more gorm interfaces, beginning of osx port, bug fixes 2003-12-10 rburns * Resources/CardStack.tiff, Resources/Popup.icns, Resources/Popup.tiff: new icons 2003-12-10 rburns * Resources/DraggedCard.tiff, Resources/DraggedCards.tiff: new icons 2003-12-10 rburns * Resources/AddEntry.tiff: restructuring 2003-12-10 rburns * Resources/AddEntry.tiff, Resources/DeleteEntry.tiff: restructuring 2003-12-10 rburns * Resources/AddEntry.tiff, Resources/stock_add_32.png, Resources/stock_remove_32.png: restructuring 2003-12-10 rburns * Tools/convstack/GNUmakefile, Tools/convstack/main.m, Tools/make_paradigm/GNUmakefile, Tools/make_paradigm/main.m, Tools/make_paradigm/paradigms.plist: restructuring 2003-12-10 rburns * Documentation/Bugs.txt, Documentation/Changelog.1.txt, Documentation/Changelog.txt, Documentation/License.txt, Documentation/Readme.txt, Documentation/ToDo.txt: restructuring 2003-12-10 rburns * BRandom.h, BRandom.m, BUGS.txt, CStackDocument.h, CStackDocument.m, Changelog.txt, FIBController.h, FIBController.m, FlashController.h, FlashController.m, GNUstep.h, LICENCE.txt, NSValue+Extensions.h, NSValue+Extensions.m, QuizController.h, QuizController.m, README.txt, SpellingQuizController.h, SpellingQuizController.m, TODO.txt: restructuring 2003-04-29 rburns * BUGS.txt, Changelog.txt, PopupController.m: application:opeFile: 2003-04-21 rburns * BUGS.txt, Changelog.txt, GNUmakefile, PTableView.h, PTableView.m, PopupInfo.plist: changes 2003-04-21 rburns * EditorWindowController.h, EditorWindowController.m: Editable table header views (broken) 2003-04-21 rburns * FlashController.m: flip langs before returning to the editor 2003-04-16 rburns * README.txt: added Credits 2003-04-16 rburns * Resources/Correct.wav, Resources/Wrong.wav: oops forgot these 2003-04-16 rburns * GNUmakefile: new German localization 2003-04-16 rburns * EditorWindowController.h: fixed typo 2003-04-12 rburns * BUGS.txt, EditorWindowController.h, EditorWindowController.m, StackModel.h, StackModel.m, TODO.txt: Reorginization and cleanup 2003-03-26 rburns * BRandom.h, BRandom.m, CardModel.h, CardModel.m, Changelog.txt, EditorWindowController.h, EditorWindowController.m, FIBController.h, FIBController.m, FlashController.h, FlashController.m, PTableView.h, PTableView.m, Piping.h, Piping.m, Popup.m, PopupController.h, PopupController.m, StackModel.h, StackModel.m: changed #import to #include 2003-03-20 rburns * Changelog.txt, TODO.txt: Changes 2003-03-20 rburns * FIBController.h, FIBController.m, FlashController.h, FlashController.m, GNUmakefile, PopupController.h, PopupController.m: Sound 2003-03-20 rburns * EditorWindowController.m: add and delete entry changes. and .cstack when saving 2003-03-20 rburns * StackModel.h, StackModel.m: add and delete entry changes 2003-03-17 rburns * Changelog.txt, FlashController.m, PopupController.m, TODO.txt: [no log message] 2003-03-17 rburns * StackModel.h: new method: addEntry: atIndex: 2003-03-17 rburns * StackModel.m: drag and drop NSTableViewDataSource methods. new method: addEntry: atIndex: 2003-03-17 rburns * GNUmakefile: addition of the PTableView class 2003-03-17 rburns * EditorWindowController.h, EditorWindowController.m: implemented cut, copy, and paste. and changes for drag and drop 2003-03-17 rburns * PTableView.h, PTableView.m: initial commit 2003-03-12 rburns * EditorWindowController.h, EditorWindowController.m: fix problems in the first commit 2003-03-12 rburns * BFlashView.h, BFlashView.m, EditorWindow.h, EditorWindow.m, Resources/stock_add_32.png, Resources/stock_remove_32.png: new gorm files and updated string files 2003-03-12 rburns * README.txt, TODO.txt: minor changes 2003-03-12 rburns * Popup.m, StackModel.h, StackModel.m: license change 2003-03-12 rburns * PopupInfo.plist: minor changes 2003-03-12 rburns * Piping.h, Piping.m, PopupController.h, PopupController.m: new license 2003-03-12 rburns * LICENCE.txt: new license 2003-03-12 rburns * GNUmakefile: changed for new files 2003-03-12 rburns * FIBController.h, FIBController.m, FlashController.h, FlashController.m: new file 2003-03-12 rburns * Changelog.txt: more changes 2003-03-12 rburns * BRandom.h, BRandom.m, CardModel.h, CardModel.m: license change 2003-01-01 bgohla * GNUmakefile: MakeParadigm added. 2002-12-15 bgohla * CardStacks/3.cstack, CardStacks/LM.cstack, CardStacks/LM2.cstack, CardStacks/Test.cstack, CardStacks/elephant.cstack, CardStacks/parse2.cstack, CardStacks/parsetest.cstack, CardStacks/simple.cstack, CardStacks/test2.cstack, CardStacks/test3.cstack, Resources/CardStack.tiff, Resources/CardStack.xcf, Resources/FileIcon_cstack.tiff: subdirs missed during first commit added. 2002-12-15 bgohla * BFlashView.h, BFlashView.m, BRandom.h, BRandom.m, CardModel.h, CardModel.m, Changelog.txt, EditorWindow.h, EditorWindow.m, EditorWindowController.h, EditorWindowController.m, GNUmakefile, LICENCE.txt, Piping.h, Piping.m, Popup.m, PopupController.h, PopupController.m, PopupInfo.plist, README.txt, StackModel.h, StackModel.m, TODO.txt: actual import.