Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add initial_loading() as a virtual method | Guillaume Desmottes | 2011-11-24 | 1 | -3/+1 |
| | | | | | | This allows us to remove setup_idle_id as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | add empathy_individual_store_refresh_individual() as a protected method | Guillaume Desmottes | 2011-11-24 | 1 | -1/+3 |
| | | | | | | This allows us to remove show_active as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | Abstract the individual store | Guillaume Desmottes | 2011-11-24 | 1 | -8/+2 |
| | | | | | | | We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | individual-store: expose some attributes and methods as 'protected' | Guillaume Desmottes | 2011-11-24 | 1 | -0/+16 |
| | | | | | | This will be needed when abstracting EmpathyIndividualStore. https://bugzilla.gnome.org/show_bug.cgi?id=663387 | ||||
* | individual-store: use self->priv pattern | Guillaume Desmottes | 2011-11-14 | 1 | -1/+3 |
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387 https://bugzilla.gnome.org/show_bug.cgi?id=663763 | ||||
* | individual-store: keep track of the number of events associated with each row | Guillaume Desmottes | 2011-06-08 | 1 | -0/+1 |
| | |||||
* | export individual_store_add_individual_and_connect and ↵ | Guillaume Desmottes | 2011-06-01 | 1 | -0/+7 |
| | | | | individual_store_remove_individual_and_disconnect | ||||
* | contact: enable showing a phone next to contacts who are on phones | Jonny Lamb | 2010-11-16 | 1 | -0/+1 |
| | | | | | | The future! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Use Folks to check the ability to remove Individuals in the store & view. | Travis Reitter | 2010-10-16 | 1 | -1/+0 |
| | | | | Helps bgo#625969. | ||||
* | refactored show_offline property to the view | Felix Kaser | 2010-08-03 | 1 | -7/+0 |
| | | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well. | ||||
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 1 | -0/+148 |
with mainline Empathy. |