| 2009-10-16 |
Patch from wildwobby which confirms before removing logs when hitting the delete key. Fixes #13097.
|
file | diff | annotate |
| 2009-05-12 |
Name all our locks
|
file | diff | annotate |
| 2009-05-08 |
Assorted cleanup. Fast enumeration, early returns, indenting, simplification
|
file | diff | annotate |
| 2009-05-07 |
`#define` cleanup
|
file | diff | annotate |
| 2009-05-06 |
Remove pointless empty comments
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 2009-04-10 |
Be a bit more precise here
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2009-03-23 |
Make sure '''all''' entries in the log viewer's contact list have icons.
|
file | diff | annotate |
| 2009-03-23 |
Support opening logs for the current open group chat, both in the toolbar and the Contact menu.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2009-03-04 |
Dot syntax. Lots of it.
|
file | diff | annotate |
| 2009-02-03 |
Fix another leak clang noticed
|
file | diff | annotate |
| 2009-02-03 |
Fix another leak clang noticed
|
file | diff | annotate |
| 2009-01-29 |
Propertyize + build fix
|
file | diff | annotate |
| 2009-01-29 |
Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
|
file | diff | annotate |
| 2008-12-15 |
Patch from Brian Hardy to make the log viewer more robust. Apparently fixes #11309
|
file | diff | annotate |
| 2008-10-28 |
err, I was a bit overzealous on the search&destroy there. This should fix things
|
file | diff | annotate |
| 2008-10-28 |
More deprecation removal
|
file | diff | annotate |
| 2008-10-28 |
More deprecated call removal
|
file | diff | annotate |
| 2008-10-28 |
Eliminate createDirectoriesForPath: since there is cocoa api for it now
|
file | diff | annotate |
| 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...)
|
file | diff | annotate |
| 2008-10-21 |
I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
|
file | diff | annotate |
| 2008-10-18 |
Merge AIMDLogViewerWindowController into its superclass now that it is the only supported log viewer
|
file | diff | annotate |