aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-linking-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-151-1/+1
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* 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
* Bug 631096 — Should not mention "meta contacts" in UIPhilip Withnall2010-12-131-5/+5
| | | | | Change all occurrences of “meta-contacts” in translatable strings to use the phrase “linked contacts” instead. Closes: bgo#631096
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-1/+1
| | | | | | | They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754
* 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/+2
| | | | | | | 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.
* Add a tooltip to the “Unlink” buttonPhilip Withnall2010-09-061-0/+2
| | | | Closes: bgo#628376
* Add a confirmation dialogue to the unlink processPhilip Withnall2010-09-061-3/+24
| | | | | | This makes it harder to accidentally remove a linked Individual now that the “Unlink” button is easier to find, and also makes it more obvious that Empathy hasn't just crashed when unlinking. Helps: bgo#628377
* Move the “Unlink” button from the Edit dialogue to the linking dialoguePhilip Withnall2010-09-061-0/+40
| | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376
* Fix code formatting in EmpathyLinkingDialogPhilip Withnall2010-09-061-8/+9
|
* Add empathy_linking_dialog_get_individual_linker()Philip Withnall2010-09-021-0/+8
| | | | Helps: bgo#628133
* Change the sensitivity of the Link button if changes have been madePhilip Withnall2010-08-301-3/+20
| | | | Closes: bgo#628320
* Bug 628062 — Add translator commentsPhilip Withnall2010-08-271-0/+6
|
* Add EmpathyLinkingDialogPhilip Withnall2010-08-121-0/+175
A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals, accessible by a "Link" entry in the contacts' context menu.