summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-contact-widget.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-06Fixed styleJonathan Tellier1-2/+2
2009-08-06Set selectable status informationalinrus1-0/+4
2009-07-29Wrap text in contact label status (#589846)Nicolò Chieffo1-0/+4
2009-07-15have EmpathyContactWidget set the account on the account chooserDavyd Madeley1-0/+7
2009-07-07Make EmpathyContactWidget use EmpathyKludgeLabelDavyd Madeley1-1/+7
2009-07-01Port libempathy-gtk to EmpathyAccountSjoerd Simons1-3/+3
2009-06-15Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin1-6/+6
2009-05-28Fix ‘lat’, ‘lon’ may be used uninitialized in this functionPierre-Luc Beaudoin1-1/+1
2009-05-27Fix English label for Location's datePierre-Luc Beaudoin1-1/+1
2009-05-27Display relative time to userPierre-Luc Beaudoin1-4/+9
2009-05-27Simplifly the logic on when to display the locationPierre-Luc Beaudoin1-55/+58
2009-05-27Use empathy_time_to_string_localPierre-Luc Beaudoin1-14/+8
2009-05-27Don't list timestamp in the location fields as it is already included in the ...Pierre-Luc Beaudoin1-0/+3
2009-05-27Use tp_strdiff instead of strcmpPierre-Luc Beaudoin1-24/+24
2009-05-27Have better user labels for location valuesPierre-Luc Beaudoin1-4/+65
2009-05-27Display user textual location even if it doesn't include a lat,lonPierre-Luc Beaudoin1-12/+12
2009-05-27Fix coding style issues found by make checkPierre-Luc Beaudoin1-1/+1
2009-05-27Make map visible!Pierre-Luc Beaudoin1-0/+1
2009-05-27Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin1-0/+2
2009-05-27Update to use libchamplain 0.3's APIPierre-Luc Beaudoin1-3/+4
2009-05-27List geolocation information in TooltipPierre-Luc Beaudoin1-11/+76
2009-05-27Expect the timestamp to be a int64Pierre-Luc Beaudoin1-17/+18
2009-05-27Don't init vars with a functionPierre-Luc Beaudoin1-1/+2
2009-05-27Add marker on mapPierre-Luc Beaudoin1-0/+10
2009-05-27Display timestamp and locationPierre-Luc Beaudoin1-29/+76
2009-05-27Add a map in the Contact Information dialogPierre-Luc Beaudoin1-0/+48
2009-05-18empathy-contact-widget: fix coding styleGuillaume Desmottes1-5/+5
2009-04-23empathy-contact-widget: call contact_widget_change_contact after widget's set...Guillaume Desmottes1-2/+5
2009-04-23Add documentation for EmpathyContactWidget.Jonny Lamb1-0/+52
2009-04-22Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens1-1/+0
2009-04-22Use tp_connection_get_self_handle where neededXavier Claessens1-29/+7
2009-04-22Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens1-4/+11
2009-04-22Remove useless conditionXavier Claessens1-12/+9
2009-04-22Remove dead codeXavier Claessens1-2/+0
2009-04-22 - Split info/edit/personal dialogs into different functions.Xavier Claessens1-15/+9
2009-04-22Port EmpathyContactWidget to new API.Xavier Claessens1-42/+62
2009-04-21Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen1-6/+0
2009-04-16Refactor the floating ref hack into a new functionXavier Claessens1-5/+2
2009-04-16Port EmpathyContactWidget to new APIXavier Claessens1-11/+7
2009-03-29Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens1-4/+21
2009-01-23Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb1-3/+3
2009-01-09Port EmpathyContactManager to the new singleton policy.Xavier Claessens1-1/+1
2009-01-09Port EmpathyContactFactory to the new singleton policy.Xavier Claessens1-1/+1
2008-12-12Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens1-1/+1
2008-11-11Update avatar chooser's account from its own callback.Xavier Claessens1-22/+19
2008-11-11ContactWidget: set up account widget before avatar widgetXavier Claessens1-23/+24
2008-11-11AvatarChooser needs no ContactFactory property; it's a singleton.Xavier Claessens1-2/+1
2008-11-11Coding style: only one blank line between functions.Xavier Claessens1-2/+0
2008-11-11Update AvatarChooser::account when changed in ContactWidgetXavier Claessens1-0/+24
2008-11-11AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens1-1/+2