aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
Commit message (Expand)AuthorAgeFilesLines
* Make wording follow the designEmilio Pozuelo Monfort2011-04-081-9/+9
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-181-39/+73
* individual-view: call empathy_individual_manager_remove() also when the respo...Guillaume Desmottes2011-03-161-7/+5
* individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+16
* depends on folks 0.4.0Guillaume Desmottes2011-03-161-13/+16
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* Reword 'Remove Contact'Danielle Madeley2011-03-111-3/+3
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-181-3/+16
* folks favorite API has changedGuillaume Desmottes2011-02-171-2/+2
* Always display favorite contacts (#592595)Guillaume Desmottes2011-02-171-1/+4
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-02-141-2/+5
* Merge branch 'contact-blocking-3' into gnome-2-34Danielle Madeley2011-02-111-11/+35
|\
| * Add confirmation dialog to RemoveDanielle Madeley2011-02-111-3/+13
| * Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-02-091-12/+26
* | EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-1/+0
|/
* individual-view: properly unref the tooltip_widget when disposing (#641157)Guillaume Desmottes2011-02-031-6/+2
* individual_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
* Pressing F2 opens the Edit Contact Information window for #586257Kushal Das2011-02-021-1/+22
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-021-1/+1
* Bug 637097 — Port to latest folks API changesPhilip Withnall2011-02-021-3/+3
* Stop using removed Individual convenience methods from folksPhilip Withnall2011-02-021-2/+2
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2011-02-021-4/+4
* empathy_individual_view_get_group_menu: don't leak the groupGuillaume Desmottes2010-11-251-0/+1
* Port EmpathyIndividualView to use empathy_contact_dup_best_for_action()Philip Withnall2010-09-031-26/+3
* Bug 628133 — Linking dialog's live search should copy the one from the rosterPhilip Withnall2010-09-021-0/+20
* Only unref the EmpathyIndividualView after emptying the group hash tablePhilip Withnall2010-09-021-3/+2
* Remove the expand groups idle handler when destroying an EmpathyIndividualViewPhilip Withnall2010-09-011-1/+3
* Bug 628106 — Groups are not expanded when reconnectingPhilip Withnall2010-09-011-0/+5
* Add an INDIVIDUAL_CALL feature to EmpathyIndividualViewPhilip Withnall2010-09-011-0/+4
* Bug 628121 — Should pick an online persona when starting a chatPhilip Withnall2010-08-301-1/+27
* Fix a logic error when expanding groups in EmpathyIndividualViewPhilip Withnall2010-08-301-1/+1
* Add an EmpathyIndividualView::show-untrusted propertyPhilip Withnall2010-08-271-0/+49
* Move all individual view visibility logic into is_visible_individual()Philip Withnall2010-08-271-10/+10
* Accept text/plain drops as file transfers, rather than as IndividualsPhilip Withnall2010-08-271-5/+3
* Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-271-62/+57
* Add an EmpathyIndividualView::drag-persona-received signalPhilip Withnall2010-08-271-2/+84
* Add an EmpathyIndividualView::drag-individual-received signalPhilip Withnall2010-08-271-35/+49
* Use EmpathyIndividualFeatureFlags consistently in EmpathyIndividualViewPhilip Withnall2010-08-271-4/+4
* Use text/individual-id instead of text/contact-id for dragging IndividualsPhilip Withnall2010-08-271-2/+2
* Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_*Philip Withnall2010-08-271-7/+7
* Add an EmpathyIndividualView feature for changing Individuals' groupsPhilip Withnall2010-08-271-9/+29
* Fix memory leaks in EmpathyIndividualView drop handling codePhilip Withnall2010-08-271-15/+11
* Move individual_view_handle_drag() to individual_view_contact_drag_received()Philip Withnall2010-08-271-40/+33
* Add an EmpathyIndividualView feature for dropping files on IndividualsPhilip Withnall2010-08-271-5/+11
* Don't expand rows if the tree view has been destroyedPhilip Withnall2010-08-251-1/+7
* Don't try to expand groups if the EmpathyIndividualView's store is unsetPhilip Withnall2010-08-201-2/+6
* Bug 627219 — Link dialog search doesn't workPhilip Withnall2010-08-201-22/+73
* Use EmpathyIndividualWidget in EmpathyIndividualView tooltipsPhilip Withnall2010-08-201-12/+8
* Aggregate group expansion/contraction in EmpathyIndividualViewPhilip Withnall2010-08-181-36/+96
* Don't recursively expand contact list rows unnecessarilyPhilip Withnall2010-08-181-1/+1
* Bug 626552 — Sporadic tree model warnings upon initial fill in EmpathyPhilip Withnall2010-08-181-5/+15
* Rearrange functions in EmpathyIndividualViewPhilip Withnall2010-08-181-109/+109
* Support calls in the Personas menu.Travis Reitter2010-08-161-2/+2
* Only enable row reordering in EmpathyIndividualView if dragging is enabledPhilip Withnall2010-08-121-6/+9
* re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch...Guillaume Desmottes2010-08-111-1/+1
* Minor coding style fixes in EmpathyIndividual[Store|View]Philip Withnall2010-08-091-1/+1
* Cast away constness of strings in GtkTargetEntry structsPhilip Withnall2010-08-051-8/+13
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-3/+1
* use different labels if view is emptyFelix Kaser2010-08-051-0/+13
* Fix an assertion failure in the filtering code due to show-offline changesPhilip Withnall2010-08-051-2/+4
* use member variable instead of getterFelix Kaser2010-08-031-5/+3
* refactored show_offline property to the viewFelix Kaser2010-08-031-4/+59
* Connect signals only once, it's enoughXavier Claessens2010-08-031-7/+0
* 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