Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove markups around 'Location' | Guillaume Desmottes | 2010-08-27 | 1 | -1/+5 |
| | |||||
* | Fix selectable labels in EmpathyIndividualWidget | Philip Withnall | 2010-08-26 | 1 | -8/+11 |
| | | | | | Ensure that labels in EmpathyIndividualWidget are only selectable if the widget isn't in tooltip mode. Closes: bgo#627917 | ||||
* | Don't leak a reference when updating an IndividualWidget. | Travis Reitter | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | individual-widget: adapt number of rows to the features needed | Guillaume Desmottes | 2010-08-23 | 1 | -3/+7 |
| | |||||
* | Display the number of personas only in tooltips | Guillaume Desmottes | 2010-08-23 | 1 | -19/+25 |
| | |||||
* | Fix some visual breakage of EmpathyIndividualWidget in tooltips | Philip Withnall | 2010-08-20 | 1 | -6/+11 |
| | | | | It was expanding too much and leaking out of the tooltip balloon. | ||||
* | Bug 627360 — "Information" of a meta contact is too big for the screen | Philip Withnall | 2010-08-20 | 1 | -0/+39 |
| | | | | | Add a GtkScrolledWindow to EmpathyIndividualWidget in the case that it's showing personas. Closes: bgo#627360 | ||||
* | Expand EmpathyIndividualWidget | Philip Withnall | 2010-08-20 | 1 | -49/+1787 |
| | | | | | It's now a fully-fledged widget of its own, rather than a thin wrapper around EmpathyContactWidget. Closes: bgo#626728 | ||||
* | Add EmpathyIndividualWidget | Philip Withnall | 2010-08-12 | 1 | -0/+257 |
This displays details for a single Individual, in much the same way that EmpathyContactWidget displays the details of a single Persona. |