aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-notify-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* notify-manager: cache the notification GSettingsGuillaume Desmottes2010-11-291-15/+12
|
* empathy_notify_manager_notification_is_enabled: properly check the ↵Guillaume Desmottes2010-10-181-1/+1
| | | | | | | EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY preference If this key is set, that means we do NOT want the notification when being away/busy.
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-17/+17
|
* notify-manager: unref the account mgr when disposingGuillaume Desmottes2009-11-191-0/+15
|
* notify-manager: use the account mgr directly instead of ↵Guillaume Desmottes2009-11-191-1/+39
| | | | empathy_check_available_state
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-5/+5
|
* empathy_notify_manager_init: no need to cast the return value of g_object_newGuillaume Desmottes2009-11-131-2/+1
|
* remove notify_manager_dispose as it doesn't do anythingGuillaume Desmottes2009-11-131-16/+0
|
* notify-manager: fetch capabilities in _init instead of _constructorGuillaume Desmottes2009-11-131-16/+13
|
* change empathy_notification_is_enabled to ↵Guillaume Desmottes2009-11-131-1/+1
| | | | | | | 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 Desmottes2009-11-131-1/+2
| | | | | | | | 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-managerGuillaume Desmottes2009-11-131-0/+44
| | | | All its code was related to notifications.
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-131-0/+9
|
* notify-manager: fetch capabilities of the notification serverGuillaume Desmottes2009-11-131-1/+23
|
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-131-0/+112