summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-contact-blocking-dialog.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+1
2013-08-20builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione1-2/+3
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-4/+3
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-2/+2
2013-04-01Avoid include path overspecificationsEmanuele Aina1-2/+2
2013-04-01Use double quotes for all internal headersEmanuele Aina1-4/+4
2012-09-11use tp_account_manager_dup_valid_accounts()Guillaume Desmottes1-2/+2
2012-05-11contact-blocking-dialog: use tp_connection_dup_contact_by_id_async()Guillaume Desmottes1-29/+30
2012-05-07Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes1-1/+1
2012-03-12remove empathy-tp-contact-listGuillaume Desmottes1-2/+0
2011-12-02contact-blocking-dialog: stop using EmpathyContactManagerGuillaume Desmottes1-19/+9
2011-11-14coding style fixesGuillaume Desmottes1-1/+1
2011-11-08Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API""Guillaume Desmottes1-317/+156
2011-11-02Revert "contact-blocking-dialog: use tp-glib high level blocking API"Guillaume Desmottes1-156/+317
2011-11-02contact-blocking-dialog: use tp-glib high level blocking APIGuillaume Desmottes1-317/+156
2011-11-02contact-blocking-dialog: split COL_* enumsGuillaume Desmottes1-15/+21
2011-10-12contact-blocking-dialog: make debug more usefulGuillaume Desmottes1-12/+21
2011-08-08Blocking dialog: Gnome 3-ify Remove buttonWill Thompson1-1/+11
2011-06-30Autocomplete contacts when blocking by aliasEmilio Pozuelo Monfort1-2/+81
2011-05-05Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen1-1/+2
2011-04-04Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes1-4/+0
2011-04-04-Fix use of include <config.h> to make sure translations workKjartan Maraas1-0/+4
2011-03-11Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley1-4/+6
2011-03-08contact-blocking-dialog: report errors to the userDanielle Madeley1-3/+52
2011-03-08Handle the case where there are no accounts with deny channelsDanielle Madeley1-26/+62
2011-03-08Don't need to prepare accounts separatelyDanielle Madeley1-30/+11
2011-03-08Provide autocompletion of known contacts in the entry boxDanielle Madeley1-5/+47
2011-03-08Add and remove contacts from deny listDanielle Madeley1-2/+169
2011-03-08Beginning of contact blocking dialogDanielle Madeley1-0/+514