aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-dialogs.c
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the wording to indicate it's all about accountsSjoerd Simons2011-03-241-3/+8
|
* Reword blocking dialog some moreDanielle Madeley2011-03-181-43/+48
|
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-181-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* depends on folks 0.4.0Guillaume Desmottes2011-03-161-2/+2
| | | | This is based on Travis's commits from master.
* Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| | | | Include the list of personas which will not be blocked.
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-181-1/+1
| | | | | | | | | | Generalise the mechanism used to determine whether a persona is to be displayed by Empathy to also take into account whether the persona is the user and, if so, whether they're in the contact list. This bumps the libfolks dependency to 0.3.5. Closes: bgo#637151
* Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-02-141-1/+2
|
* Style fixes from reviewDanielle Madeley2011-02-111-1/+3
|
* Add confirmation dialog to RemoveDanielle Madeley2011-02-111-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 Minko2011-01-281-3/+8
| | | | accounts properly (#633481).
* 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