aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-invite-participant-dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in headersEmanuele Aina2013-04-021-1/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* invite-dialog: display a individual view rather than forcing user to type ↵Guillaume Desmottes2011-05-181-5/+14
| | | | the full ID of the contact (#646705)
* invite-participant-dialog: filter contacts by accountGuillaume Desmottes2010-03-151-1/+2
| | | | | We can't invite contacts from other accounts so we shouldn't display them (#612718).
* Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialogDanielle Madeley2009-12-211-4/+4
|
* Add a rudimentry UI to select a 3rd contact to inviteDanielle Madeley2009-12-211-0/+46
Needs support for inviting in MUCs added