| 2009-06-02 |
Zachary West |
Create a new advanced preference called "Confirmations". Move Quit Confirmations there.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
1.4b6 because I just broke the world.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
Changelogging.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
My usual habit of checking in NSLog continues unabated.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
Don't infinite loop if an incoming message contains %message%.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
Changeloggin.
|
changeset |
files
|
| 2009-06-02 |
Zachary West |
Separate out some regular vs. group chat advanced Message preferences.
|
changeset |
files
|
| 2009-06-01 |
David Smith |
Synthesize a bunch of message view controller/message style methods
|
changeset |
files
|
| 2009-06-01 |
Ariel Chinn |
Patch to add a contribute menu item. Fixes #12307
|
changeset |
files
|
| 2009-06-01 |
David Smith |
Changeloggin'
|
changeset |
files
|
| 2009-06-01 |
David Smith |
Reload message style resources if the bundle has been updated since the last time we loaded a style
|
changeset |
files
|
| 2009-06-01 |
Zachary West |
Add a Growl event option to set the priority (Very Low, Moderate, High, High, Emergency). Fixes #2295.
|
changeset |
files
|
| 2009-06-01 |
Zachary West |
Use distinctUnionOfObjects instead of unionOfObjects+iterating.
|
changeset |
files
|
| 2009-06-01 |
Zachary West |
Fix posting Growl notifications when either userinfo, details or listobject are nil. Whoops!
|
changeset |
files
|
| 2009-05-31 |
David Smith |
Readability improvement Zac suggested
|
changeset |
files
|
| 2009-05-31 |
David Smith |
Use the private app-specific crash info system to attach a bit more useful debug info... along with a nice note explaining that we won't use this in non-debug until it's public api
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Use a regular font size, not small.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Set the source list in IB, don't use AIImageTextCell. Refs #12019.
|
changeset |
files
|
| 2009-05-31 |
David Smith |
This could violate the fast enumeration rule in some situations. I really hate making copies in something that runs this often, but I can't think of another way to do it offhand.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Also don't do any work if there's no source (i.e., status messages)
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Only hide messages in the IRC hider for IRC.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Create a new plugin - AIAnnoyingIRCMessagesHiderPlugin - which hides, well, annoying messages.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
And down to 0.75s. Tweaking this is fun.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Don't combine Growl messages for <=5 of them.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Missed an argument here.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Bump up the queue's wait time to 1.0s.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
D'oh, debug line (to cause tons and tons of Twitter messages) left in.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
%u errors, not events!
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Missing ou.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Changes.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Throttle Growl messages. Fixes #12133.
|
changeset |
files
|
| 2009-05-31 |
Zachary West |
Avoid doing extra work when unnecessary.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Changes.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Update the window with the current upload progress (X KB of X KB). Use a JPG if it's smaller, otherwise us a PNG. This helps us upload pictures as 300kb instead of, you know, 1.5mb.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
It helps to *not* return nil here.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Add an image method for returning an image representation with a maximum size.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Actually, no. It's not worth it; I don't want URLs tied to our account at all.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Add a bit.ly service for URL shortening.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
When removing a participant from a group chat, if they aren't in any more group chats, and we have a chat open with them, reset their status to completely unknown.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Changes.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
Disable Zephyr, since it just crashes.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
im.pidgin.adium at 588f7d1b621540280 which fixes Yahoo! behind proxies.
|
changeset |
files
|
| 2009-05-30 |
Zachary West |
warnings--
|
changeset |
files
|
| 2009-05-29 |
David Smith |
Fix warnings
|
changeset |
files
|
| 2009-05-29 |
David Smith |
Reduce duplication, and make it harder to misuse API.
|
changeset |
files
|
| 2009-05-29 |
David Smith |
This override did nothing
|
changeset |
files
|
| 2009-05-29 |
David Smith |
No reason to copy here
|
changeset |
files
|
| 2009-05-29 |
David Smith |
Remove unused method
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
ChangeloggingmngnggignginfgisndfglsdaflgkjasdlfgkjasdlfkaMEOW.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Use the account's hostname when looking up the proxy information, so we can use the host when looking for a PAC file. Fixes #224.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Back to 1.4hg for the nightly.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Don't move into the meta contact's groups, since this can be done automatically. Will revisit this later.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
1.4b5
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
im.pidgin.adium at c9943e60f9aee7327f1fedd0e4c6f54ae2ebcc1e.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Stretch back out the Privacy nib, since I originally shrank it (which wasn't good for localization). Fixes #12060.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Update the master.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Update changelog.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Er, let's do _this_ the right way.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
I have a feeling this was leaking.
|
changeset |
files
|
| 2009-05-29 |
Zachary West |
Work around (by disabling the shortcut recorder—sorry :() the rsrc keyboard layouts not being supported in the 64-bit keyboard layout API. Fixes #12192.
|
changeset |
files
|