aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-event-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | 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-1/+1
| | | | | | | 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
* roster-view: add API to display eventsGuillaume Desmottes2012-06-141-0/+1
|
* Stop approving StreamedMedia channelsGuillaume Desmottes2012-05-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Move category name constants to #definesWill Thompson2012-03-281-0/+1
| | | | | 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/+1
| | | | This reverts commit c7dd14aef20e429135fba7c7a53a8d507b9579a3.
* Stop approve StreamedMedia channelsGuillaume Desmottes2012-02-211-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Also add Answer with video to the notification dialogsSjoerd Simons2011-06-091-0/+1
| | | | | | Conflicts: src/empathy-status-icon.c
* EmpathyEventManager: handle Call channelsEmilio Pozuelo Monfort2011-06-081-0/+1
| | | | | | Conflicts: src/empathy-event-manager.c
* set a category on presence notificationsGuillaume Desmottes2011-04-021-1/+2
|
* event-manager: become an approver for auth channelsJonny Lamb2010-12-101-0/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* event-manager: add the account to the EmpathyEvent structJonny Lamb2010-12-101-0/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* add empathy_event_remove()Guillaume Desmottes2010-11-091-0/+1
|
* use a specific event type for muc invitationsGuillaume Desmottes2010-07-071-1/+2
|
* add empathy_event_declineGuillaume Desmottes2010-07-071-0/+1
|
* add empathy_event_approve()Guillaume Desmottes2010-07-071-0/+1
|
* remove EMPATHY_EVENT_TYPE_TUBEGuillaume Desmottes2010-02-171-1/+0
| | | | It's not used any more.
* add event type to EmpathyEvent (#589409)Guillaume Desmottes2009-10-021-5/+15
|
* Support for notification-only eventsFrédéric Péters2009-06-231-0/+1
| | | | | | Add a "must_ack" attribute to events, set if there is no function associated to the event, and add a timeout on such events to have them removed automatically.
* If the notification is not dismissed by the user, do not display other ↵Xavier Claessens2009-01-311-0/+1
| | | | | | notifications for new incoming messages. svn path=/trunk/; revision=2279
* Fix indentation.Xavier Claessens2009-01-311-0/+1
| | | | svn path=/trunk/; revision=2277
* Port EmpathyEventManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2117
* Move the event manager to src/Xavier Claessens2008-07-151-0/+65
svn path=/trunk/; revision=1253