| 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 |
| 2007-11-18 |
The About tab now specifies the version outside of the localized credits. Fixes #736.
|
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-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.
|
file | diff | annotate |
| 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.
|
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-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-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-02-05 |
Minor polish - select the Application Settings tab by default when opening an application for configuring.
|
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-10-31 |
The notification position picker now properly saves and restores the selected position. Fixes #641.
|
file | diff | annotate |
| 2006-05-04 |
Messing with the nib some to get room for the custom view.
|
file | diff | annotate |
| 2006-04-12 |
closes out #573
|
file | diff | annotate |
| 2006-01-01 |
Removing that drop down. Will readd the console opening button to general tomorrow probably.
|
file | diff | annotate |
| 2006-01-01 |
Removing the radio selection from the logging tab.
|
file | diff | annotate |
| 2006-01-01 |
Removing the openConsole button.
|
file | diff | annotate |
| 2006-01-01 |
#587
|
file | diff | annotate |
| 2005-12-26 |
- Changed the brushed nsbuttons to rounded aqua ones
|
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-20 |
Combine icon and application columns in Applications tab into a single column, bring ACImageAndTextCell back to life.
|
file | diff | annotate |
| 2005-09-02 |
Allow editing a ticket by double-clicking in the applications table
|
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-07-09 |
Reorganized the general tab, major overhaul of the application tab interface, and moved logging into it's own tab. Logging tab is not working nor had any real attention yet. All modifications to the english nib only.
|
file | diff | annotate |
| 2005-07-08 |
Renamed !GrowlPref to GrowlPreferencePane.
|
file | diff | annotate |
| 2005-04-24 |
- added a password column in the service browser
|
file | diff | annotate |
| 2005-04-22 |
Added links to about tab
|
file | diff | annotate |
| 2005-04-22 |
Changed menuextra preference to be a binding
|
file | diff | annotate |
| 2005-04-20 |
this is so everyone knows who to praise and who to blame. :)
|
file | diff | annotate |
| 2005-04-20 |
first cut at the menuextra, includes a checkbox in the prefpane for turning it on and off and lets you start/stop/restart GHA, change the default display plugin and open the growl prefpane.
|
file | diff | annotate |
| 2005-04-17 |
Removed the Log display plugin and integrated it into GHA. The preferences are now in the general tab. Log every notification and registration, fixes #27.
|
file | diff | annotate |
| 2005-04-12 |
- RRTableView no longer poses as NSTableView. We use it in the NIBs as a custom class for those instances where it is actually needed.
|
file | diff | annotate |
| 2005-04-12 |
- Converted the remove button outlet to a binding
|
file | diff | annotate |
| 2005-04-12 |
- Turned networkPassword outlet into a binding
|
file | diff | annotate |
| 2005-04-11 |
Moved sorting and filtering of tickets into TicketsArrayController
|
file | diff | annotate |
| 2005-04-10 |
Observe "selection" instead of "selectionIndexes"
|
file | diff | annotate |
| 2005-04-10 |
Added GrowlBrowserEntry class, TODOs--
|
file | diff | annotate |
| 2005-04-10 |
One more binding: bundleVersion
|
file | diff | annotate |
| 2005-04-10 |
The preference pane now uses bindings for the NSTableViews. I needed to make some accessors in GrowlApplicationTicket and GrowlApplicationTicket KVC compliant. I hope I set all the new bindings correctly in both the German and the English NIB...
|
file | diff | annotate |
| 2005-04-06 |
Fixed keyboard navigation in display plugin prefs
|
file | diff | annotate |
| 2005-04-03 |
More bindings (display plugins tableview)
|
file | diff | annotate |
| 2005-04-03 |
Use some Cocoa bindings in prefpane and Speech prefs
|
file | diff | annotate |
| 2005-03-27 |
Added an application search field (fixes #41)
|
file | diff | annotate |
| 2005-03-26 |
Added checkbox to enable/disable the background update check. Fixes #62
|
file | diff | annotate |
| 2005-03-25 |
- Fixed #124 by removing the apply and revert buttons
|
file | diff | annotate |
| 2005-03-08 |
Added a preview button (#32)
|
file | diff | annotate |
| 2005-03-05 |
Reorg part deux. Now the resources have been moved over as well.
|
file | diff | annotate |