| 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.
|
file | diff | annotate |
| 2008-01-31 |
Update copyright to 2008 and version for 1.1.3b1.
|
file | diff | annotate |
| 2007-11-18 |
The About tab now specifies the version outside of the localized credits. Fixes #736.
|
file | diff | annotate |
| 2007-11-04 |
Additional missing polish - properly select General tab, update all localizations to the proper version number in Credits.
|
file | diff | annotate |
| 2007-11-03 |
Properly fix disabling the preview, as I broke the displays preview accidently.
|
file | diff | annotate |
| 2007-10-10 |
Patch from Chris Karr to add a separator between Default and other displays in popups.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-09-16 |
Standardize width of buttons in About tab.
|
file | diff | annotate |
| 2007-09-01 |
Swedish updates, fixed selected tab with 10.4 compatibility this time
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-08-31 |
Converted GrowlPref.nib back to the 2.x nib format to attempt 10.4 Interface Builder / nibtool compatibility
|
file | diff | annotate |
| 2007-08-30 |
Fixed initial selected tabs for the preferences panes for all languages
|
file | diff | annotate |
| 2007-08-29 |
Fixed initial tab selected in English
|
file | diff | annotate |
| 2007-08-18 |
Default no longer disappears after a style is selected for an application or notification's display. Fixes #702
|
file | diff | annotate |
| 2007-06-21 |
Added PriorityTransformer and used it to add a Priority setting for notifications in the GrowlPref nib. Fixes #691
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 2007-05-12 |
Cleaned up the general preferences tab, fixing spacing, some wordings, and the enabled binding for the idle time text field
|
file | diff | annotate |
| 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.)
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2006-09-29 |
Resize the entire view to be larger, addressing the issue with the display options. Other items have been sized and
|
file | diff | annotate |
| 2006-09-29 |
Move the Default Display preference to the Display Options tab. The layout changes now cause issue[s] with each display's
|
file | diff | annotate |
| 2006-09-28 |
A very small first step - the text for start/stop is visible and the position picker has a background.
|
file | diff | annotate |
| 2006-06-05 |
Added per-notification sound support
|
file | diff | annotate |
| 2006-05-04 |
Messing with the nib some to get room for the custom view.
|
file | diff | annotate |
| 2006-04-12 |
moved the checkboxes off the logging tab onto general for now, logging -> extras in prep for 1.0 evilness.
|
file | diff | annotate |
| 2006-04-12 |
closes out #573
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2006-03-19 |
First run at redoing the general prefs. Nothing too fancy, key points:
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2006-01-20 |
Translated some strings into French
|
file | diff | annotate |
| 2006-01-01 |
Removing the openConsole button.
|
file | diff | annotate |
| 2006-01-01 |
changing the behavior of the search field so that it doesn't try to also search notification names
|
file | diff | annotate |
| 2006-01-01 |
Fixing the key combo for the delete key to be cmd+delete instead of just delete, which can be hit by accident quite a bit, and has a system precedent. Also setting back to general tab.
|
file | diff | annotate |
| 2006-01-01 |
binding the configure key to cmd+]
|
file | diff | annotate |
| 2006-01-01 |
Binding the back key to cmd+[
|
file | diff | annotate |
| 2006-01-01 |
#578
|
file | diff | annotate |
| 2006-01-01 |
#587
|
file | diff | annotate |
| 2005-12-29 |
Moving Application name to top right, left aligned, and wide enough to span all the way from the edge to the Back button.
|
file | diff | annotate |
| 2005-12-26 |
- Changed the brushed nsbuttons to rounded aqua ones
|
file | diff | annotate |
| 2005-12-26 |
UNTESTED fixes to #566 and #580. Eh... not sure what I changed in Growl.xcodebuild... so revert that if needed. Also, editing the Garageband style.
|
file | diff | annotate |
| 2005-12-25 |
Minor tweaks
|
file | diff | annotate |
| 2005-12-25 |
In the registration dictionary, applications can now give an NSDictionary on the key GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES which contains:
|
file | diff | annotate |
| 2005-12-24 |
warnings, errors and nibs.
|
file | diff | annotate |
| 2005-12-23 |
ticket #551 and #552
|
file | diff | annotate |
| 2005-12-23 |
mmm, localizations
|
file | diff | annotate |
| 2005-12-20 |
Updated German prefpane
|
file | diff | annotate |
| 2005-12-20 |
Combine icon and application columns in Applications tab into a single column, bring ACImageAndTextCell back to life.
|
file | diff | annotate |
| 2005-11-29 |
I think this fixes the configure button to not be enabled if there is no selection. I think this also fixes the blankly named items for the display plugin pop-ups on the configure tab.
|
file | diff | annotate |
| 2005-11-28 |
Merge branch @ [3238] into trunk
|
file | diff | annotate |
| 2005-09-02 |
Allow editing a ticket by double-clicking in the applications table
|
file | diff | annotate |
| 2005-08-30 |
Renamed log only, dont display to hide notifications
|
file | diff | annotate |
| 2005-08-28 |
Enabled mixed state for sticky checkbox.
|
file | diff | annotate |
| 2005-08-28 |
Fixed English and German prefpane nibs. They referenced a non-existing class named GrowlBox (a subclass of NSBox) and some bindings were wrong. Has anyone ever actually used the new nibs?
|
file | diff | annotate |
| 2005-08-21 |
Czech nib has new look, needs minor translation. Bound version to bundleVersion in English nib.
|
file | diff | annotate |
| 2005-08-21 |
Japanese nib has new look and hooked up, finished hooking up English and German nibs
|
file | diff | annotate |