aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-linker.c
Commit message (Collapse)AuthorAgeFilesLines
* individual-linker: no more need to implement size_requestGuillaume Desmottes2010-10-041-26/+0
|
* Add empathy_individual_linker_set_search_text()Philip Withnall2010-09-021-4/+16
| | | | Helps: bgo#628133
* Add a has-changed property to EmpathyIndividualLinkerPhilip Withnall2010-08-301-0/+56
| | | | | | 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
* Force all toggle buttons in the linking UI to update on each toggle eventPhilip Withnall2010-08-301-5/+39
| | | | | 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
* Bug 628124 — Disallow activating group rows in the linking dialoguePhilip Withnall2010-08-301-0/+3
|
* Add an EmpathyIndividualView::show-untrusted propertyPhilip Withnall2010-08-271-0/+1
| | | | | | 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
* Bug 627715 — Linking dialog: move personas using DnDPhilip Withnall2010-08-271-2/+84
| | | | | | | 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
* Add feature support for EmpathyPersonaViewPhilip Withnall2010-08-271-1/+2
|
* Fix row toggling on activation in EmpathyIndividualLinkerPhilip Withnall2010-08-271-25/+12
| | | | | | 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").
* Don't let the GtkCellRendererToggle get activated by clicking on a tree rowPhilip Withnall2010-08-261-0/+1
| | | | | | | 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
* use proper model in linking uiFelix Kaser2010-08-241-1/+1
| | | | when searching in the linking-ui-treeview the filtered model has to be used. fixes bug #627500
* linker: add some padding in the 2 part of the paneGuillaume Desmottes2010-08-231-2/+13
|
* linker: add a label explaining how to use the dialogGuillaume Desmottes2010-08-231-2/+18
|
* linker: display titles in boldGuillaume Desmottes2010-08-231-2/+9
|
* Bug 627219 — Link dialog search doesn't workPhilip Withnall2010-08-201-3/+3
| | | | | Allow the store of an EmpathyIndividualView to be changed after construction, and cope with recreating the filter when this happens. Closes: bgo#627219
* Fix the flags given to the widget in EmpathyIndividualLinkerPhilip Withnall2010-08-201-1/+1
|
* Add EmpathyIndividualLinkerPhilip Withnall2010-08-121-0/+609
This is a widget to allow selection of Individuals to link together to form linked Individuals.