| 2009-11-25 |
Don't use any instance variables to control parsing, use the parser's context info. Refs #13362.
|
file | diff | annotate |
| 2009-11-25 |
Don't deal with autorelease pools on the file level; deal with it in terms of chats. Refs #13362.
|
file | diff | annotate |
| 2009-11-25 |
Code simplification; remove the old preferences, and don't use a static variable to count the lines. Refs #13362.
|
file | diff | annotate |
| 2009-11-23 |
The context was being read in properly, we were just mis-parsing the Twitter end of it, which now works fine. Refs #13447 which didn't need this change.
|
file | diff | annotate |
| 2009-11-22 |
Use recently-added -insertEscapedObject:atIndex: methods to prevent over-escaping context messages. Fixes #13447.
|
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-03-22 |
Revert [25511], [25538], [25539] which removed AIXMLElement. This breaks our ability to log elements the way we want (notably, > as > to avoid problems with LMX's reverse-parsing). This is still broken, though: [25499]'s use of NSXMLElement causes the changes to encoding we've made in AIXMLElement to be reverted.
|
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-07 |
Magically make the context display plugin work with group chats by uncommenting the line where it says "don't display context for group chats" (and fixing a few targeting issues).
|
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-10-31 |
Remove all uses of AIXMLElement in DCMessageContextDisplayPlugin
|
file | diff | annotate |
| 2008-10-21 |
More dots, now with bonus for(in) action!
|
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-17 |
Add a -boolValueForProperty method to ESObjectWithProperties and convert all appropriate callsites I could find to use it. Also, change -numberValueForProperty to go through -valueForProperty to avoid bugs when overriding one of those. This allows removing several AIMetaContact overrides, since the -valueForProperty one is sufficient now
|
file | diff | annotate |
| 2008-08-15 |
Propertyize AIListObject and convert some more controller accesses to dot syntax
|
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-06 |
Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
|
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 |