]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-individual-store.c
Use double quotes for all internal headers
[empathy.git] / libempathy-gtk / empathy-individual-store.c
2010-08-05 Philip WithnallFix memory corruption introduced by not removing a...
2010-08-03 Felix Kaserrefactored show_offline property to the view
2010-08-03 Felix Kaserfixing a method name typo
2010-07-21 Travis ReitterMerge remote branch 'pwith/folks-integ-rebase1-fixes...
2010-07-21 Philip WithnallRe-add support for the "People Nearby" group
2010-07-20 Travis ReitterCalculate contact capabilities ourselves.
2010-07-20 Travis ReitterEnclose a non-trivial expression in () in an assignment.
2010-07-20 Travis ReitterAlso sort the IndividualStore by underlying protocol...
2010-07-20 Travis ReitterDon't enclose trivial blocks in {}.
2010-07-20 Travis ReitterUse explicit '!= NULL' for pointer boolean expressions.
2010-07-20 Travis ReitterDon't leak references to the contacts returned from...
2010-07-20 Travis ReitterAdd 'dup' to the names of empathy_contact_from_folks_in...
2010-07-20 Travis ReitterUse the gio async pattern for fetching Individuals...
2010-07-20 Travis ReitterTake advantage of the tp_clear_* utility functions.
2010-07-20 Travis ReitterUse explicit boolean expressions for if-conditionals...
2010-07-20 Travis ReitterAdd some more validation when sorting the contact list.
2010-07-20 Philip WithnallAllow changing of individuals' aliases
2010-07-20 Philip WithnallFix some referencing bugs with the IndividualStore...
2010-07-20 Travis ReitterFollow the new tree store insertion convention used...
2010-07-20 Philip WithnallFinish adding favourites support
2010-07-20 Travis ReitterSupport contact removal
2010-07-20 Philip WithnallUse the new FolksFavourite interface for favourites...
2010-07-20 Travis ReitterAvoid potential segfaults if there are no contacts...
2010-07-20 Travis ReitterRe-implement the context menu for Individuals
2010-07-20 Travis ReitterImplement avatar support.
2010-07-20 Travis ReitterBase the contact list around libfolks metacontacts...