aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-user-info.c
Commit message (Collapse)AuthorAgeFilesLines
* EmpathyUserInfo: Update identifier/alias when they change on the accountXavier Claessens2013-08-091-3/+26
| | | | | | | | | When the account goes online the account's nickname quickly changes from the identifier to the actual nickname from the self VCard. Identifier can change as well when editing account settings. https://bugzilla.gnome.org/show_bug.cgi?id=705668
* Merge branch 'gnome-3-8'Xavier Claessens2013-05-071-0/+11
|\
| * Fix crash when displaying google account vcardXavier Claessens2013-05-071-0/+11
| |
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| | | | | | | | | | | | | | | | 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-3/+3
|/ | | | | | | 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
* use tp_connection_dup_contact_info_supported_fields()Guillaume Desmottes2012-09-111-2/+2
| | | | tp_connection_get_contact_info_supported_fields() has been deprecated
* use tp_contact_dup_contact_info()Guillaume Desmottes2012-09-111-2/+2
| | | | tp_contact_get_contact_info() has been deprecated.
* EmpathyUserInfo: New widget to edit personal informationXavier Claessens2012-07-301-0/+742
This is a much simplified version of EmpathyContactWidget https://bugzilla.gnome.org/show_bug.cgi?id=680449