summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-new-message-dialog.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-5/+3
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-2/+2
2013-04-01Avoid include path overspecificationsEmanuele Aina1-3/+3
2013-04-01Use double quotes for all internal headersEmanuele Aina1-5/+5
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-8/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2012-09-17include telepathy-glib.hGuillaume Desmottes1-1/+1
2012-05-15remove unused tp-contact-factory includesGuillaume Desmottes1-1/+0
2011-12-14remove useless includes of empathy-contact-manager.hGuillaume Desmottes1-1/+0
2011-10-20Swap SMS and Text buttonsDanielle Madeley1-4/+4
2011-10-20Fix extra buttons in new-call/message dialogsDanielle Madeley1-1/+2
2011-10-18empathy_new_message_dialog_response: initialize contactGuillaume Desmottes1-1/+1
2011-10-18empathy_new_message_dialog_response: initialize individualGuillaume Desmottes1-1/+1
2011-10-18new-message-dialog: port to EmpathyContactChooserGuillaume Desmottes1-122/+133
2011-09-05Set a parent for the error dialogEmilio Pozuelo Monfort1-5/+8
2011-09-05NewMessageDialog: show an error if starting the channel failsEmilio Pozuelo Monfort1-2/+77
2011-09-05empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort1-2/+4
2011-08-19new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPA...Guillaume Desmottes1-44/+11
2011-05-12Properly convert timestamps received from X11 (#650015)Guillaume Desmottes1-2/+2
2011-05-05Only set the SMS button sensitive if we have SMS capabilityDanielle Madeley1-2/+63
2011-05-05Add an SMS button to the new-message dialogDanielle Madeley1-4/+39
2011-03-17rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes1-2/+2
2010-11-12Make AccountChooser-related code simpler and clearer (re #633481).Vitaly Minko1-28/+5
2010-11-10Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko1-18/+67
2010-08-11empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne...Guillaume Desmottes1-4/+4
2010-08-11empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes1-1/+1
2010-08-10empathy_contact_selector_dialog_get_selected: allow to get the account as wellGuillaume Desmottes1-1/+1
2010-04-24add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons1-1/+2
2009-12-21[EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley1-6/+19
2009-12-17new-message-dialog: filter out CM which doesn't support 1-1 chatGuillaume Desmottes1-0/+35
2009-12-17empathy-new-message-dialog: port to TP coding styleGuillaume Desmottes1-51/+53
2009-12-17new-message-dialog: inherit from EmpathyContactSelectorDialogGuillaume Desmottes1-259/+18
2009-12-17new-message-dialog: remove the call buttonGuillaume Desmottes1-40/+3
2009-12-09new-message-dialog: inherit from GtkDialog (#604097)Guillaume Desmottes1-58/+146
2009-11-03Autocomplete for offline contacts. Closes bug #583919.Justin Forest1-17/+15
2009-10-24new-message-dialog: port to new tp-glib account APIJonny Lamb1-1/+0
2009-07-06Remove useless mission-control includesSjoerd Simons1-2/+0
2009-07-01Port libempathy-gtk to EmpathyAccountSjoerd Simons1-1/+1
2009-06-24empathy-new-message-dialog: remove trailing tabsGuillaume Desmottes1-1/+1
2009-05-18empathy-new-message-dialog: fix coding styleGuillaume Desmottes1-5/+5
2009-04-23Add documentation for EmpathyNewMessageDialog.Jonny Lamb1-0/+18
2009-04-22Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens1-3/+9
2009-04-22Port EmpathyNewMessageDialog to new API.Xavier Claessens1-45/+55
2009-04-16Port EmpathyNewMessageDialog to new APIXavier Claessens1-8/+5
2009-02-03Don't start the call from the message dialog, the handler will take care of itSjoerd Simons1-1/+0
2009-02-03Switch to calling CallFactory to make callsSjoerd Simons1-1/+5
2009-01-23Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb1-2/+2
2009-01-09Fix some errors made when rebasing on masterXavier Claessens1-1/+1
2009-01-09Use the new call utility function to start callsSjoerd Simons1-1/+9
2009-01-09Use the new dispatcher api to request text channelsSjoerd Simons1-4/+3