Adium.xcodeproj/project.pbxproj
2009-10-31 Add a small IRC icon and an improved larger one. Refs #12697.
2009-10-31 Updated Voice, None and Default Client icons from George Lambrou. Adds a Confirmations prefpane icon.
2009-10-31 Remove the removed WebKit Localizable.strings and run `make localizable-strings`.
2009-10-31 Backed out changeset 5395c09f03c0
2009-10-30 Set the "Animate the dock icon" and "Display a message count badge" as AILocalizationButton, not NSButtons. Refs #13275.
2009-10-30 Combine WebKit, Twitter and normal Localizable.strings into one; they're not in separate plugins. Fixes #13276.
2009-10-30 Project changes for localization removals.
2009-10-30 Update to the images provided by George Lambrou.
2009-10-28 Add a "Default font remover" plugin. Refs #12906 (though really fixes it).
2009-09-29 Growl 1.2 final, -WithInstaller framework.
2009-09-22 We don't need this custom build libxml2 anymore. Easy 6MB!
2009-09-08 Link against the new libotr.framework.
2009-09-01 Various fixes to compile properly with the new SL 64bit ABI. Fixes #10001
2009-09-01 Growl 1.2b. Doesn't yet include -WithInstaller, but works with x86_64. Refs #10001.
2009-08-29 Save and restore the "substitution" preferences on 10.5/10.6. For 10.5 users, things like quote replacement are now saved. For 10.6 users, the whole mess of them are.
2009-08-26 Backed out changeset e85cc194b61b -- unintended project changes.
2009-08-26 32/64 build of OAuthConsumer.framework
2009-08-08 Project changes for vv setup
2009-07-27 We have to link against QuickTime and QTKit frameworks again since we're not using NSSound
2009-07-10 Abstract multipart image uploading a bit and add an imageshack.us service for image uploading.
2009-06-26 Transplant 2da626ce439f from adium-1.3, mark the nib as localizable. Refs #12480.
2009-06-21 Project changes for libjson-glib.framework
2009-06-12 Remove the clang-debug thing. It isn't working, even though doing it in Debug does. Meh.
2009-06-12 Add a clang-debug build config. I'm tired of reverting my local xcodeproj changes before committing
2009-06-06 Backed out changeset b97e9e027f75
2009-06-03 Eliminate a dead class, and some private method use
2009-06-02 Create a new advanced preference called "Confirmations". Move Quit Confirmations there.
2009-05-31 Create a new plugin - AIAnnoyingIRCMessagesHiderPlugin - which hides, well, annoying messages.
2009-05-28 Using an unpublished (but provided by pic.im) API, provide the pic.im server with information about tweets we send.
2009-05-28 Move a stray nib in the group tree.
2009-05-27 Create an abstract CFNetwork uploader to provide progress information to the image uploader plugin.
2009-05-26 An image uploader plugin. Found in the same locations as "Replace with Shortened URL."
2009-05-24 Sending an object a selector it doesn't recognize currently breaks Adium in mysterious and unpredictable ways by unwinding the stack out from under code that doesn't expect it. Instead, let's just crash so we can get a stack trace and fix it.
2009-05-24 Move the Status Menu Item and Dock Controller options from "Status" to "Message Alerts" advanced preference pane.
2009-05-23 Format our action links into an overall classed span, and class the left and right parenthesis so they can be easily hidden/removed. Refs #12049.
2009-05-15 Properly localizify the twitter account view.
2009-05-15 Force an update on all changed nibs, including a few which a bunch of localizations missed in 1.3.
2009-05-12 Switch back to NSOperationQueue, now that it's fixed (in 10.5.7)
2009-05-06 Remove AISmartStepper (the bug it works around was fixed. Also move AIAutoScrollView out of the 10.2 compat folder, since that's not why it exists anymore
2009-05-06 Use `hg parent` for identifying builds. Fixes #11943.
2009-05-04 Convert Adium.xcodeproj to xcconfig files
2009-04-29 Backed out changeset 319397407296: Boy, that made a mess of these strings files, didn't it?
2009-04-29 Converted all strings files to UTF-8.
2009-04-29 Remove some unused additions
2009-04-29 Remove SUSpeaker, since it's no longer useful as of 10.5
2009-04-28 Don't need this anymore
2009-04-28 Add tooltips for closed groups. Fixes #11951
2009-04-24 This was no longer correct
2009-04-24 Add the spotlight importer back to its appropriate copy files step. Doh.
2009-04-22 No need for a recursive search here anymore
2009-04-22 This was redundant
2009-04-22 Useless linker flags
2009-04-22 Remove a ton of unnecessary imports of Cocoa.h
2009-04-21 We only thread writes to make them asynchronous, not parallel. This commit introduces a singleton operation queue that both of the existing queues (xml appends and dictionary writes) are replaced by. This is preparation for making Adium query the number of items in the queue before terminating the application
2009-04-20 Tidy up a little
2009-04-20 Move the spotlight importer's Info.plist into its group tree folder.
2009-04-20 Backed out changeset 7986968b0776 due to me being a noob and forgetting that the unit tests were why AIUtils wanted @rpath
2009-04-20 @rpath is not necessary for AIUtils
2009-04-20 Move the spotlight importer into Adium.xcodeproj. Not deleting the separate xcodeproj yet since it has the test target
2009-04-20 Merge