summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-03Initial support for OS X Notification CenterTobias Markmann
This implements basic support for OS X Notification Center notifications with simple banner notifications showing type, contact and message/presence information. A click on the notification opens the chat view to the contact. The Notification Center backend will be used on OS X if the Growl notification backend is not used. This code requires OS X version 10.8 or later. Test-Information: Tested presence and message notifications between multiple Swift accounts and instances on OS X 10.9.5. Change-Id: I7b9e2132cab25e086e0912191562cad8f4cbae38
2011-12-23Updated Growl notifier to work against Growl 1.3.Remko Tronçon
2010-12-22Fixed compilation on non-Windows platforms.Remko Tronçon
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications.
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon