aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
Commit message (Expand)AuthorAgeFilesLines
* added return value for the keynav signalFelix Kaser2010-07-291-2/+6
* changed the type of keynav signalFelix Kaser2010-07-291-4/+4
* added check for null before scroll to cellFelix Kaser2010-07-291-2/+5
* add key navigation possibilities to searchFelix Kaser2010-07-291-0/+23
* keep the selected contact visible after searchFelix Kaser2010-07-291-0/+7
* fix small regression with expanding groupsFelix Kaser2010-07-281-1/+1
* Adjust for signature change in folks_groups_change_group()Travis Reitter2010-07-271-2/+20
* Don't depend on Folks capabilities in the IndividualViewTravis Reitter2010-07-211-2/+13
* Take advantage of tp_clear_object().Travis Reitter2010-07-211-2/+1
* Minimize the scope of some variables and avoid risk of double-freeing a string.Travis Reitter2010-07-211-3/+4
* Don't enclose trivial blocks in {}.Travis Reitter2010-07-211-63/+22
* Use explicit '!= NULL' for pointer boolean expressions.Travis Reitter2010-07-211-10/+11
* Don't leak references to the contacts returned from empathy_contact_dup_from_...Travis Reitter2010-07-211-1/+2
* Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter2010-07-211-3/+3
* Take advantage of the tp_clear_* utility functions.Travis Reitter2010-07-211-30/+7
* Use explicit boolean expressions for if-conditionals, according to Telepathy ...Travis Reitter2010-07-211-3/+3
* Support removing groupsPhilip Withnall2010-07-211-2/+4
* Fix some referencing bugs with the IndividualStore and IndividualViewPhilip Withnall2010-07-211-8/+11
* Re-implement file sending with drag and dropPhilip Withnall2010-07-211-2/+3
* Hide/show groups as necessary when their members change.Travis Reitter2010-07-211-0/+7
* Replace the IndividualView's setup function with a more-conventional construc...Travis Reitter2010-07-211-1/+0
* Catch up with convention for getting the view's model.Travis Reitter2010-07-211-1/+1
* Finish adding favourites supportPhilip Withnall2010-07-211-7/+0
* Use the new FolksFavourite interface for favourites supportPhilip Withnall2010-07-211-0/+2
* Re-add the audio and video call menu items in the call-activated handler.Travis Reitter2010-07-211-4/+6
* Support the contact list tooltipTravis Reitter2010-07-211-1/+48
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-13/+9
* Don't crash if a row gets deleted before being expanded.Travis Reitter2010-07-211-1/+0
* Fix the formatting of some calls to g_object_set()Travis Reitter2010-07-211-6/+26
* Back-port better solution for incorrect-groups-expanded problem.Travis Reitter2010-07-211-0/+1
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+2125