summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-individual-view.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter1-4/+6
2011-03-14Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter1-3/+5
2011-03-14individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes1-2/+13
2011-03-11Hook up abusive argument into TpContactList backendDanielle Madeley1-2/+5
2011-03-08Add confirmation dialog to RemoveDanielle Madeley1-3/+13
2011-03-08Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley1-10/+24
2011-02-17Bug 637151 — Hide the user Individual from the contact listPhilip Withnall1-4/+17
2011-02-17folks favorite API has changedGuillaume Desmottes1-2/+2
2011-02-17Always display favorite contacts (#592595)Guillaume Desmottes1-1/+4
2011-02-16disconnect the activate cb before detaching the menuGuillaume Desmottes1-2/+2
2011-02-16individual-view: use empathy_context_menu_new()Guillaume Desmottes1-4/+1
2011-02-10EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort1-1/+0
2011-02-03individual-view: properly unref the tooltip_widget when disposing (#641157)Guillaume Desmottes1-6/+2
2011-02-03individual-view: detach the individual menu once it has been displayedGuillaume Desmottes1-0/+20
2011-02-03individual_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes1-2/+0
2011-01-31Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter1-1/+1
2011-01-11Pressing F2 opens the Edit Contact Information window for #586257Kushal Das1-1/+22
2010-12-15individual-view: use new GTK+ style API (#636500)Guillaume Desmottes1-11/+10
2010-12-13Bug 637097 — Port to latest folks API changesPhilip Withnall1-3/+3
2010-12-13Bug 636700 — Add an extra warning when deleting a metacontactPhilip Withnall1-4/+37
2010-11-30Stop calling gtk_menu_detach()Guillaume Desmottes1-2/+0
2010-11-24empathy_individual_view_get_group_menu: don't leak the groupGuillaume Desmottes1-0/+1
2010-11-24rename empathy_individual_view_get_selected_group to empathy_individual_view_...Guillaume Desmottes1-4/+4
2010-11-17Display the phone next to the statusEmilio Pozuelo Monfort1-39/+2
2010-11-15individual-widget: show a "on a phone" label in the individual viewJonny Lamb1-1/+2
2010-11-15contact: enable showing a phone next to contacts who are on phonesJonny Lamb1-0/+39
2010-11-13Stop using removed Individual convenience methods from folksPhilip Withnall1-3/+3
2010-10-28rename timeout_id to auto_scroll_timeout_idGuillaume Desmottes1-5/+5
2010-10-28move AutoScrollData to privGuillaume Desmottes1-21/+19
2010-10-28Use GTK3 APIGuillaume Desmottes1-6/+10
2010-10-28Add auto scrolling when drag-and-dropping contacts (#619858).Vitaly Minko1-0/+54
2010-10-18Merge remote branch 'vminko/fix-632024-v2'Guillaume Desmottes1-4/+15
2010-10-18Add an entry in the View menu to search for contacts (#632024).Vitaly Minko1-4/+15
2010-10-15Use Folks to check the ability to remove Individuals in the store & view.Travis Reitter1-29/+22
2010-10-04Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall1-4/+4
2010-10-04GDK keys are now GDK_KEY_*Guillaume Desmottes1-2/+2
2010-09-03Port EmpathyIndividualView to use empathy_contact_dup_best_for_action()Philip Withnall1-26/+3
2010-09-02Bug 628133 — Linking dialog's live search should copy the one from the rosterPhilip Withnall1-0/+20
2010-09-02Only unref the EmpathyIndividualView after emptying the group hash tablePhilip Withnall1-3/+2
2010-09-01Remove the expand groups idle handler when destroying an EmpathyIndividualViewPhilip Withnall1-1/+3
2010-09-01Bug 628106 — Groups are not expanded when reconnectingPhilip Withnall1-0/+5
2010-09-01Add an INDIVIDUAL_CALL feature to EmpathyIndividualViewPhilip Withnall1-0/+4
2010-08-30Bug 628121 — Should pick an online persona when starting a chatPhilip Withnall1-1/+27
2010-08-30Fix a logic error when expanding groups in EmpathyIndividualViewPhilip Withnall1-1/+1
2010-08-27Add an EmpathyIndividualView::show-untrusted propertyPhilip Withnall1-0/+49
2010-08-27Move all individual view visibility logic into is_visible_individual()Philip Withnall1-10/+10
2010-08-27Accept text/plain drops as file transfers, rather than as IndividualsPhilip Withnall1-5/+3
2010-08-27Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall1-62/+57
2010-08-27Add an EmpathyIndividualView::drag-persona-received signalPhilip Withnall1-2/+84
2010-08-27Add an EmpathyIndividualView::drag-individual-received signalPhilip Withnall1-35/+49