|
From: Ben H. <bh...@al...> - 2001-03-29 06:10:45
|
Scribia.l - Add Diggin (pf trainer) and Sartorio (tailor trainer) ScribiaResources.ppob - Use tabbed view for documents instead of popup - Added debug view and cosmetic enhancements to all views ScribiaResources.rsrc - Added MacOS file resources - FREF, BNDL, SCRI, kind, open - Added icons for app and documents - Added tab# resource for the tabbed document window CScribiaApp.h CScribiaApp.cp - Add PP document functionality - App listens to the CharTable and responds to doubleclicks - Moved scanning buttons to document CScribiaDocumentWindow.h CScribiaDocumentWindow.cp - Save the last document scanned and repopulate views based on checkbox - Commented out resizing, window permanently large CScribiaDoc.h CScribiaDoc.cp - Enable PP document/file (save, open) funtionality - File scanning takes place in document. Doc is scanned, added to main doc and saved. - Added feature to add custom exile picture to the document (BUG: its added, but it doesnt display) - Debug output is put in a pane in the window (BUG: its only updated when you first open the doc) CCharTable.h CCharTable.cp - Added accessor for FSSpecs CMapTable.h CMapTable.cp CTrainingTable.h CTrainingTable.cp - Renamed SetupTableForData to BuildTable CItemsView.h CItemsView.cp CKillsView.h CKillsView.cp CMoneyView.h CMoneyView.cp CFallsView.h CFallsView.cp CTrainingView.h CTrainingView.cp CSharesView.h CSharesView.cp - Remember sort order when window is repopulated thats it.... Things i could use help with/havent done/feel free to fix for me: 1. Look for leaks. Run spotlight, zoneranger. 2. Make everything const (functions - return types - parameters - etc) that can and should be const. By the way, did someone already register Scribia's creator code? I note that it is already taken (SCRI): http://developer.apple.com/dev/cftype/find.html If its someone elses we can make it sCRI or something. Also: should i make separate views for Karma, Chaining, Boosts and such, or should i just combine those 3 things into one table? (after all, the user can "Sort" by whichever column he wants). We could put them in the "Other" view, perhaps. -Ben -- NOTE: Please change my address in your address book from bh...@sa... to bh...@al... as my UCSD address will be permanent. <http://freepages.sf.rootsweb.com/~bhines/> - My Genealogy Pages |