Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use tp_account_manager_dup_valid_accounts() | Guillaume Desmottes | 2012-09-11 | 1 | -2/+2 |
| | | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning. | ||||
* | libraries and plugins must be using gi18n-lib.h | Xavier Claessens | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | contact-chooser: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -25/+37 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675808 | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -0/+2 |
| | |||||
* | contact-chooser: keep a ref on the TpContact we requested | Guillaume Desmottes | 2012-01-06 | 1 | -2/+20 |
| | | | | | | Kinda hacky but that's the best we can do without major changes in Folks. https://bugzilla.gnome.org/show_bug.cgi?id=666531 | ||||
* | Deal with empathy_create_individual_from_tp_contact() returning NULL | Guillaume Desmottes | 2011-12-14 | 1 | -0/+2 |
| | | | | | | Shouldn't really happen in practice but better to be safe than sorry. https://bugzilla.gnome.org/show_bug.cgi?id=665853 | ||||
* | factor out empathy_create_individual_from_tp_contact() | Guillaume Desmottes | 2011-11-24 | 1 | -20/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | Abstract the individual store | Guillaume Desmottes | 2011-11-24 | 1 | -1/+3 |
| | | | | | | | We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | contact-chooser: fix TpfPersona leak | Guillaume Desmottes | 2011-11-08 | 1 | -5/+6 |
| | | | | We weren't using the persona we just created for some reason. | ||||
* | add empathy_contact_chooser_show_tree_view() | Guillaume Desmottes | 2011-10-28 | 1 | -5/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843 | ||||
* | contact-chooser: refilter when the tmp contacts change capabilities | Danielle Madeley | 2011-10-26 | 1 | -0/+12 |
| | | | | | | | | | Making a call to GetContactAttributes only gets the attributes currently known to the CM. If a contact is unknown, lookups for the attributes are then queued and signalled when retrieved. When we receive this signal, we should refilter the contact list. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662727 | ||||
* | [contact-chooser] Don't reselect the first match if something else is selected | Danielle Madeley | 2011-10-20 | 1 | -2/+5 |
| | | | | | This patch isn't quite the behaviour I want, but I think it's better than just re-selecting the first entry every time I type something. | ||||
* | [contact-chooser] Move the selection up/down without defocusing the entry | Danielle Madeley | 2011-10-20 | 1 | -0/+56 |
| | |||||
* | [contact-chooser] emit 'activate' on 'row-activated' as well | Danielle Madeley | 2011-10-20 | 1 | -0/+11 |
| | | | | This means the selection can be activated when the treeview is focused. | ||||
* | contact-chooser: add 'activate' signal | Guillaume Desmottes | 2011-10-18 | 1 | -0/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993 | ||||
* | contact-chooser: when searching, make sure that the first matching item is ↵ | Guillaume Desmottes | 2011-10-18 | 1 | -0/+3 |
| | | | | | | | | | selected So user can just type the phone number of the contact he wants to call and hit enter. https://bugzilla.gnome.org/show_bug.cgi?id=661993 | ||||
* | contact-chooser: add API to hide the search entry | Guillaume Desmottes | 2011-10-09 | 1 | -5/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -1/+1 |
| | | | | No more ugly marshallers \o/ | ||||
* | contact-chooser: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866 | ||||
* | EmpathyContactChooser: remove EmpathyTpChat property | Guillaume Desmottes | 2011-08-05 | 1 | -60/+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 EmpathyInviteParticipantDialog | Guillaume Desmottes | 2011-08-05 | 1 | -54/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | Implement filtering logic in EmpathyInviteParticipantDialog | Guillaume Desmottes | 2011-08-05 | 1 | -43/+24 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020 | ||||
* | Add EmpathyContactChooser | Guillaume Desmottes | 2011-08-05 | 1 | -0/+493 |
This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet. https://bugzilla.gnome.org/show_bug.cgi?id=656020 |