| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Helps: bgo#628133
|
|
|
|
|
|
| |
This exposes information about whether the new Individual has changed
from the start Individual, to allow for widget sensitivities to be
changed appropriately. Helps: bgo#628320
|
|
|
|
|
| |
This ensures that the toggle buttons for different instances of the same
Individual in the list always display in the correct state. Closes: bgo#628123
|
| |
|
|
|
|
|
|
| |
This allows the view to filter out untrusted Individuals (such as link-local
XMPP contacts). This is used in the linking dialogue to disallow selection
of link-local XMPP contacts for linking. Closes: bgo#627930
|
|
|
|
|
|
|
| |
Add support for dragging Individuals from the EmpathyIndividualView to the
EmpathyPersonaView in the linking dialogue, and for dragging Personas in the
reverse direction, linking and unlinking the appropriate Individuals,
respectively. Closes: bgo#627715
|
| |
|
|
|
|
|
|
| |
Previously, row toggling was only working when activating rows at the end of a
live search. This makes it work for all row activation events (i.e. selecting
a row and pressing "enter").
|
|
|
|
|
|
|
| |
GtkTreeView activates a row when it's clicked or double-clicked, which ends
up toggling the GtkCellRendererToggle in the linking dialogue even if it's
insensitive, allowing the start Individual to be removed from the link, and
causing chaos. See bgo#567481. Closes: bgo#628011
|
|
|
|
| |
when searching in the linking-ui-treeview the filtered model has to be used. fixes bug #627500
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Allow the store of an EmpathyIndividualView to be changed after construction,
and cope with recreating the filter when this happens. Closes: bgo#627219
|
| |
|
|
This is a widget to allow selection of Individuals to link together to form
linked Individuals.
|