summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-individual-dialogs.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+1
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-3/+2
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-2/+2
2013-04-01Use double quotes for all internal headersEmanuele Aina1-2/+2
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-9/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2012-09-17include telepathy-glib.hGuillaume Desmottes1-1/+1
2012-07-30EmpathyContactWidget: remove all remaining flagsXavier Claessens1-5/+1
2011-12-14remove useless includes of empathy-contact-manager.hGuillaume Desmottes1-1/+0
2011-11-08individual dialog: use tp-glib blocking APIGuillaume Desmottes1-8/+5
2011-08-22Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter1-0/+3
2011-06-06Adapt to API break in folks_individual_get_personas.Travis Reitter1-5/+10
2011-03-18Display an avatar on the block contact dialogEmilio Pozuelo Monfort1-0/+8
2011-03-14Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter1-2/+2
2011-03-11Update the wording of the contact blocking dialogDanielle Madeley1-15/+56
2011-03-11Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley1-1/+2
2011-03-09Use Contact Manager flags instead of Individual Manager flagsChandni Verma1-8/+9
2011-03-08Style fixes from reviewDanielle Madeley1-1/+3
2011-03-08Add confirmation dialog to RemoveDanielle Madeley1-0/+94
2010-11-10Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko1-3/+8
2010-10-15Use Folks to check if a TpConnection can add personas.Travis Reitter1-2/+1
2010-09-28Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo1-1/+0
2010-09-07Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall1-1/+1
2010-07-20We already know that this contact is a FolksIndividual if it isn't NULL, so s...Travis Reitter1-1/+1
2010-07-20Stick with the term 'contact' instead of adding 'individual'.Travis Reitter1-1/+1
2010-07-20Update copyright notice.Travis Reitter1-1/+1
2010-07-20Don't leak references to the contacts returned from empathy_contact_dup_from_...Travis Reitter1-0/+3
2010-07-20Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter1-1/+1
2010-07-20Support contact addingTravis Reitter1-0/+152