aboutsummaryrefslogtreecommitdiff
path: root/src/notification.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecations (fixes #4)Robert Tari2020-08-101-3/+0
|
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-261-2/+2
| | | | | | | * Add filters for indicator-sound and brightness notifications. * Strip whitespace leading and trailing whitespace from the summary and body.
* * Add notification_is_empty to catch useless notifications such asJason Conti2012-02-251-0/+1
| | | | | brightness and volume, which are not always properly marked.
* Checking for, and discarding volume notifications, since they contain no ↵Jason Conti2011-05-171-0/+3
| | | | useful information (which is stupid, why can't they provide a summary (Volume Up/Down) and body (Current volume level X%).
* Adding a timestamp to the messages. Currently sends a timestamp string ↵Jason Conti2011-05-171-10/+14
| | | | across dbus, but ideally it will send an integer, and the indicator can decide how to display it (time ago in words, custom time format, etc).
* Integrated the dbus-spy. Menu items for notification summaries are appended ↵Jason Conti2011-05-131-14/+14
| | | | as they arrive.
* Importing dbus-spy and notification dbus objects to watch dbus for ↵Jason Conti2011-05-131-0/+62
org.freedesktop.Notification.Notify messages (from test project).