aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-information-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-9/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* use empathy_launch_external_app() to launch gnome-contactsGuillaume Desmottes2012-08-151-44/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680778
* factor out empathy_display_individual_info()Guillaume Desmottes2012-07-111-0/+138
| | | | | | It didn't want to put more misc stuffs to ui-utils so used this file. https://bugzilla.gnome.org/show_bug.cgi?id=679111
* Revert "remove empathy-individual-information-dialog"Guillaume Desmottes2012-03-131-0/+318
| | | | | | This reverts commit 8c56829f3fa97640abf47ced7d39aa618fffe07f. https://bugzilla.gnome.org/show_bug.cgi?id=671884
* remove empathy-individual-information-dialogGuillaume Desmottes2012-02-071-318/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669559
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-3/+10
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-151-1/+1
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-181-1/+1
| | | | | | | | | | Generalise the mechanism used to determine whether a persona is to be displayed by Empathy to also take into account whether the persona is the user and, if so, whether they're in the contact list. This bumps the libfolks dependency to 0.3.5. Closes: bgo#637151
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-1/+1
| | | | | | | They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-1/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-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 unlinkingPhilip Withnall2010-09-031-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 dialoguePhilip Withnall2010-08-201-3/+35
|
* Allow EmpathyIndividualInformationDialog to be resizedPhilip Withnall2010-08-201-1/+1
|
* Use EmpathyIndividualWidget in EmpathyIndividualInformationDialogPhilip Withnall2010-08-201-28/+10
|
* Show information for all an individual's personas in the information dialoguePhilip Withnall2010-08-161-0/+262