aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ‘lat’, ‘lon’ may be used uninitialized in this functionPierre-Luc Beaudoin2009-05-291-1/+1
* Fix English label for Location's datePierre-Luc Beaudoin2009-05-281-1/+1
* Display relative time to userPierre-Luc Beaudoin2009-05-281-4/+9
* Simplifly the logic on when to display the locationPierre-Luc Beaudoin2009-05-281-55/+58
* Use empathy_time_to_string_localPierre-Luc Beaudoin2009-05-281-14/+8
* Don't list timestamp in the location fields as it is already included in the ...Pierre-Luc Beaudoin2009-05-281-0/+3
* Use tp_strdiff instead of strcmpPierre-Luc Beaudoin2009-05-281-24/+24
* Have better user labels for location valuesPierre-Luc Beaudoin2009-05-281-4/+65
* Display user textual location even if it doesn't include a lat,lonPierre-Luc Beaudoin2009-05-281-12/+12
* Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-281-1/+1
* Make map visible!Pierre-Luc Beaudoin2009-05-281-0/+1
* Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin2009-05-281-0/+2
* Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-281-3/+4
* List geolocation information in TooltipPierre-Luc Beaudoin2009-05-281-11/+76
* Expect the timestamp to be a int64Pierre-Luc Beaudoin2009-05-281-17/+18
* Don't init vars with a functionPierre-Luc Beaudoin2009-05-281-1/+2
* Add marker on mapPierre-Luc Beaudoin2009-05-281-0/+10
* Display timestamp and locationPierre-Luc Beaudoin2009-05-281-29/+76
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-281-0/+48
* empathy-contact-widget: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* empathy-contact-widget: call contact_widget_change_contact after widget's set...Guillaume Desmottes2009-04-231-2/+5
* Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-231-0/+52
* Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens2009-04-221-1/+0
* Use tp_connection_get_self_handle where neededXavier Claessens2009-04-221-29/+7
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-4/+11
* Remove useless conditionXavier Claessens2009-04-221-12/+9
* Remove dead codeXavier Claessens2009-04-221-2/+0
* - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-221-15/+9
* Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
* Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-161-5/+2
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-161-11/+7
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Update avatar chooser's account from its own callback.Xavier Claessens2008-11-111-22/+19
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
* AvatarChooser needs no ContactFactory property; it's a singleton.Xavier Claessens2008-11-111-2/+1
* Coding style: only one blank line between functions.Xavier Claessens2008-11-111-2/+0
* Update AvatarChooser::account when changed in ContactWidgetXavier Claessens2008-11-111-0/+24
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens2008-11-111-1/+2
* Fix condition to set labels selectable.Xavier Claessens2008-09-191-3/+3
* EmpathyContactWidget: correct typo, "hbow" -> "hbox"Xavier Claessens2008-08-251-2/+2
* don't let label text be selected in contact tooltip (closes: #546568)Frederic Peters2008-08-201-3/+12
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
* Fix some coding styleXavier Claessens2008-07-091-59/+33
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-091-364/+376
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...Xavier Claessens2008-07-091-4/+2
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-091-428/+458
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
* Made the Close button the default widget in the contact edit dialog. (Jonny L...Jonny Lamb2008-07-081-0/+2
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+5
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-3/+5
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-0/+3
* Add a public method to change the contact showed.Xavier Claessens2008-01-241-0/+23
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-041-11/+17
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-10/+9
* To know if an account is connected, useXavier Claessens2007-10-211-36/+21
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-5/+5
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-35/+42
* Makes avatar looks better in information and edit dialogs.Xavier Claessens2007-10-091-6/+6
* Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of themXavier Claessens2007-10-091-18/+46
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-48/+66
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-3/+2
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-261-28/+94
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+3
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-27/+27
* New window for viewing logs.Xavier Claessens2007-06-141-4/+1
* Fix a warning.Xavier Claessens2007-06-091-2/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-85/+289
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-091-117/+29
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-071-0/+4
* EmpatchContactWidget has 2 modes: editable or not.Xavier Claessens2007-06-071-14/+53
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-071-0/+14
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-061-0/+637