| 2010-03-16 |
Don't enable the header control if there isn't a header or topic for regular or group chats respectively. Fixes #13791
|
file | diff | annotate |
| 2009-04-09 |
DRY: Call `messageStyle` only once, and use the object from that one message for all of the subsequent interrogations.
|
file | diff | annotate |
| 2009-04-09 |
Always enable the header button if a header OR topic exists.
|
file | diff | annotate |
| 2009-03-26 |
Bowing to "popular" opinion, don't differentiate between a "header" and a "topic", since most users won't really understand anything anyway.
|
file | diff | annotate |
| 2009-03-26 |
Make the "Show Header" actually "Show Header or Topic"
|
file | diff | annotate |
| 2009-03-26 |
Enable the "Show Header" checkbox in the non-group-chat prefs if the header is supported OR a topic is supported. This might confuse users.
|
file | diff | annotate |
| 2009-03-26 |
Only insert the topic <div> if the chat supports it. Change the "show header" option in the group chats prefpane to "show topic" and it does exactly what you think.
|
file | diff | annotate |
| 2009-03-26 |
Kill most uses of AIContentStatus, instead use AIContentEvent in their place. AIContentStatus is exclusively used to log/display contact status changes, which made it pretty confusing to the rest of Adium (mostly logging) about their use. Now, those that aren't marked explicitly not to, AIContentEvents are logged.
|
file | diff | annotate |
| 2009-03-22 |
Select the regular chat tab when loading, since I keep saving the .nib with the group chats tab selected.
|
file | diff | annotate |
| 2009-03-22 |
Synchronize the title+selected item when adjusting the popup variants. This is largely to correct when a style has no variants and is tabbed-to from a style that does.
|
file | diff | annotate |
| 2009-03-22 |
Disable custom background controls when unchecked.
|
file | diff | annotate |
| 2009-03-22 |
Massively disable controls if "use regular style" is checked.
|
file | diff | annotate |
| 2009-03-22 |
Regressed the repopulation (by forcing a pref-reload) when I set this key to test. Still an outstanding bug of the variants list populating incorrectly with "use regular settings" for group chats set.
|
file | diff | annotate |
| 2009-03-22 |
The preference is only available in the group chats tab; it makes little sense to special case it for the group-save.
|
file | diff | annotate |
| 2009-03-22 |
Adds a "Use regular chat style settings" to the group chats tab, defaulting to YES.
|
file | diff | annotate |
| 2009-03-21 |
Update control dimming when pulling preferences (either on change, or when mass-updating for a fake-tab change).
|
file | diff | annotate |
| 2009-03-21 |
Allow the user to specify preferences for group chats independently of those for regular chats. This includes styles, etc. There are now two separate preference groups, though the old one is renamed its value is still the same (i.e., old preferences carry over). The one for group chats, however, will begin fresh. Fixes #87.
|
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-09 |
Remove -addObject: and -removeObject: from AIContainingObject. They are not safe to use on most implementors of that protocol
|
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 |
Radar #4854601 was fixed in Leopard
|
file | diff | annotate |
| 2008-08-24 |
Updated most of our enumerations to fast enumerations, and did some paramaterization.
|
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 |
svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
|
file | diff | annotate |