Growl.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-14 Fixed the off-by-two error in the displays pop-ups on the Applications tab (#251376).
2009-04-06 Updates to the Growl build system to obtain the revision identifier from Mercurial instead of Subversion.
2009-03-08 Set GrowlAction's build directory to be the same as Growl's, and set Growl's reference to the action to be build-product-relative. This fixes building Growl in the Development configuration when you have not previously built GrowlAction in Deployment (#339623).
2008-07-28 Define DEBUG when building in Development. This allows different code to be executed for development builds
2008-07-15 Don't copy the Info.plist into the build product's Resources folder. Thanks to Apple for adding a warning about this in Xcode 3.1.
2008-07-15 Corrected encoding in the Xcode project of a lot of strings files. I had already converted all of their actual contents to UTF-16, so the project was all I needed to update.
2008-07-15 Project changes from Xcode 3.1.
2008-06-16 Czech, Swedish, and French updates. All localization updates submitted as of this commit are now committed.
2008-02-09 Delegate the opening of .growlRegDict files to a new GrowlPropertyListFilePathway, and only terminate the app one second after the last file is processed.
2008-02-09 Removed a Copy Files phase from the prefpane target, because I don't think we need to put headers into the Resources folder of the prefpane.
2008-02-01 Remove GrowlImageURLProtocol, which revealed a major leak bug somewhere deeper in the system and led us to leak every image we displayed in WebKit. Replace it with use of the data: schema for images, embedding a base64 encoded version of the PNG data for the image directly in the HTML we give to WebKit. Not only does this finish up fixing the leaks in WebKit displays, it makes our transient memory usage a double handful of kilobytes per notification on-screen rather than about 200 kb.
2008-01-31 Update installer copyright.
2008-01-24 Made the Development version of Growl.framework a UB. This fixes the GrowlMail beta on PPCs; I built it on an x86 machine, using the Development style, which is why it didn't have a GrowlMail framework on PPCs.
2008-01-22 Added es localization of Growl-WithInstaller from the Adium translation folks
2007-12-28 Turn on Garbage Collecting support for the Deployment target in addition to the Development target
2007-12-08 Growl.framework and Growl-WithInstaller.framework and Growl.dylib should now allow apps using garbage collection to link against them appropriately.
2007-09-24 Added NSFileManager+Authentication.h and NSFileManager+Authentication.m to the Growl-WithInstaller target
2007-09-20 Removed duplicative entry for sv in the growl-withinstaller resources
2007-09-19 Changed all lproj folder names (and updated projects appropriately) to their modern i18n names rather than the deprecated natural language ones, where needed.
2007-09-17 The default style popup now posts a preview notification using the selected default style when clicked. This preview can be suppressed using the Option key. Fixes #351.
2007-09-16 Growl-WithInstaller will now properly quit System Preferences before installation if the install is an upgrade and the user is running a non-English system. Previously, this only worked for English systems.
2007-09-11 Hopefully fixed Show Growl Notification.action path
2007-09-11 Fixing the Xcode project. Where did the path containing ".Trash" come from? Don't copy headers to the PlugIns directory.
2007-09-10 The Show Growl Notification automator action is now included in Growl Helper App as it was in 0.7.x. It was accidentally removed from Growl 1.1's build process
2007-09-10 adds system preferences as a custom executable, for the purposes of debugging the preference pane from xcode
2007-09-10 fixes the usage of NSAnimation in [4537], you can't set the delegate for the NSAnimation subclass to self, and then do the same from GrowlDisplayWindowController, the controller never received the animationDidEnd calls and as a result didn't properly handle completion of the animation
2007-09-06 Added Swedish Growl-WithInstaller translation from berdan
2007-09-03 French and Swedish updates
2007-09-03 Fixed deployment compilation of growl-withinstaller.framework
2007-09-01 The 'display changed' notification posted by the status menu item now has a localizable human readable description
2007-08-31 Swedish localization from Daniel Bergman
2007-08-30 Include the Dutch localized files properly
2007-08-29 Okay, we can't use the 10.3.9 SDK if we're using 10.4+ symbols. The correct solution is to set the deployment target for PPC to 10.3 and then to use the weak_import attribute for the symbols which -might- not be available, then check them at runtime. That's what was already being done; setting the SDK messed things up.
2007-08-29 Set MACOSX_DEPLOYMENT_TARGET_ppc to 10.3
2007-08-29 Revert [4362] and, in its place, use the 10.3 and below method when compiling for PPC. This fixes compilation on 10.5 while still allowing 10.2 linkage compatibility. Note that Growl still can't -work- on 10.2, but applications won't fail to launch as a result of dylib error when linked against the framework on 10.2, which wa status quo of 0.7.x
2007-08-29 zh_TW translation from Jack Lin. Dutch localization from Alexander Henket. Japanese localization form Daisuke Okada. French localization from Jean-Pierre Kuypers. Russian localization from Valentine Parnakh. Awesomeness - thanks, folks.
2007-08-28 Dutch translation from Alexander Henket
2007-08-28 We're not supporting 10.2 anymore, and we can't build using the current SDKs using gcc 3.3 so far as I can see. Use gcc 4.0 for ppc and intel; this should provide support for 10.3+.
2007-08-25 Remove the music video prefs from Nano
2007-08-25 iCal prefs are now localizable. Renamed GrowlSMS to SMS to match the directory name and how others are named
2007-08-25 Remove some .growlStyles which shouldn't be in the pref pane bundle - they just need to be in the helper app bundle
2007-08-24 Adding some nibs and strings for the localizable projects, and adding them to the project file
2007-08-18 Default no longer disappears after a style is selected for an application or notification's display. Fixes #702
2007-08-17 Reverted inadvertant part of [4313]
2007-08-17 Fix click notification when a display is brought back to being displayed fully after it begins to fade out (by hovering over it).
2007-06-23 Add a new display style, Pseudo-Coda, by Ryan Schenk, which was inspired by Panic's Coda tooltips (http://www.panic.com/coda/)
2007-06-22 Removed accidental reference to GrowlPref.[h|m]
2007-06-21 Added PriorityTransformer and used it to add a Priority setting for notifications in the GrowlPref nib. Fixes #691
2007-06-09 renamed Growl.dylib.dylib to Growl.dylib
2007-05-28 Adding 2 webkit styles we got access to a while back.
2007-05-25 Use a transformer to specify the title for the click notification checkbox rather than a text field next to it. Fixes #686
2007-05-25 Removed debug files accidentally included in project in my last project commit
2007-05-25 Added Growl.dyilb
2007-05-11 Added GrowlApplication, a subclass of NSApplication. This sets up and periodically breaks down an NSAutoreleasePool. This ensures that autoreleased objects are cleared from memory without waiting on the next time the user interacts with a UI portion of GrowlHelperApp.
2007-05-10 GrowlDisplayWindowController should not be compiled into the prefpane; it is only needed for GHA
2007-02-19 GTR: update references to plusminus and growl-icon images.
2007-02-19 More GTR: goodbye Prefpane TestHarness, we hardly knew thee. (System Preferences is a better test environment)
2007-01-17 Build fix - forgot to remove the Copy Files steps in the Growl target that used the External Targets products.
2007-01-15 Remove External Targets target and project references for it as they are likely deprecated for 1.1 (possible revisiting if necessary.)