Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 1 | -1/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3. | ||||
* | Update the Information dialogue on contact linking or unlinking | Philip Withnall | 2010-09-03 | 1 | -75/+111 |
| | | | | | | | | Ensure any open Information dialogues are: • closed, if they're showing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're showing the details for a contact which is then linked. | ||||
* | Add a "Linked Contacts" label at the top of the Information dialogue | Philip Withnall | 2010-08-20 | 1 | -3/+35 |
| | |||||
* | Allow EmpathyIndividualInformationDialog to be resized | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Use EmpathyIndividualWidget in EmpathyIndividualInformationDialog | Philip Withnall | 2010-08-20 | 1 | -28/+10 |
| | |||||
* | Show information for all an individual's personas in the information dialogue | Philip Withnall | 2010-08-16 | 1 | -0/+262 |