summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-individual-store.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* Make individual_store_find_contact and free_iters protectedChandni Verma2013-08-141-10/+11
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-3/+3
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-10/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-2/+2
* factor out empathy_individual_get_client_types()Guillaume Desmottes2012-05-251-44/+2
* individual_personas_changed_cb: remove debug messageGuillaume Desmottes2012-03-091-3/+0
* Don't flood logs when individials don't have avatarsGuillaume Desmottes2012-03-091-3/+9
* Remove flooding debug messagesGuillaume Desmottes2012-03-091-25/+0
* individual-store: contacts in Favourite People are not UngroupedDanielle Madeley2012-01-271-47/+53
* add initial_loading() as a virtual methodGuillaume Desmottes2011-11-241-8/+5
* add empathy_individual_store_refresh_individual() as a protected methodGuillaume Desmottes2011-11-241-4/+18
* Abstract the individual storeGuillaume Desmottes2011-11-241-167/+4
* individual-store: expose some attributes and methods as 'protected'Guillaume Desmottes2011-11-241-30/+28
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-3/+3
* empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_...Guillaume Desmottes2011-11-141-1/+1
* individual-store: use self->priv patternGuillaume Desmottes2011-11-141-168/+97
* factor out empathy_individual_can_audio_video_call()Guillaume Desmottes2011-10-181-53/+4
* Remove unused variables [-Werror=unused-but-set-variable]Alban Crequy2011-09-151-2/+0
* individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cacheGuillaume Desmottes2011-09-151-64/+21
* individual_store_remove_individual: ensure that the store stays alive during ...Guillaume Desmottes2011-09-091-0/+7
* individual-store: use Folks directly to watch is-favourite changesGuillaume Desmottes2011-09-061-20/+18
* Fixes a segfault in empathy-individual-store.cCosimo Alfarano2011-09-021-0/+8
* coding style fixEMPATHY_3_1_90Guillaume Desmottes2011-08-291-2/+2
* contact list: optimize loading contactsAlban Crequy2011-08-291-90/+111
* Don't assume that all FolksIndividuals have a corresponding EmpathyContact.Travis Reitter2011-08-221-16/+23
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-221-23/+34
* individual-store: keep track of the number of events associated with each rowGuillaume Desmottes2011-06-081-0/+1
* Only retrieve server-stored groups for Individuals with TpContacts.Travis Reitter2011-06-061-12/+13
* Adapt to API change in folks_group_details_get_groups().Travis Reitter2011-06-061-7/+14
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-061-42/+79
* Don't conflate TpfPersona and FolksPersona.Travis Reitter2011-06-061-2/+2
* export individual_store_add_individual_and_connect and individual_store_remov...Guillaume Desmottes2011-06-011-2/+2
* individual_store_get_individual_status_icon_with_icon_name: look in the cache...Guillaume Desmottes2011-05-021-1/+6
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-23/+0
* Adjust for Folks PresenceOwner -> PresenceDetails renameTravis Reitter2011-03-141-17/+17
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-141-1/+2
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-141-1/+2
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-141-12/+14
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-171-2/+2
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-01-311-14/+17
* Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-131-12/+15
* properly manage the reference of the pixbuf returned by empathy_pixbuf_avatar...Guillaume Desmottes2010-11-241-0/+1
* individual_avatar_pixbuf_received_cb: don't leak the itersGuillaume Desmottes2010-11-181-0/+2
* factor out free_itersGuillaume Desmottes2010-11-181-7/+10
* individual_store_name_sort_func: don't leak namesGuillaume Desmottes2010-11-181-0/+2
* empathy-individual-store: only check for presence in presence-enabled personasJonny Lamb2010-11-151-1/+7