]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-individual-view.c
Merge branch 'folks-async-and-prepare'
[empathy.git] / libempathy-gtk / empathy-individual-view.c
2010-07-27 Travis ReitterMerge branch 'folks-async-and-prepare'
2010-07-27 Travis ReitterAdjust for signature change in folks_groups_change_group()
2010-07-20 Travis ReitterDon't depend on Folks capabilities in the IndividualView
2010-07-20 Travis ReitterTake advantage of tp_clear_object().
2010-07-20 Travis ReitterMinimize the scope of some variables and avoid risk...
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 ReitterTake advantage of the tp_clear_* utility functions.
2010-07-20 Travis ReitterUse explicit boolean expressions for if-conditionals...
2010-07-20 Philip WithnallSupport removing groups
2010-07-20 Philip WithnallFix some referencing bugs with the IndividualStore...
2010-07-20 Philip WithnallRe-implement file sending with drag and drop
2010-07-20 Travis ReitterHide/show groups as necessary when their members change.
2010-07-20 Travis ReitterReplace the IndividualView's setup function with a...
2010-07-20 Travis ReitterCatch up with convention for getting the view's model.
2010-07-20 Philip WithnallFinish adding favourites support
2010-07-20 Philip WithnallUse the new FolksFavourite interface for favourites...
2010-07-20 Travis ReitterRe-add the audio and video call menu items in the call...
2010-07-20 Travis ReitterSupport the contact list tooltip
2010-07-20 Travis ReitterRe-implement the context menu for Individuals
2010-07-20 Travis ReitterDon't crash if a row gets deleted before being expanded.
2010-07-20 Travis ReitterFix the formatting of some calls to g_object_set()
2010-07-20 Travis ReitterBack-port better solution for incorrect-groups-expanded...
2010-07-20 Travis ReitterBase the contact list around libfolks metacontacts...