aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-blocking-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-101-0/+1
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+3
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Avoid include path overspecificationsEmanuele Aina2013-04-011-2/+2
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* contact-blocking-dialog: use tp_connection_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-29/+30
* Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-071-1/+1
* remove empathy-tp-contact-listGuillaume Desmottes2012-03-121-2/+0
* contact-blocking-dialog: stop using EmpathyContactManagerGuillaume Desmottes2011-12-021-19/+9
* coding style fixesGuillaume Desmottes2011-11-141-1/+1
* Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API""Guillaume Desmottes2011-11-081-317/+156
* Revert "contact-blocking-dialog: use tp-glib high level blocking API"Guillaume Desmottes2011-11-021-156/+317
* contact-blocking-dialog: use tp-glib high level blocking APIGuillaume Desmottes2011-11-021-317/+156
* contact-blocking-dialog: split COL_* enumsGuillaume Desmottes2011-11-021-15/+21
* contact-blocking-dialog: make debug more usefulGuillaume Desmottes2011-10-131-12/+21
* Blocking dialog: Gnome 3-ify Remove buttonWill Thompson2011-08-091-1/+11
* Autocomplete contacts when blocking by aliasEmilio Pozuelo Monfort2011-06-301-2/+81
* Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen2011-05-051-1/+2
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+4
* Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley2011-03-111-4/+6
* contact-blocking-dialog: report errors to the userDanielle Madeley2011-03-081-3/+52
* Handle the case where there are no accounts with deny channelsDanielle Madeley2011-03-081-26/+62
* Don't need to prepare accounts separatelyDanielle Madeley2011-03-081-30/+11
* Provide autocompletion of known contacts in the entry boxDanielle Madeley2011-03-081-5/+47
* Add and remove contacts from deny listDanielle Madeley2011-03-081-2/+169
* Beginning of contact blocking dialogDanielle Madeley2011-03-081-0/+514