]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-individual-store.c
Merge remote branch 'vminko/fix-634688-v3'
[empathy.git] / libempathy-gtk / empathy-individual-store.c
2010-11-15 Emilio Pozuelo MonfortMerge branch 'bug-607146'
2010-11-15 Guillaume DesmottesMerge branch 'trivia'
2010-11-15 Emilio Pozuelo MonfortMerge branch 'bug-595305'
2010-11-15 Guillaume Desmottesindividual_store_contact_sort: account is not supposed...
2010-11-15 Guillaume DesmottesMerge remote branch 'pwith/634754-folks-api-changes'
2010-11-13 Philip WithnallStop using removed Individual convenience methods from...
2010-11-08 Guillaume DesmottesMerge branch 'preset-581029'
2010-10-29 Guillaume DesmottesMerge branch 'muc-crash-633329'
2010-10-28 Vitaly MinkoAllow to drop contacts on the group names (#619961)
2010-10-18 Guillaume DesmottesMerge remote branch 'vminko/fix-632024-v2'
2010-10-17 Danielle MadeleyMerge branch 'external-accounts'
2010-10-15 Travis ReitterUse Folks to check the ability to remove Individuals...
2010-09-15 Philip WithnallAdd individuals to the EmpathyIndividualStore before...
2010-09-02 Philip WithnallEnsure we disconnect from signals on Individuals' Perso...
2010-09-01 Philip WithnallFix the audio/video icon in the contact list
2010-08-26 Philip WithnallFix the "Show Protocols" option with linked contacts
2010-08-24 Cosimo CecchiMerge branch 'tls-connection'
2010-08-18 Philip WithnallEnsure we disconnect signals from all Personas in an...
2010-08-18 Philip WithnallAllow cancellation of avatar load operations
2010-08-09 Philip WithnallMinor coding style fixes in EmpathyIndividual[Store...
2010-08-09 Philip WithnallFix capability change notification in the EmpathyIndivi...
2010-08-05 Philip WithnallFix constness of various variables and parameters
2010-08-05 Philip WithnallFix missing entries in switch statements
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...