| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|/
|
|
| |
Helps bgo#625969.
|
|
|
|
|
| |
This allows the context menu on the VoIP icon to be disabled, so that it
can't be used from the linking dialogue. Closes: bgo#628433
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This is necessary to avoid Personas being droppable on the main contact list,
which makes no sense (for the time being). Helps: bgo#627715
|
|
|
|
|
| |
This allows notification of drops of personas on the individual view.
Helps: bgo#627715
|
|
|
|
|
|
| |
Subclasses or users of the widget can then override this and stop the signal
emission to do new and interesting things with dropped Individuals, rather
than just changing their groups.
|
| |
|
|
|
|
|
|
|
|
| |
This separates drag and drop support from changing groups, so that
EmpathyIndividualView instances (such as the one in the linking dialogue)
may support dragging and dropping Individuals to and from another tree view,
but not support dragging them between groups inside the EmpathyIndividualView
instance. Helps: bgo#627715
|
|
|
|
|
|
| |
This allows drag and drop to be enabled for the linking dialogue without
allowing files to be dropped onto the dialogue, which wouldn't make sense.
Helps: bgo#627715
|
|
|
|
|
| |
Allow the store of an EmpathyIndividualView to be changed after construction,
and cope with recreating the filter when this happens. Closes: bgo#627219
|
|
|
|
|
| |
either show "no match found" or "your contact list is empty".
fixes bug #621642
|
|
|
|
|
|
| |
the show offline property was moved from the individual store to the
individual view. this allows to easily and automatically search through
offline contacts as well.
|
|
with mainline Empathy.
|