| 2009-10-30 |
Grab the "Authorization Requests" localized string from the right bundle. Refs #13275.
|
file | diff | annotate |
| 2009-05-10 |
Contact list support for removing contacts in multiple groups.
|
file | diff | annotate |
| 2009-05-06 |
Added a suppression checkbox to ESTextAndButtonsWindow and updated callbacks to handle the extra return value. Also changed the quit confirmation to use the suppression instead of a button.
|
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-20 |
Disable the 'always search user paths' option (it's only enabled by default for backwards compatibility with gcc3) and fix the resulting errors.
|
file | diff | annotate |
| 2009-04-10 |
Fix the "Toggle User List" context menu item.
|
file | diff | annotate |
| 2009-04-06 |
Expose the chat container -> message view controller link. Add a "Clear Display" menu item to the Display menu.
|
file | diff | annotate |
| 2009-04-06 |
Add "Toggle User List Side" to the Display menu. Unlike the user list toggle, this is a global preference change.
|
file | diff | annotate |
| 2009-04-05 |
Add a new Main Menu item "Display" (we could potentially rename this; I can't really think of a better term, but it's almost too similar to View). Moves the "Toggle User List" menu item into it, and adds "Jump to (Previous, Next, Focus) Mark" and "Add Mark". Add Mark inserts a green mark.
|
file | diff | annotate |
| 2009-03-28 |
Burninate "AdiumDisconnectionErrorController".
|
file | diff | annotate |
| 2009-03-24 |
Only kill off the auth requests window if it doesn't have any pending responses. Add a menu item to the file transfer / log viewer area in the Window menu which opens the auth request window.
|
file | diff | annotate |
| 2009-03-23 |
Fix the group chat context menu's items not working correctly when Adium isn't active or the chat wasn't active.
|
file | diff | annotate |
| 2009-03-23 |
Add the "Toggle Userlist" menu item to the context for group chats, and create a new section for it and the add bookmark. Fixes #11805.
|
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-15 |
Deleted the `containedObjectsCount` property. The accessors for it are now named `countOfContainedObjects`, making them KVC-compliant accessors for the `containedObjects` property. As such, they now access the same private storage as the getter, so taking the count only no longer goes through the `copy`+`autorelease` I added in r26263.
|
file | diff | annotate |
| 2009-03-06 |
Set a shortcut of Command+Option+/ for the "Toggle User List" menu item.
|
file | diff | annotate |
| 2009-03-04 |
Dot syntax. Lots of it.
|
file | diff | annotate |
| 2009-03-03 |
Propertyize
|
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-03 |
A bunch more contacts in multiple groups stuff. Also the offline group should work again
|
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-08-29 |
Fix some leftover GSoC2007 'group chat' code which made the View->Toggle User List menu item toggle ''all'' group chats rather than the active one.
|
file | diff | annotate |
| 2008-08-24 |
Updated most of our enumerations to fast enumerations, and did some paramaterization.
|
file | diff | annotate |
| 2008-08-15 |
sed is evil. All [adium *Controller]s are now adium.*Controller.
|
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 |
And avoid leaking... I think this is a sign I should go to sleep
|
file | diff | annotate |
| 2008-08-14 |
The problem here was that we were mutating while enumerating, not the lack of a nil check. Remove my incorrect attempt at a fix
|
file | diff | annotate |
| 2008-08-14 |
* Switch to properties in a few places to get a feel for them
|
file | diff | annotate |
| 2008-08-14 |
A few more, including AIContactController now
|
file | diff | annotate |
| 2008-08-14 |
NSTableView supports type to find in 10.5, so we can remove KFTypeSelectTableView (and another poseAsClass :) )
|
file | diff | annotate |
| 2008-08-13 |
Add a new subclass of AIListGroup to represent contact lists. The idea here is that contact lists are the only remaining place where we have groups inside groups, and so was forcing us to maintain nested group code in places. Parts of this are a work in progress; for example, with 'show groups' turned off, AIContactList should enforce that only AIListContacts can be added, but doing that will require rewriting how the show groups system works.
|
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 |