Core/Resources/English.lproj/GrowlPref.nib/keyedobjects.nib
2009-04-14 Fixed the off-by-two error in the displays pop-ups on the Applications tab (#251376).
2009-04-07 Updated the Growl Bug Submission button to go to our new bug-reporting page (http://growl.info/reportabug.php) instead of our long-deceased Trac. Fixes #301955.
2008-01-31 Update copyright to 2008 and version for 1.1.3b1.
2007-11-18 The About tab now specifies the version outside of the localized credits. Fixes #736.
2007-11-04 Additional missing polish - properly select General tab, update all localizations to the proper version number in Credits.
2007-11-03 Properly fix disabling the preview, as I broke the displays preview accidently.
2007-10-10 Patch from Chris Karr to add a separator between Default and other displays in popups.
2007-10-09 Patch from Chris Karr to insert separators between the various sound sections in the sounds popup, minor style and coding conformance changes by myself.
2007-10-01 Nib changes, though I think most of this got un-hooked up, and will require code changes to be hooked back up in its new arrangement.
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-17 Add "Updating Growl" title to applicable section in About tab and adjust spacing accordingly. General is now set as the default tab in the nib to get rid of the need for resetting the tab by hand.
2007-09-16 Standardize width of buttons in About tab.
2007-09-03 Fixed initial tabs, again
2007-09-01 Swedish updates, fixed selected tab with 10.4 compatibility this time
2007-08-31 Reverted GrowlPref.nib to before the first time I touched it in Interface Builder 3.0, since that breaks the nib entirely for 10.4. Detailed problem report, including the nib itself, submitted as radar 5454444.
2007-08-31 Converted GrowlPref to the nib 2.x format for nibtool/Tiger Interface Builder compatibility.
2007-08-31 Converted GrowlPref.nib back to the 2.x nib format to attempt 10.4 Interface Builder / nibtool compatibility
2007-08-30 Fixed initial selected tabs for the preferences panes for all languages
2007-08-29 Fixed initial tab selected in English
2007-08-18 Initial tab should be General
2007-08-18 Default no longer disappears after a style is selected for an application or notification's display. Fixes #702
2007-06-21 Added PriorityTransformer and used it to add a Priority setting for notifications in the GrowlPref nib. Fixes #691
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-12 Cleaned up the general preferences tab, fixing spacing, some wordings, and the enabled binding for the idle time text field
2007-03-22 Use truncate tail and truncate middle line wrap styles in several places in the Applications tab to account for long app names.
2007-03-22 When selecting a sound to play for notifications the sound should play as an audible preview (as found in other areas of Mac OS X.)
2007-02-05 Minor polish - select the Application Settings tab by default when opening an application for configuring.
2007-01-26 Partially fixed the rollovers: `backgroundImage` was `nil` (apparently `+[NSImage imageNamed:]` doesn't work in this context).
2007-01-23 Fixed problem with -1 showing as option for Stay on Screen sticky setting, Application Decides changed from -2 tag to -1 tag to match sticky possible values
2007-01-19 Fixes #657 - Add application-specified positioning. Changes in this include a redesigned layout for the Configure section of the Apps tab, 2 new values in application tickets (position type and custom position), and updates to the way in which selected position is accessed by all the displays.
2006-12-02 Display styles now have a method to indicate whether they respect positioning, which is used to test for disabled plugins. A list is made available when plugins are disabled. Newly called methods are guarded appropriately now with respondsToSelector.
2006-11-18 Move the check for updates stuff to the About tab, add the version to the About file at the top as well as other minor tweaks.
2006-11-17 Disable the stepper for inactivity when the checkbox is unchecked, also add clarifying preface label 'After' for better flow.
2006-11-17 Disable the remote server password field if remote notifications are disabled, as it is no longer applicable, as well as minor alignment OCD in the Network tab.
2006-11-17 Minor alignment OCD in the Apps tab, also change 'Back to Applications' to 'Back to List' per Peter's suggestion.
2006-10-31 The notification position picker now properly saves and restores the selected position. Fixes #641.
2006-10-15 This is my last change before heading to the airport for a red-eye morning flight home - add label and change color to black for firewall settings in Network tab.
2006-10-15 This is likely up for discussion, but I'm restoring a Check Now button for version checking while removing the version string (seems verbose/overkill) because an automatic option with no manual fallback is... non-standard at best.
2006-10-15 Minor UI tweaks per recent discusion - resize position picker background, realign Enable Menu Item, other misc. in General tab.
2006-10-15 Growl no longer generates its own ticket and doesn't post notifications for itself, as this was developer-only.
2006-09-30 The flow and layout of the Applications tab's Customize section is much better (i.e., more usable) now. Effectively closes #40.
2006-09-29 This is my last commit before bed, for real - add informative text at the bottom of the Network tab that lists the ports used, which _should_ reduce a common seeming question 'what do I need to do with my firewall settings?'
2006-09-29 Select the right tab (General) and add some whitespace & centering to the About rtf.
2006-09-29 Hide the Add/Remove Computer buttons in the Network tab as they are non-functional at this point.
2006-09-29 Clean up the layout of the Network tab with better spacing, alternating rows for table, proper capitalization, other minor tweaks.
2006-09-29 Completely redo the layout of the General tab, with a much better flow, spacing, and whitespace section separators.
2006-09-29 Resize the entire view to be larger, addressing the issue with the display options. Other items have been sized and
2006-09-29 Move the Default Display preference to the Display Options tab. The layout changes now cause issue[s] with each display's
2006-09-28 A very small first step - the text for start/stop is visible and the position picker has a background.
2006-06-05 Added per-notification sound support
2006-05-04 Messing with the nib some to get room for the custom view.
2006-04-12 moved the checkboxes off the logging tab onto general for now, logging -> extras in prep for 1.0 evilness.
2006-04-12 closes out #573
2006-03-29 So reworking of the general prefs is pretty done. I removed a button or two, will need to unhook what was needed for that later. Logging tab needs to become a "extras updater/installer" tab at some point.
2006-03-19 First run at redoing the general prefs. Nothing too fancy, key points:
2006-02-17 should resolve #579 obvious cleaning up of the applications tab is needed. cheats by using selection tag binding instead of selection index due to lameness in mixed state value being -1 in cocoa and 2 in carbon.
2006-01-20 Added translated GrowlPref.nib files to the project
2006-01-20 Translated some strings into French
2006-01-01 Removing that drop down. Will readd the console opening button to general tomorrow probably.
2006-01-01 Removing the radio selection from the logging tab.