Plugins/Displays/MusicVideo/GrowlMusicVideoWindowController.m
2008-07-06 CFRelease the duration preference value if we get one. Found by the clang static analyzer.
2007-10-11 warnings -= 6
2007-10-05 Fixed issue reported by dzurn on the forums at http://forums.cocoaforge.com/viewtopic.php?sid=a4bebe12af7bf3ba65c06a35c85f26f6&p=97194#97194 : We now default to the menu bar's screen if the desired screen is not available when we attempt to display a notification.
2007-09-11 MusicVideo now works properly on screens besides screen 0. Non-main screens have origins which are not 0,0, so the origin portion of the screen's frame should be taken into account in all calculations.
2007-09-10 default duration in MusicVideo was incorrectly labeled as GrowlBubblesDurationPrefDefault
2007-09-10 After initializing the window, set the display duration (was working only coincidentally when done before the initialization) and the transition duration (was not previously being set, so was using the default value) for music video. Music Video now transitions in/out in 0.3 seconds, as it did (accidentally) in Growl 0.7.x
2007-06-21 Removed the 'wipe' transition from Nano and Music Video. Changed binding to use the tag instead of the index (significantly less fragile), assigning tags appropriately. Changed a couple series of #defines to being enums. Fixed 'fade' transition in Nano to work. Fixes #693
2007-06-21 * Cleanup initial setting of the display duration to use -[self setDisplayDuration] rather than assigning one of super's ivars directly and to be more understandable.
2007-05-25 Made coalescing of displays in the middle of a transition smooth, and fixed coalescing of nano and music video
2007-05-11 Minor cleanup
2007-05-11 Removed more cruft from the old positioning system. None of this was doing anything.
2007-05-11 NSWindowController retains its window. The previous implementation made it look like it didn't... but really, we were leaking the window in init and then making up for it by releasing the window in dealloc. Now with less magic.
2007-05-10 Fixed crash when MusicVideo deallocates
2007-05-09 Remove duplicative (and harmful) override of didFinishTransitionsBeforeDisplay.
2007-03-06 Goodbye HTML title and description, we hardly knew ye. Remove all traces from architecture and display plugins. Fixes #667.
2006-12-20 adds a fading transition to the MusicVideo display, from geeksrus on the forums.
2006-03-10 MusicVideo should never be sticky
2006-01-17 defer NSView creation until the NSWindow is created, this might solve the 0.8 locking issue where GHA will just hang in {NSViewHierarchyLock unlockTopMostReader}
2006-01-01 driving me insane
2005-12-27 * HACKING compliance:
2005-12-27 warnings -= a lot:
2005-12-25 Updated displays to use {{{-[GrowlPlugin pluginDescription]}}}
2005-12-24 warnings, errors and nibs.
2005-12-22 wipe effect stuff for MV
2005-12-11 blank GrowlWipeWindowTransition for now, hooked into the MusicVideo growlstyle
2005-12-10 fixes MusicVideo to correctly slide up from the bottom of multiple screens again.
2005-12-10 music video updated to slide on and off of the display, the only thing left appears to be the wipe transition effect
2005-12-04 MusicVideo, just as broken as the other 3 working plugins. Displays near the top of the screen :)
2005-10-13 Display plugins now use accessors rather then accessing ivars directly. Refs #436.
2005-08-25 Cheap MusicVideo optimization: invalidate a smaller rectangle.
2005-08-25 Removed parent NSView of GrowlMusicVideoWindowView, it is now the contentView of its window.
2005-06-26 Make it compile
2005-06-23 Moving Display\ Plugins to Plugins/Displays.