aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-dialogs.c
Commit message (Expand)AuthorAgeFilesLines
* remove empathy-contact-dialogsGuillaume Desmottes2012-07-111-234/+0
* inline block_contact_dialog_show() into subscription-dialog.cGuillaume Desmottes2012-07-061-73/+0
* remove empathy_subscription_dialog_show()Guillaume Desmottes2012-07-061-135/+0
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* remove empathy_contact_personal_dialog_show()Guillaume Desmottes2012-01-201-53/+0
* remove unused empathy_contact_edit_dialog_show()Guillaume Desmottes2011-12-141-60/+0
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-1/+1
* contact-dialog: stop using EmpathyContactManagerGuillaume Desmottes2011-11-081-25/+6
* contact-dialogs: use tp-glib blocking APIGuillaume Desmottes2011-11-081-19/+14
* Also show an avatar when blocking from a conversationEmilio Pozuelo Monfort2011-03-221-2/+9
* Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
* Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-03-111-2/+1
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-111-2/+4
* Add block confirmation to the authorise publication dialogDanielle Madeley2011-03-081-5/+17
* Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-03-081-3/+30
* Factor out common blocking confirmation dialogDanielle Madeley2011-03-081-0/+43
* Add Block button to the subscription authorization dialogDanielle Madeley2011-03-081-1/+20
* empathy_subscription_dialog_show: show contact detailsGuillaume Desmottes2010-12-071-1/+2
* Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko2010-11-111-6/+10
* empathy_subscription_dialog_show: display user's message if any (#630707)Guillaume Desmottes2010-11-091-1/+24
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-4/+0
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-4/+4
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-1/+1
* Display contact vCard in information dialog, add basic vCard editor for self ...Xavier Claessens2010-06-151-2/+3
* Move empathy_tp_contact_factory_set_alias() to EmpathyContactXavier Claessens2010-05-261-1/+1
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-8/+2
* add 'favorite' checkbox to the edit dialogGuillaume Desmottes2010-03-151-1/+2
* Don't call SetAlias for subscription requests until the request has been acke...Danielle Madeley2010-02-081-0/+11
* Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-131-0/+1
* Use accessor functions instead direct access.Javier Jardón2009-11-171-3/+3
* contact-dialogs: port to new tp-glib account APIJonny Lamb2009-10-241-3/+4
* Use the contacts alias in the information dialogSjoerd Simons2009-10-201-1/+2
* Fix the contact information dialog's window.Xavier Claessens2009-10-051-1/+1
* Remove double check for connection == NULLSjoerd Simons2009-08-171-4/+0
* Merge branch 'master' into mc5Cosimo Cecchi2009-08-011-1/+2
|\
| * Wrap too long line.Xavier Claessens2009-07-291-1/+2
* | Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-6/+15
|\ \
| * | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-6/+15
| |\|
| | * Hook up the callback to throw up the standard Add Contact dialogDavyd Madeley2009-07-151-1/+8
| | * Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flag...Davyd Madeley2009-07-151-1/+1
| | * Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-4/+4
| | * can_add_contact_to_account: early return if connection is NULL (#587817)Guillaume Desmottes2009-07-071-0/+2
* | | Don't try to lookup NULL connectionsCosimo Cecchi2009-07-311-0/+4
|/ /
* / Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
|/
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-10/+2
* empathy-contact-dialogs: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* Undo changes to EmpathyContactDialogsPierre-Luc Beaudoin2009-05-281-1/+1
* Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin2009-05-281-2/+0
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-281-1/+4
* Remove hard-coded strings from (un)subscriptionsWill Thompson2009-05-211-2/+1
* Don't forget to show the contact widget in some placesXavier Claessens2009-04-221-3/+6
* - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-221-41/+125
* Port EmpathyContactDialogs to new API.Xavier Claessens2009-04-221-4/+16
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-161-0/+4
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
* set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)Guillaume Desmottes2009-02-141-0/+1
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-3/+3
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Fix coding styleXavier Claessens2008-12-121-6/+6
* can_add_contact_to_account: use empathy_contact_manager_can_add (Guillaume De...Xavier Claessens2008-12-121-23/+6
* 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-1/+1
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Conflicts:Xavier Claessens2007-12-031-5/+5
* Change edit personal information window title to "Personal Information".Xavier Claessens2007-10-281-2/+10
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-10/+9
* Don't allow to change account if we are editing information ofXavier Claessens2007-10-211-6/+6
* To know if an account is connected, useXavier Claessens2007-10-211-0/+42
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-8/+22
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-6/+6
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-261-11/+15
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+2
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-11/+11
* We show in our roster all contacts members and remote-pending of subscribeXavier Claessens2007-06-211-6/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-30/+116
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-091-30/+9
* Fix response and action buttons.Xavier Claessens2007-06-071-1/+4
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-071-0/+209