summaryrefslogtreecommitdiff
path: root/src/empathy-status-icon.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-1/+1
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+4
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-7/+5
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-7/+7
* Use double quotes for all internal headersEmanuele Aina2013-04-011-7/+7
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-13/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-271-1/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-1/+3
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* Stop dealing with iconification of main window, just hide/present itXavier Claessens2011-05-261-4/+4
* status-icon: blink when we get a password requestJonny Lamb2010-12-091-1/+1
* Move notifications code from status-icon to notifications-approver (#635500)Guillaume Desmottes2010-11-231-259/+0
* Add Accept/Decline button in subscription notifications (#630706)Guillaume Desmottes2010-11-091-0/+54
* Port to libnotify 0.7.0William Jon McCann2010-10-191-2/+2
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-1/+1
* empathy_status_icon_new: always call status_icon_set_visibilityGuillaume Desmottes2010-07-121-3/+1
* empathy_status_icon_new: don't ignore hide_contact_list (#623937)Guillaume Desmottes2010-07-121-1/+5
* add accept/decline buttons to invitation notificationsGuillaume Desmottes2010-07-071-0/+1
* add accept/decline buttons to FT notificationsGuillaume Desmottes2010-07-071-0/+10
* add answer/decline buttons in call notifications (#597124)Guillaume Desmottes2010-07-071-0/+21
* Add 'Respond' button only for text channels and approve it directlyGuillaume Desmottes2010-07-071-7/+11
* factor out add_notification_actionsGuillaume Desmottes2010-07-071-9/+16
* status-icon: drop our ref on the window when disposingGuillaume Desmottes2010-07-021-0/+1
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-18/+16
* src/empathy-status-icon.c: use tp_g_signal_connect_object instead of empathy_...Guillaume Desmottes2010-04-091-2/+2
* status-icon: don't approve event if notification bubble has been dismissedGuillaume Desmottes2010-04-091-26/+2
* Support append hint in notifications (#607446)Nicolò Chieffo2010-04-011-14/+39
* empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-151-1/+1
* Don't display the 'respond' button in presence notifications (#610032)Guillaume Desmottes2010-02-171-1/+2
* Revert "Escape the header of the notification (#599431)"Guillaume Desmottes2010-01-121-7/+2
* status_icon_update_tooltip: display the custom status msg, if any (#604481)Guillaume Desmottes2009-12-241-3/+11
* status_icon_update_tooltip: display a translated version of the default statu...Guillaume Desmottes2009-12-241-6/+10
* status-icon: add "New Call" entry in the context menuGuillaume Desmottes2009-12-171-0/+9
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-181-10/+10
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-1/+1
* remove old commentGuillaume Desmottes2009-11-131-1/+0
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-131-3/+3
* 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-1/+0
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-1/+2
* status-icon: use EmpathyNotifyManager to check if the server supports the 'ac...Guillaume Desmottes2009-11-131-12/+5
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+7
* Merge branch 'accountz'Jonny Lamb2009-11-021-21/+39
|\
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-1/+4
| * status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
* | Escape the header of the notification (#599431)Guillaume Desmottes2009-10-291-2/+7
|/
* fix coding stylesGuillaume Desmottes2009-10-021-17/+15