# HG changeset patch # User Peter Hosey # Date 1243045994 25200 # Node ID fee030c66025677e0f730f202ba589bfb5d24edd # Parent c2f6adaf90b7b77e12f74ad0f8ea1da415562798 Increase the default duration of all visual displays (except MusicVideo) to compensate for the faster transition time. diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/Brushed/GrowlBrushedDefines.h --- a/Plugins/Displays/Brushed/GrowlBrushedDefines.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/Brushed/GrowlBrushedDefines.h Fri May 22 19:33:14 2009 -0700 @@ -17,7 +17,7 @@ // the default value for the opacity preference #define GrowlBrushedAlphaPrefDefault 0.75f // the default value for the duration preference -#define GrowlBrushedDurationPrefDefault 4.0f +#define GrowlBrushedDurationPrefDefault 5.0f #define GrowlBrushedSizeNormal 0 #define GrowlBrushedSizeLarge 1 diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/Bubbles/GrowlBubblesDefines.h --- a/Plugins/Displays/Bubbles/GrowlBubblesDefines.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/Bubbles/GrowlBubblesDefines.h Fri May 22 19:33:14 2009 -0700 @@ -30,4 +30,4 @@ #define GrowlBubblesPrefDomain @"com.growl.Bubbles" // the default value for the duration preference -#define GrowlBubblesDurationPrefDefault 4.0f +#define GrowlBubblesDurationPrefDefault 5.0f diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.h --- a/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/MusicVideo/GrowlMusicVideoPrefs.h Fri May 22 19:33:14 2009 -0700 @@ -16,7 +16,7 @@ #define MUSICVIDEO_DEFAULT_OPACITY 60.0f #define MUSICVIDEO_DURATION_PREF @"Duration" -#define GrowlMusicVideoDurationPrefDefault 4.0f +#define GrowlMusicVideoDurationPrefDefault 5.0f #define MUSICVIDEO_SIZE_PREF @"Size" typedef enum diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/Nano/GrowlNanoPrefs.h --- a/Plugins/Displays/Nano/GrowlNanoPrefs.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/Nano/GrowlNanoPrefs.h Fri May 22 19:33:14 2009 -0700 @@ -16,7 +16,7 @@ #define Nano_DEFAULT_OPACITY 60.0f #define Nano_DURATION_PREF @"Duration" -#define GrowlNanoDurationPrefDefault 4.0f +#define GrowlNanoDurationPrefDefault 5.0f #define Nano_SIZE_PREF @"Size" typedef enum { diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/Smoke/GrowlSmokeDefines.h --- a/Plugins/Displays/Smoke/GrowlSmokeDefines.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/Smoke/GrowlSmokeDefines.h Fri May 22 19:33:14 2009 -0700 @@ -22,7 +22,7 @@ // the default value for the opacity preference #define GrowlSmokeAlphaPrefDefault 75.0f // the default value for the duration preference -#define GrowlSmokeDurationPrefDefault 4.0f +#define GrowlSmokeDurationPrefDefault 5.0f #define GrowlSmokeSizeNormal 0 #define GrowlSmokeSizeLarge 1 diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/WebKit/GrowlWebKitWindowController.m --- a/Plugins/Displays/WebKit/GrowlWebKitWindowController.m Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/WebKit/GrowlWebKitWindowController.m Fri May 22 19:33:14 2009 -0700 @@ -46,7 +46,7 @@ @implementation GrowlWebKitWindowController -#define GrowlWebKitDurationPrefDefault 4.0 +#define GrowlWebKitDurationPrefDefault 5.0 #define ADDITIONAL_LINES_DISPLAY_TIME 0.5 #define MAX_DISPLAY_TIME 10.0 #define GrowlWebKitPadding 5.0f diff -r c2f6adaf90b7 -r fee030c66025 Plugins/Displays/iCal/GrowliCalDefines.h --- a/Plugins/Displays/iCal/GrowliCalDefines.h Fri May 22 12:28:56 2009 -0700 +++ b/Plugins/Displays/iCal/GrowliCalDefines.h Fri May 22 19:33:14 2009 -0700 @@ -47,4 +47,4 @@ #define GrowliCalPrefDomain @"com.Growl.iCal" // the default value for the duration preference -#define GrowliCalDurationPrefDefault 4.0f +#define GrowliCalDurationPrefDefault 5.0f