Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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). |