Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix a serious memory leak in notification_new_from_dbus_message. | Jason Conti | 2015-10-23 | 1 | -0/+8 |
| | | | | | * Bump version. | ||||
* | * Rename notification_is_volume to notification_is_private. | Jason Conti | 2012-02-26 | 1 | -5/+14 |
| | | | | | | | * 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/+10 |
| | | | | | 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 | -1/+22 |
| | | | | 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 | -0/+21 |
| | | | | 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 | -0/+24 |
| | | | | as they arrive. | ||||
* | Importing dbus-spy and notification dbus objects to watch dbus for ↵ | Jason Conti | 2011-05-13 | 1 | -0/+132 |
org.freedesktop.Notification.Notify messages (from test project). |