aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.h
Commit message (Collapse)AuthorAgeFilesLines
* Make individual_store_find_contact and free_iters protectedChandni Verma2013-08-141-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703487
* individual-store: add missing folks.h includeGuillaume Desmottes2012-05-171-0/+1
|
* add initial_loading() as a virtual methodGuillaume Desmottes2011-11-241-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 methodGuillaume Desmottes2011-11-241-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 storeGuillaume Desmottes2011-11-241-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 Desmottes2011-11-241-0/+16
| | | | | | This will be needed when abstracting EmpathyIndividualStore. https://bugzilla.gnome.org/show_bug.cgi?id=663387
* individual-store: use self->priv patternGuillaume Desmottes2011-11-141-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 rowGuillaume Desmottes2011-06-081-0/+1
|
* export individual_store_add_individual_and_connect and ↵Guillaume Desmottes2011-06-011-0/+7
| | | | individual_store_remove_individual_and_disconnect
* contact: enable showing a phone next to contacts who are on phonesJonny Lamb2010-11-161-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 Reitter2010-10-161-1/+0
| | | | Helps bgo#625969.
* refactored show_offline property to the viewFelix Kaser2010-08-031-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-parityTravis Reitter2010-07-211-0/+148
with mainline Empathy.