aboutsummaryrefslogtreecommitdiff
path: root/src/notifications-interface.h
Commit message (Collapse)AuthorAgeFilesLines
* * Simplified the indicator by removing the dbus service. Still needs:Jason Conti2011-08-291-56/+0
| | | | | | | | | | - Clear button - Message limit * GTK3 is having issues with the multi-line menu items. Adding a bit of a hack to calculate the size of the menu and resize it when an item is added. Still has some problems, but better than before. Will probably cause other issues that will need to be addressed later.
* Update indicator icon to unread when a message is received, and to read when ↵Jason Conti2011-05-151-2/+3
| | | | the menu is hidden.
* Couldn't seem to get a signal when a menu item is added to the dbusmenu, so ↵Jason Conti2011-05-151-0/+55
adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu.