aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-dialogs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
|
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-9/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* EmpathyContactWidget: remove all remaining flagsXavier Claessens2012-07-301-5/+1
| | | | | | It can now be used only in one scenario: add a new contact dialog https://bugzilla.gnome.org/show_bug.cgi?id=680449
* remove useless includes of empathy-contact-manager.hGuillaume Desmottes2011-12-141-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* individual dialog: use tp-glib blocking APIGuillaume Desmottes2011-11-081-8/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661805
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-221-0/+3
| | | | | | | Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a valid TpContact Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-5/+10
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-181-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-151-2/+2
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| | | | Include the list of personas which will not be blocked.
* Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-03-111-1/+2
|
* Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-091-8/+9
|
* Style fixes from reviewDanielle Madeley2011-03-081-1/+3
|
* Add confirmation dialog to RemoveDanielle Madeley2011-03-081-0/+94
| | | | | Also includes the future Report Abusive check box, so that all the strings are in place now.
* Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko2010-11-111-3/+8
| | | | accounts properly (#633481).
* Use Folks to check if a TpConnection can add personas.Travis Reitter2010-10-161-2/+1
| | | | Helps bgo#625969.
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-1/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-1/+1
| | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3.
* We already know that this contact is a FolksIndividual if it isn't NULL, so ↵Travis Reitter2010-07-211-1/+1
| | | | simplify the conditional.
* Stick with the term 'contact' instead of adding 'individual'.Travis Reitter2010-07-211-1/+1
|
* Update copyright notice.Travis Reitter2010-07-211-1/+1
|
* Don't leak references to the contacts returned from ↵Travis Reitter2010-07-211-0/+3
| | | | empathy_contact_dup_from_folks_individual().
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-211-1/+1
| | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
* Support contact addingTravis Reitter2010-07-211-0/+152