Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deprecations (fixes #4) | Robert Tari | 2020-08-10 | 1 | -3/+0 |
| | |||||
* | * Rename notification_is_volume to notification_is_private. | Jason Conti | 2012-02-26 | 1 | -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 as | Jason Conti | 2012-02-25 | 1 | -0/+1 |
| | | | | | brightness and volume, which are not always properly marked. | ||||
* | Checking for, and discarding volume notifications, since they contain no ↵ | Jason Conti | 2011-05-17 | 1 | -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 Conti | 2011-05-17 | 1 | -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 Conti | 2011-05-13 | 1 | -14/+14 |
| | | | | as they arrive. | ||||
* | Importing dbus-spy and notification dbus objects to watch dbus for ↵ | Jason Conti | 2011-05-13 | 1 | -0/+62 |
org.freedesktop.Notification.Notify messages (from test project). |