aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-notifications-approver.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-4/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* factor out empathy_notify_manager_create_notification()Guillaume Desmottes2013-01-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* notifications: no need to set NOTIFY_EXPIRES_DEFAULTGuillaume Desmottes2013-01-031-3/+0
| | | | | | That's the default value. https://bugzilla.gnome.org/show_bug.cgi?id=691043
* Stop approving StreamedMedia channelsGuillaume Desmottes2012-05-021-9/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Move category name constants to #definesWill Thompson2012-03-281-19/+16
| | | | | This is kind of overkill to avoid me typoing the two names used in empathy-chat-window.c, but, hey.
* Revert "Stop approve StreamedMedia channels"Guillaume Desmottes2012-03-021-0/+9
| | | | This reverts commit c7dd14aef20e429135fba7c7a53a8d507b9579a3.
* Stop approve StreamedMedia channelsGuillaume Desmottes2012-02-211-9/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-6/+5
|
* notifications-approver: stop using EmpathyContactManagerGuillaume Desmottes2011-11-081-15/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663327
* notifications-approver: move translators comment right before the stringGuillaume Desmottes2011-09-131-3/+3
| | | | | | | Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866
* 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