aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-dialogs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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