Extras/GrowlTunesPlugin/GrowlTunes.xcodeproj/project.pbxproj
2009-04-15 Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
2009-04-15 Assorted changes that Xcode 3 wanted to make.
2008-02-01 If the rating is 0, just don't show the rating information at all. I use ratings on some songs, so want to see it when it's there, but don't want to see 5 hyphens on all the other songs
2008-01-28 Added a custom executable for iTunes, so that you can run iTunes from Xcode.
2007-11-15 Updated to iTunes API 1.2 (from 1.1)
2007-07-04 Removing growl.png, which creates errors.
2007-01-14 Adding the SDK and arch settings to the build settings on the GrowlTunes target
2007-01-14 GrowlTunesPlugin: adds debug logging for all functions and fixes an error in the hotkey code that caused it not to display the modifier characters, also adds more useful launch dialogs for error states, next up, notifying the user they're running GrowlTunes.app and that it will contend with GTP for notifications.
2006-12-05 turned off 'single object pre-link' setting for deployment build, why was this even on? bad ingmar!
2006-10-29 Converted hotkey code to plain C
2006-10-19 CFRelease crash for bgann
2006-10-08 still needs some work, artwork is now an optional inclusion for the notifications but it doesn't yet implement the artwork plugins. only artwork contained in iTunes is used at this point. HotKey saving works, but for some reason the key combo isn't displaying properly on the dialog or the sheet. it does store it regardless of what is being displayed.
2006-10-03 first commit in months, iTunes 7 fix for GrowlTunesPlugin. more code to follow to finish out GTP for 1.1 release according to the december plan.
2006-08-17 Commiting Find/Replace Al edits to iCal. Builds, and acts just like Bubbles right now. Or should.
2006-06-07 Deloggification. This seems to work fine.
2006-01-02 I don't know what i changed, but updating anyway.
2006-01-02 Fixing a warning (not a #warning). Not sure if I was supposed to do that; either updateLogPopupMenu is something we don't need or we do (it's still in GrowlPreferencePane.h so I uncommented the method declaration in GrowlPreferencePane.m)
2005-12-14 small code change and the framework copy script
2005-12-05 Removed some unused fields in the VisualPluginData structure
2005-12-04 Trying to fix problems; still b0rked though. The ifs while displaying are set up right, just something is wrong with displaying the Preferences window. Help! I need somebody... Help! Not just anybody... Help! I need rudy to HEEELLLLLLLLLLLLLP!
2005-12-01 Adding some stuffs. Including time; ratings are coming!
2005-11-30 - Check validFields mask before reading any fields from the trackinfo structure.
2005-11-30 Warning--; notification now includes album (right after artist w/o space). Will fix later once I know how to make a newline in a Pascal String.
2005-11-28 Merge changes from [3240]:[3248] back into trunk since they were lost in the recent shuffle