Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to API change in FolksIndividual constructor. | Travis Reitter | 2011-06-07 | 1 | -3/+10 |
| | | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1 | ||||
* | Adapt to API break in folks_individual_get_personas. | Travis Reitter | 2011-06-07 | 1 | -17/+22 |
| | | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1 | ||||
* | invite-participant-dialog: add temporary individuals when searching | Guillaume Desmottes | 2011-06-01 | 1 | -0/+141 |
| | |||||
* | allow user to search for contacts using their full identifier | Guillaume Desmottes | 2011-06-01 | 1 | -4/+11 |
| | |||||
* | invite-participant-dialog: add an entry searching the contact list | Guillaume Desmottes | 2011-05-31 | 1 | -1/+39 |
| | |||||
* | view_selection_changed_cb: don't unref NULL individual | Guillaume Desmottes | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | remove empathy_tp_chat_get_connection and priv->connection | Guillaume Desmottes | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 1 | -3/+2 |
| | |||||
* | use g_list_free_full() | Guillaume Desmottes | 2011-05-18 | 1 | -2/+1 |
| | |||||
* | filter_func: don't leak individual | Guillaume Desmottes | 2011-05-18 | 1 | -3/+6 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2011-05-18 | 1 | -9/+8 |
| | |||||
* | invite-participant-dialog: set a default height so a few contacts are displayed | Guillaume Desmottes | 2011-05-18 | 1 | -0/+3 |
| | |||||
* | invite-participant-dialog: add a scrolled window | Guillaume Desmottes | 2011-05-18 | 1 | -2/+7 |
| | |||||
* | add some padding | Guillaume Desmottes | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | invite-participant-dialog: filter out contacts already in the chat | Guillaume Desmottes | 2011-05-18 | 1 | -1/+32 |
| | |||||
* | invite-participant-dialog: display only contacts on the right Connection | Guillaume Desmottes | 2011-05-18 | 1 | -23/+68 |
| | |||||
* | invite-dialog: display a individual view rather than forcing user to type ↵ | Guillaume Desmottes | 2011-05-18 | 1 | -13/+178 |
| | | | | the full ID of the contact (#646705) | ||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -4/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+4 |
| | |||||
* | invite-participant-dialog: translate the 'invite' button (#619678) | Guillaume Desmottes | 2010-05-26 | 1 | -1/+1 |
| | |||||
* | invite-participant-dialog: filter contacts by account | Guillaume Desmottes | 2010-03-15 | 1 | -2/+5 |
| | | | | | We can't invite contacts from other accounts so we shouldn't display them (#612718). | ||||
* | Remove unneeded private struct | Danielle Madeley | 2009-12-22 | 1 | -12/+0 |
| | |||||
* | Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialog | Danielle Madeley | 2009-12-21 | 1 | -52/+18 |
| | |||||
* | Add a rudimentry UI to select a 3rd contact to invite | Danielle Madeley | 2009-12-21 | 1 | -0/+111 |
Needs support for inviting in MUCs added |