Source/AILogViewerWindowController.m
2009-10-16 Patch from wildwobby which confirms before removing logs when hitting the delete key. Fixes #13097.
2009-05-12 Name all our locks
2009-05-08 Assorted cleanup. Fast enumeration, early returns, indenting, simplification
2009-05-07 `#define` cleanup
2009-05-06 Remove pointless empty comments
2009-04-28 Gut AIAlternatingRowTableView in favor of using NSTableView's new capabilities. This does lose the gradient on a few more tableviews, but that matches the rest of the OS. Can't remove it quite yet since it's still referenced in nibs
2009-04-22 AIPreferenceControllerProtocol.h is commonly imported (>120 imports) and almost never changes (5 changes in the two years since it was created). Stick it in the prefix header
2009-04-22 Implement a caching system for our date formatters. They showed up at 25% or so on a profile due to %shortTime% replacement in the wkmv
2009-04-10 Be a bit more precise here
2009-04-10 Clang points out that if we hit the 'continue' case, then the loop condition is false, we leak an autorelease pool. Add some safety against this
2009-03-23 Change the log viewer logic to open for a specific chat to require the chat name and account, not an AIChat. Open the log for a bookmark's chat when trying to open its logs.
2009-03-23 Make sure '''all''' entries in the log viewer's contact list have icons.
2009-03-23 Support opening logs for the current open group chat, both in the toolbar and the Contact menu.
2009-03-16 Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
2009-03-04 Dot syntax. Lots of it.
2009-02-03 Fix another leak clang noticed
2009-02-03 Fix another leak clang noticed
2009-01-29 Propertyize + build fix
2009-01-29 Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
2008-12-15 Patch from Brian Hardy to make the log viewer more robust. Apparently fixes #11309
2008-10-28 err, I was a bit overzealous on the search&destroy there. This should fix things
2008-10-28 More deprecation removal
2008-10-28 More deprecated call removal
2008-10-28 Eliminate createDirectoriesForPath: since there is cocoa api for it now
2008-10-28 Assorted fixes to the logging code; removes deprecated calls, fixes memory management so that it no longer crashes on snow leopard (no idea why it works on leopard...)
2008-10-21 I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
2008-10-18 Merge AIMDLogViewerWindowController into its superclass now that it is the only supported log viewer