aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The libfolks Capabilities interface will be removed temporarily, so we can't rely upon it for now.
* 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 ↵Travis Reitter2010-07-211-0/+4
| | | | empathy_contact_dup_from_folks_individual().
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-211-2/+2
| | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
* 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
| | | | style.
* 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 ↵Travis Reitter2010-07-211-7/+8
| | | | store in the individual store.
* 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
with mainline Empathy.