Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notify-manager: include empathy-contact.h as we use it | Guillaume Desmottes | 2010-07-08 | 1 | -0/+2 |
| | |||||
* | Removed the non standard notification capabilities from the list | Nicolò Chieffo | 2010-03-25 | 1 | -4/+0 |
| | |||||
* | change 'capa' to 'cap' | Guillaume Desmottes | 2009-11-13 | 1 | -18/+18 |
| | |||||
* | change empathy_notification_is_enabled to ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -1/+2 |
| | | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to. | ||||
* | change empathy_misc_get_pixbuf_for_notification to ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -2/+4 |
| | | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054. | ||||
* | move empathy-misc to empathy-notify-manager | Guillaume Desmottes | 2009-11-13 | 1 | -0/+14 |
| | | | | All its code was related to notifications. | ||||
* | define constants for notify capabilities | Guillaume Desmottes | 2009-11-13 | 1 | -0/+19 |
| | |||||
* | add empathy_notify_manager_has_capability | Guillaume Desmottes | 2009-11-13 | 1 | -0/+3 |
| | |||||
* | add stub EmpathyNotifyManager (#601691) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+56 |