| 2009-10-16 |
Don't try and set a title if it's going to be nil. I have no idea why this is happening, probably something busted for the user. Fixes #12772.
|
file | diff | annotate |
| 2009-09-06 |
Probably prevent setting a nil title for the menu item. Fixes #12772.
|
file | diff | annotate |
| 2009-05-23 |
Use the display name when no formatted UID is present for a meta contact. Fixes #11901.
|
file | diff | annotate |
| 2009-05-20 |
I don't see what can be setting nil here. Please attach this output. Refs #11901.
|
file | diff | annotate |
| 2009-05-11 |
Aaaaaaaaand prevent over-retaining the containing object.
|
file | diff | annotate |
| 2009-05-11 |
Reuse the same AIContactMenu, avoiding an annoying race conditiony-crash, and improving the speed it creates stuff.
|
file | diff | annotate |
| 2009-05-05 |
Surprised these weren't warning
|
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-13 |
Steps towards making orderIndex container-specific, which requires sorting to also be container-specific. Because I forgot to do these separately, this also contains a change to make AIListObjects clear their preference cache on dealloc.
|
file | diff | annotate |
| 2009-03-04 |
Dot syntax. Lots of it.
|
file | diff | annotate |
| 2009-02-11 |
It is unintuitive to me that we could be mutating this array while enumerating it, but it appears we were. Fixed
|
file | diff | annotate |
| 2009-02-05 |
Convert a bunch of informal protocols to formal ones, taking advantage of @optional. Also propertyize one file a bit
|
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-15 |
-listContacts actually meant a uniqued version of contained objects, so we should call it that
|
file | diff | annotate |
| 2008-08-27 |
Change a few things around to simplify some code and avoid two array copies per group each time we sort.
|
file | diff | annotate |
| 2008-08-15 |
Propertyize AIListObject and convert some more controller accesses to dot syntax
|
file | diff | annotate |
| 2008-08-14 |
Propertyize, synthesize, and use fast enumeration in a few places
|
file | diff | annotate |
| 2008-08-14 |
Switch all of our private method categories over to the new objc way of doing it (documented at http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_4_section_5.html#//apple_ref/doc/uid/TP30001163-CH20-SW2). This enforces having implementations for them, and in the process turned up a vast number of methods we had deleted the impl for but not the declaration. loc -= 198;
|
file | diff | annotate |
| 2008-08-14 |
Preliminary conversion to using fast enumeration; caveats: variable declarations were not moved into loop headers. In *most* cases it should be safe to move them, but make sure the variable is not needed later on in the method. Also, AIContactController was not converted, because the conversion tool freaked out
|
file | diff | annotate |
| 2008-08-11 |
Forgot to cd .. before doing that. I think hg is getting revenge on me for complaining about how it always applies commands to the whole checkout ;)
|
file | diff | annotate |
| 2008-08-10 |
Rename AdiumContactPropertiesObserverManager to AIContactObserverManager. Also eliminates the import of AIContactControllerProtocol in the header for it, which should decrease the amount that recompiles when AIContactController changes.
|
file | diff | annotate |
| 2008-08-10 |
Make AdiumContactPropertiesObserverManager a real class, rather than an auxiliary of AIContactController. This eliminates a bunch of pass-through methods in AIContactController, and hopefully makes separation of responsibilities somewhat clearer
|
file | diff | annotate |
| 2008-08-06 |
svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
|
file | diff | annotate |