aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+7
* contact: enable showing a phone next to contacts who are on phonesJonny Lamb2010-11-161-0/+38
* individual_store_contact_sort: account is not supposed to be NULLGuillaume Desmottes2010-11-151-0/+3
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-20/+22
* Allow to drop contacts on the group names (#619961)Vitaly Minko2010-10-281-1/+1
* Use Folks to check the ability to remove Individuals in the store & view.Travis Reitter2010-10-161-10/+4
* Add individuals to the EmpathyIndividualStore before updating themPhilip Withnall2010-09-151-1/+2
* Ensure we disconnect from signals on Individuals' Personas as they're removedPhilip Withnall2010-09-021-34/+48
* Fix the audio/video icon in the contact listPhilip Withnall2010-09-011-31/+51
* Fix the "Show Protocols" option with linked contactsPhilip Withnall2010-08-261-1/+1
* Ensure we disconnect signals from all Personas in an IndividualPhilip Withnall2010-08-191-19/+58
* Allow cancellation of avatar load operationsPhilip Withnall2010-08-191-9/+48
* Minor coding style fixes in EmpathyIndividual[Store|View]Philip Withnall2010-08-091-2/+2
* Fix capability change notification in the EmpathyIndividualStorePhilip Withnall2010-08-091-6/+35
* Fix constness of various variables and parametersPhilip Withnall2010-08-051-2/+2
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+3
* Fix memory corruption introduced by not removing a weak pointerPhilip Withnall2010-08-051-17/+39
* refactored show_offline property to the viewFelix Kaser2010-08-031-103/+3
* fixing a method name typoFelix Kaser2010-08-031-2/+2
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-221-8/+19
* Re-add support for the "People Nearby" groupPhilip Withnall2010-07-211-4/+12
* Calculate contact capabilities ourselves.Travis Reitter2010-07-211-12/+33
* Enclose a non-trivial expression in () in an assignment.Travis Reitter2010-07-211-1/+1
* Also sort the IndividualStore by underlying protocol and account ID.Travis Reitter2010-07-211-3/+24
* Don't enclose trivial blocks in {}.Travis Reitter2010-07-211-33/+11
* Use explicit '!= NULL' for pointer boolean expressions.Travis Reitter2010-07-211-2/+2
* Don't leak references to the contacts returned from empathy_contact_dup_from_...Travis Reitter2010-07-211-0/+4
* Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter2010-07-211-2/+2
* Use the gio async pattern for fetching Individuals' avatarsTravis Reitter2010-07-211-10/+27
* Take advantage of the tp_clear_* utility functions.Travis Reitter2010-07-211-23/+5
* Use explicit boolean expressions for if-conditionals, according to Telepathy ...Travis Reitter2010-07-211-1/+1
* Add some more validation when sorting the contact list.Travis Reitter2010-07-211-8/+10
* Allow changing of individuals' aliasesPhilip Withnall2010-07-211-3/+1
* Fix some referencing bugs with the IndividualStore and IndividualViewPhilip Withnall2010-07-211-5/+2
* Follow the new tree store insertion convention used by the contact list store...Travis Reitter2010-07-211-7/+8
* Finish adding favourites supportPhilip Withnall2010-07-211-20/+21
* Support contact removalTravis Reitter2010-07-211-2/+8
* Use the new FolksFavourite interface for favourites supportPhilip Withnall2010-07-211-3/+1
* Avoid potential segfaults if there are no contacts on the first pass.Travis Reitter2010-07-211-5/+8
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-23/+18
* Implement avatar support.Travis Reitter2010-07-211-10/+23
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+1830