| 2009-06-02 |
Create a new advanced preference called "Confirmations". Move Quit Confirmations there.
|
file | diff | annotate |
| 2009-05-10 |
Get a context menu for the meta contact of a tab, not the current chat destination.
|
file | diff | annotate |
| 2009-05-06 |
Remove pointless empty comments
|
file | diff | annotate |
| 2009-04-25 |
Size down the height of the tab bar when positiond on the top.
|
file | diff | annotate |
| 2009-04-25 |
Use a #define'd constant instead of a literal for the tab height. Fix some positioning.
|
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-17 |
f6036 dropped this variable, which broke the build.
|
file | diff | annotate |
| 2009-04-17 |
Finish up the last places that did [adium.accountController.accounts objectEnumerator]
|
file | diff | annotate |
| 2009-04-17 |
Fast enumerate, propertyize
|
file | diff | annotate |
| 2009-04-05 |
When either the the active chat's window loses focus, or the tab view item is deselected, add a mark called "focus" with a red color. Adds a 'Jump to Mark Focus' menu item, and localizes the menu items from the AIUtilities bundle.
|
file | diff | annotate |
| 2009-03-31 |
A touch of efficiency: Treat the user list as out of the view (disabling tooltip tracking) when the tab view item is no longer visibile in the chat window
|
file | diff | annotate |
| 2009-03-23 |
Add the group chat manage/action context menu locations to the tab's context 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-07 |
Correctly let the menu controller provide a context menu for locations + a chat, instead of just a chat. I don't know why I didn't do this the first time. Adds said context menu to the tab context menu for group chats.
|
file | diff | annotate |
| 2009-03-03 |
Propertyize
|
file | diff | annotate |
| 2009-02-04 |
...and the Plugins dir
|
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-11-20 |
Rather than importing the semi-frequently-updated AIStatus.h in AIListObject.h, use @class and only import AIStatusDefines.h
|
file | diff | annotate |
| 2008-11-04 |
Remove the unimplemented (wtf?) AIChatWindowController protocol, and use properties in more places. Fixes building with llvm-gcc
|
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-26 |
I've gotten several requests for background tab closing to be able to be enabled via a hidden pref, and that doesn't bother me to add. Any objections?
|
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 |
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 |
Remove the Tiger branch and if from all isOnLeopardOrBetter checks in Adium. Next up: AIUtils
|
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 |