Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Had to prefix the status icons with indicator- because otherwise they can ↵ | Jason Conti | 2011-05-18 | 1 | -9/+66 |
| | | | | conflict with the obsolete icons in the recent-notifications package, which I should probably remove. | ||||
* | Updating icon path to correct location in preparation for proper install. | Jason Conti | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Adding a timestamp to the messages. Currently sends a timestamp string ↵ | Jason Conti | 2011-05-17 | 1 | -17/+16 |
| | | | | 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). | ||||
* | Proof of concept complete, should probably add timestamps next. | Jason Conti | 2011-05-16 | 1 | -6/+33 |
| | |||||
* | A bit of renaming with the dbusmenu properties. | Jason Conti | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | Building the menuitem, now works the same as before. Next comes markup. ↵ | Jason Conti | 2011-05-16 | 1 | -0/+13 |
| | | | | Should I markup the text server side or add a property to the dbusmenu item for each field, and build the menuitem client side from the properties? | ||||
* | Should have checked my syntax errors before that last commit. Fixed now. | Jason Conti | 2011-05-16 | 1 | -4/+4 |
| | |||||
* | Adding a new notification menuitem type. It isn't currently a custom ↵ | Jason Conti | 2011-05-16 | 1 | -2/+15 |
| | | | | menuitem, but may need to be eventually. | ||||
* | Update indicator icon to unread when a message is received, and to read when ↵ | Jason Conti | 2011-05-15 | 1 | -9/+13 |
| | | | | the menu is hidden. | ||||
* | Couldn't seem to get a signal when a menu item is added to the dbusmenu, so ↵ | Jason Conti | 2011-05-15 | 1 | -3/+3 |
| | | | | adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu. | ||||
* | Loading the read and unread icons when the image is first requested. TODO: ↵ | Jason Conti | 2011-05-15 | 1 | -6/+52 |
| | | | | Need to reload them when the icon theme changes. | ||||
* | Removed the label from the indicator. May add it back later for a message count. | Jason Conti | 2011-05-14 | 1 | -97/+8 |
| | |||||
* | Added the icon to the indicator. Currently using a hardcoded path, will grab ↵ | Jason Conti | 2011-05-14 | 1 | -0/+30 |
| | | | | from the icon theme later, but need to add the local path to the icon theme for testing. | ||||
* | Commenting out an unneeded variable to remove a warning. | Jason Conti | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Renamed the indicator | Jason Conti | 2011-05-10 | 1 | -76/+52 |
| | |||||
* | Renamed the rest of the files, and updated the file headers. | Jason Conti | 2011-05-10 | 1 | -0/+379 |