aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-notify-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
* Avoid include path overspecificationsEmanuele Aina2013-04-011-1/+1
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-4/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* notification: set the "desktop-entry" hintGuillaume Desmottes2013-01-031-0/+4
* factor out empathy_notify_manager_create_notification()Guillaume Desmottes2013-01-031-0/+12
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* notify-manager: cache the notification GSettingsGuillaume Desmottes2010-11-291-15/+12
* empathy_notify_manager_notification_is_enabled: properly check the EMPATHY_PR...Guillaume Desmottes2010-10-181-1/+1
* 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 empathy_check_availab...Guillaume Desmottes2009-11-191-1/+39
* 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 empathy_notify_manager_notification...Guillaume Desmottes2009-11-131-1/+1
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-131-1/+2
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-131-0/+44
* 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