aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-invite-participant-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-3/+0
* use tp_channel_get_connection()Guillaume Desmottes2012-09-111-2/+2
* invite-participant-dialog: compare TpContact objects rather than handlesGuillaume Desmottes2012-05-031-6/+4
* invite-participant-dialog: stop using tp_channel_group_get_handle_owner()Guillaume Desmottes2012-05-031-2/+5
* remove useless empathy-contact-list.h includesGuillaume Desmottes2012-04-101-1/+0
* implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes2012-04-101-2/+1
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
* get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULLGuillaume Desmottes2011-12-121-0/+2
* add missing empathy-contact-list.h includeGuillaume Desmottes2011-11-281-0/+1
* invite-participant-dialog: don't display treeview if no contact listGuillaume Desmottes2011-10-281-2/+22
* invite-participant-dialog: activate the dialog when the chooser is activatedGuillaume Desmottes2011-10-181-0/+9
* factor out empathy_get_tp_contact_for_individualGuillaume Desmottes2011-09-081-29/+3
* EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-051-1/+1
* Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-1/+11
* Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-0/+96
* Add EmpathyContactChooserGuillaume Desmottes2011-08-051-366/+44
* Adapt to API change in FolksIndividual constructor.Travis Reitter2011-06-071-3/+10
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-17/+22
* invite-participant-dialog: add temporary individuals when searchingGuillaume Desmottes2011-06-011-0/+141
* allow user to search for contacts using their full identifierGuillaume Desmottes2011-06-011-4/+11
* invite-participant-dialog: add an entry searching the contact listGuillaume Desmottes2011-05-311-1/+39
* view_selection_changed_cb: don't unref NULL individualGuillaume Desmottes2011-05-311-1/+1
* remove empathy_tp_chat_get_connection and priv->connectionGuillaume Desmottes2011-05-251-1/+1
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-3/+2
* use g_list_free_full()Guillaume Desmottes2011-05-181-2/+1
* filter_func: don't leak individualGuillaume Desmottes2011-05-181-3/+6
* coding style fixesGuillaume Desmottes2011-05-181-9/+8
* invite-participant-dialog: set a default height so a few contacts are displayedGuillaume Desmottes2011-05-181-0/+3
* invite-participant-dialog: add a scrolled windowGuillaume Desmottes2011-05-181-2/+7
* add some paddingGuillaume Desmottes2011-05-181-2/+2
* invite-participant-dialog: filter out contacts already in the chatGuillaume Desmottes2011-05-181-1/+32
* invite-participant-dialog: display only contacts on the right ConnectionGuillaume Desmottes2011-05-181-23/+68
* invite-dialog: display a individual view rather than forcing user to type the...Guillaume Desmottes2011-05-181-13/+178
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+4
* invite-participant-dialog: translate the 'invite' button (#619678)Guillaume Desmottes2010-05-261-1/+1
* invite-participant-dialog: filter contacts by accountGuillaume Desmottes2010-03-151-2/+5
* Remove unneeded private structDanielle Madeley2009-12-221-12/+0
* Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialogDanielle Madeley2009-12-211-52/+18
* Add a rudimentry UI to select a 3rd contact to inviteDanielle Madeley2009-12-211-0/+111