summaryrefslogtreecommitdiff
path: root/src/empathy-chat-window.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-8/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2013-01-03Recognize both handheld and phone clienttypes as mobile devicesSjoerd Simons1-2/+2
2013-01-03factor out empathy_notify_manager_create_notification()Guillaume Desmottes1-1/+3
2013-01-03notifications: no need to set NOTIFY_EXPIRES_DEFAULTGuillaume Desmottes1-2/+0
2012-10-10turn EmpathyChatWindow to a GtkWindow subclassGuillaume Desmottes1-36/+40
2012-10-03chat-window: expose the individual mgr as a propertyGuillaume Desmottes1-0/+39
2012-10-03chat-window: update the contact menu when folks is loadedGuillaume Desmottes1-0/+16
2012-10-03chat-window: load the individual mgr when the chat window is focused outGuillaume Desmottes1-11/+35
2012-10-03move the individual mgr reference to empathy-chat-windowGuillaume Desmottes1-5/+15
2012-09-28empathy_chat_window_present_chat: return the window presenting the chatGuillaume Desmottes1-4/+5
2012-09-28No need to pass twice the same param to chat_window_contact_menu_update()Guillaume Desmottes1-4/+3
2012-09-28make sure that chat_window_contact_menu_update is not called recursivelyGuillaume Desmottes1-0/+8
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+0
2012-09-11use tp_channel_get_connection()Guillaume Desmottes1-2/+2
2012-09-06Don't show "Topic: " in tooltips if there is noneWill Thompson1-1/+1
2012-09-03chat_window_new_message_cb: early return when handling outgoing msgGuillaume Desmottes1-0/+1
2012-07-11chat-window: use self->priv patternGuillaume Desmottes1-506/+371
2012-07-11chat-window: port to new coding stylesGuillaume Desmottes1-2137/+2227
2012-07-11remove useless includesGuillaume Desmottes1-1/+0
2012-07-02Stop using EmpathyChatViewGuillaume Desmottes1-1/+1
2012-06-26chat-window: disable file transfer DnDGuillaume Desmottes1-0/+2
2012-05-25use the symbolic close icon in the tab close buttonGuillaume Desmottes1-2/+2
2012-05-25Define a style class for the tab close buttonGuillaume Desmottes1-1/+3
2012-05-24chat-window: stop using GeditCloseButtonGuillaume Desmottes1-8/+28
2012-05-24gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes1-1/+1
2012-05-24Load the CSS in all empathy-* binariesGuillaume Desmottes1-0/+2
2012-05-15remove unused tp-contact-factory includesGuillaume Desmottes1-1/+0
2012-04-10remove useless empathy-contact-list.h includesGuillaume Desmottes1-1/+0
2012-04-10implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes1-3/+2
2012-03-28Move category name constants to #definesWill Thompson1-2/+2
2012-03-28Show MUC highlight notifications in Gnome ShellWill Thompson1-3/+8
2012-03-22Use help:empathy to open the helpGuillaume Desmottes1-1/+1
2012-02-21drag_data_received_individual_id: make sure manager is initializedGuillaume Desmottes1-1/+1
2012-02-17chat-window: invite contacts using DnDGuillaume Desmottes1-0/+72
2012-02-17chat-window: display a phone icon in the tab labelGuillaume Desmottes1-0/+13
2012-02-10Don't unhighlight chat tabs when more messages are receivedWill Thompson1-28/+11
2012-01-30Don't warn before leaving disconnected chatroomsWill Thompson1-2/+14
2012-01-30Shorten "Leave chat room" to "Leave room"Will Thompson1-1/+1
2012-01-30Special-case closing a window with exactly one tabWill Thompson1-0/+13
2012-01-30Confirm closing windows containing chat rooms.Will Thompson1-31/+115
2012-01-30Confirm closing chat room tabsWill Thompson1-2/+59
2012-01-18EmpathyChat: include should_highlight in ::new-messageWill Thompson1-1/+2
2011-12-19empathy_chat_window_present_chat: move to the chat window desktopGuillaume Desmottes1-2/+6
2011-11-21use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes1-2/+2
2011-10-14Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley1-1/+3
2011-09-26all: remove butterfly workarounds (bgo#612555)Jonny Lamb1-2/+1
2011-09-05empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort1-1/+3
2011-08-22EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignor...Xavier Claessens1-0/+4
2011-08-18Port to new tp-glib client factoryGuillaume Desmottes1-6/+8