Adium.xcodeproj/project.pbxproj
2009-10-28 Add a "Default font remover" plugin. Refs #12906 (though really fixes it).
2009-10-27 Compile the Spotlight Importer also for x86_64, since SL tries to load the plugin as x86_64 but fails.
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-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
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.
2009-04-20 Our core controller singletones are not subclassable. Enforce this with @private (added bonus, in 64 bit this reduces the number of symbols we export)
2009-04-20 Removing Stress Test target, since it has its own repo.
2009-04-20 Removing the DeveloperLinks plugin, since it now has its own repo.
2009-04-20 Eliminate unnecessary dependencies now that we've shown that wasn't the issue
2009-04-20 Add the shell script to the Adium.framework deps
2009-04-20 Merge
2009-04-20 Backed out changeset 1577b49aefea. Sadly, Xcode is horrible about cross-project references and offers no better solution than this ugly shell script. :(
2009-04-19 Shot in the dark: Perhaps Xcode doesn't handle chained dependencies properly. This adds explicit dependencies for everything
2009-04-19 Fix Developer Links (what is Developer Links?)
2009-04-19 Fix tests
2009-04-19 Build fix
2009-04-19 Fix resource copying
2009-04-19 Fix it on all configs. GAH
2009-04-19 Actually fix that