aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-notifications-approver.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using deprecated API from libnotify (#653739)Guillaume Desmottes2011-06-301-6/+11
|
* Use our own notification categories if there is no official oneGuillaume Desmottes2011-06-301-1/+7
|
* Use a new id for accepting without videoSjoerd Simons2011-06-091-1/+1
| | | | | | Conflicts: src/empathy-status-icon.c
* Also add Answer with video to the notification dialogsSjoerd Simons2011-06-091-1/+34
| | | | | | Conflicts: src/empathy-status-icon.c
* Show notifications for CallsEmilio Pozuelo Monfort2011-06-081-0/+3
| | | | | | Conflicts: src/empathy-status-icon.c
* add a translation comment explaining the 'Provide' string (#649492)Guillaume Desmottes2011-05-091-0/+3
|
* set a not empty string when setting ↵Guillaume Desmottes2011-05-021-1/+2
| | | | | | EMPATHY_NOTIFY_MANAGER_CAP_X_CANONICAL_APPEND libnotify now filters out empty string so the hint was not set (#648842).
* Display a notification for auth eventsGuillaume Desmottes2011-04-071-9/+7
| | | | This makes them more visible when using the Shell (#646061).
* set a category on presence notificationsGuillaume Desmottes2011-04-021-2/+6
|
* set a category on chat related notificationsGuillaume Desmottes2011-04-021-0/+25
| | | | | That can be used by the Shell to filter out notifications it's handling itself directly (#645932).
* set urgency hint on urgent notificationsGuillaume Desmottes2011-04-021-0/+25
| | | | | This will ensure that they stay visible in the Shell and that their actions buttons are displayed as well (#645932).
* notifications-approver: don't show notifications for auth eventsJonny Lamb2010-12-101-0/+10
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Clean up the way we keep references on notificationsGuillaume Desmottes2010-11-231-10/+13
|
* use tp_g_signal_connect_objectGuillaume Desmottes2010-11-231-6/+6
|
* fix commentGuillaume Desmottes2010-11-231-1/+1
|
* Move notifications code from status-icon to notifications-approver (#635500)Guillaume Desmottes2010-11-231-0/+260
|
* add EmpathyNotificationsApproverGuillaume Desmottes2010-11-231-0/+107