Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename text/{persona,individual}-id as they are not standard | Guillaume Desmottes | 2011-09-13 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648315 | ||||
* | EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBin | Guillaume Desmottes | 2011-06-21 | 1 | -32/+2 |
| | |||||
* | Adapt to API break in folks_individual_get_personas. | Travis Reitter | 2011-06-07 | 1 | -27/+43 |
| | | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1 | ||||
* | Fix warnings from GCC 4.6 about variables that are set but not used. | Kjartan Maraas | 2011-03-17 | 1 | -4/+0 |
| | |||||
* | individual-linker: no more need to implement size_request | Guillaume Desmottes | 2010-10-04 | 1 | -26/+0 |
| | |||||
* | Add empathy_individual_linker_set_search_text() | Philip Withnall | 2010-09-02 | 1 | -4/+16 |
| | | | | Helps: bgo#628133 | ||||
* | Add a has-changed property to EmpathyIndividualLinker | Philip Withnall | 2010-08-30 | 1 | -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 event | Philip Withnall | 2010-08-30 | 1 | -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 dialogue | Philip Withnall | 2010-08-30 | 1 | -0/+3 |
| | |||||
* | Add an EmpathyIndividualView::show-untrusted property | Philip Withnall | 2010-08-27 | 1 | -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 DnD | Philip Withnall | 2010-08-27 | 1 | -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 EmpathyPersonaView | Philip Withnall | 2010-08-27 | 1 | -1/+2 |
| | |||||
* | Fix row toggling on activation in EmpathyIndividualLinker | Philip Withnall | 2010-08-27 | 1 | -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 row | Philip Withnall | 2010-08-26 | 1 | -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 ui | Felix Kaser | 2010-08-24 | 1 | -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 pane | Guillaume Desmottes | 2010-08-23 | 1 | -2/+13 |
| | |||||
* | linker: add a label explaining how to use the dialog | Guillaume Desmottes | 2010-08-23 | 1 | -2/+18 |
| | |||||
* | linker: display titles in bold | Guillaume Desmottes | 2010-08-23 | 1 | -2/+9 |
| | |||||
* | Bug 627219 — Link dialog search doesn't work | Philip Withnall | 2010-08-20 | 1 | -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 EmpathyIndividualLinker | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Add EmpathyIndividualLinker | Philip Withnall | 2010-08-12 | 1 | -0/+609 |
This is a widget to allow selection of Individuals to link together to form linked Individuals. |