aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-invite-participant-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* use tp_channel_get_connection()Guillaume Desmottes2012-09-111-2/+2
| | | | tp_channel_get_connection() has been deprecated.
* invite-participant-dialog: compare TpContact objects rather than handlesGuillaume Desmottes2012-05-031-6/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229
* invite-participant-dialog: stop using tp_channel_group_get_handle_owner()Guillaume Desmottes2012-05-031-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229
* remove useless empathy-contact-list.h includesGuillaume Desmottes2012-04-101-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673821
* implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes2012-04-101-2/+1
| | | | | | | That means EmpathyTpChat doesn't have to implement the EmpathyContactList interface any more. https://bugzilla.gnome.org/show_bug.cgi?id=673821
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662873
* add missing empathy-contact-list.h includeGuillaume Desmottes2011-11-281-0/+1
| | | | | | | | For some reason, gcc starts complaining about this as soon as I remove EmpathyContactListFlags from empathy-contact-list.h ?! If you have an explanation for this please let me know... https://bugzilla.gnome.org/show_bug.cgi?id=663328
* invite-participant-dialog: don't display treeview if no contact listGuillaume Desmottes2011-10-281-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843
* invite-participant-dialog: activate the dialog when the chooser is activatedGuillaume Desmottes2011-10-181-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* factor out empathy_get_tp_contact_for_individualGuillaume Desmottes2011-09-081-29/+3
|
* EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-051-1/+1
| | | | | | It's not used any more and a generic widget shouldn't need it. https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-1/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-0/+96
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Add EmpathyContactChooserGuillaume Desmottes2011-08-051-366/+44
| | | | | | | This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet. https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Adapt to API change in FolksIndividual constructor.Travis Reitter2011-06-071-3/+10
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-17/+22
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* 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 ↵Guillaume Desmottes2011-05-181-13/+178
| | | | the full ID of the contact (#646705)
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -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
| | | | | We can't invite contacts from other accounts so we shouldn't display them (#612718).
* 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
Needs support for inviting in MUCs added