Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display an avatar on the block contact dialog | Emilio Pozuelo Monfort | 2011-03-18 | 1 | -0/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069 | ||||
* | Adjust for Folks Aliasable -> AliasDetails rename | Travis Reitter | 2011-03-15 | 1 | -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 dialog | Danielle Madeley | 2011-03-11 | 1 | -15/+56 |
| | | | | Include the list of personas which will not be blocked. | ||||
* | Only destroy block confirmation dialogs after we've read out the abusive state | Danielle Madeley | 2011-03-11 | 1 | -1/+2 |
| | |||||
* | Use Contact Manager flags instead of Individual Manager flags | Chandni Verma | 2011-03-09 | 1 | -8/+9 |
| | |||||
* | Style fixes from review | Danielle Madeley | 2011-03-08 | 1 | -1/+3 |
| | |||||
* | Add confirmation dialog to Remove | Danielle Madeley | 2011-03-08 | 1 | -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 Minko | 2010-11-11 | 1 | -3/+8 |
| | | | | accounts properly (#633481). | ||||
* | Use Folks to check if a TpConnection can add personas. | Travis Reitter | 2010-10-16 | 1 | -2/+1 |
| | | | | Helps bgo#625969. | ||||
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 1 | -1/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 1 | -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 Reitter | 2010-07-21 | 1 | -1/+1 |
| | | | | simplify the conditional. | ||||
* | Stick with the term 'contact' instead of adding 'individual'. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Update copyright notice. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Don't leak references to the contacts returned from ↵ | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
| | | | | empathy_contact_dup_from_folks_individual(). | ||||
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵ | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced. | ||||
* | Support contact adding | Travis Reitter | 2010-07-21 | 1 | -0/+152 |