Adium.xcodeproj/project.pbxproj
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
2009-04-19 fixity fix fix
2009-04-19 Reorder targets. Also, for history's sake, a link to the devl email in question: http://adiumx.com/pipermail/adium-devl_adiumx.com/2009-April/006622.html
2009-04-19 Eliminate AIUtilities.xcodeproj in favor of an AIUtilities target in Adium.xcodeproj. See adium-devl@ for the reasoning.
2009-04-19 Pull AIIRCServicesPasswordPlugin out of Adium since it's in AdiumLibpurple already, which is where it's imported/used anyway.
2009-04-19 Merge.
2009-04-19 Removing AWRippler/AIWindowShaker - two unused plugins for buzz/nudge being more annoying than imaginable.
2009-04-19 Letting everything build in its own build folder meant that the unit tests couldn't just look next to them for the frameworks they needed. This adds a copy files step to copy them appropriately, and makes the two in question (AIUtils and AutoHyperlinks) relocatable using @rpath so that they can be loaded from a bundle (the unit tests) properly. This fixes the tests.
2009-04-19 Specifying this here is redundant
2009-04-19 Same fix for rel-debug and rel
2009-04-19 Fix quoting on framework search path. Doesn't fix tests
2009-04-18 Loading core components from a plist seems fairly pointless to me.