aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
Commit message (Expand)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* move 'Remove' item code to individual-menuGuillaume Desmottes2012-06-081-203/+2
* strip the new group nameGuillaume Desmottes2012-04-201-3/+8
* individual-view: add menu item to rename groupsGuillaume Desmottes2012-04-201-20/+97
* Remove flooding debug messagesGuillaume Desmottes2012-03-091-2/+0
* individual-menu: remove link-contacts-activated signalGuillaume Desmottes2012-02-081-20/+0
* individual_view_drag_end: remove the auto scrollGuillaume Desmottes2012-01-311-0/+6
* individual-view: remove GTK+ workaroundsGuillaume Desmottes2012-01-161-68/+0
* individual-view: use tp_g_signal_connect_object() to connect the destroy sigGuillaume Desmottes2012-01-161-2/+4
* Stop passing an EmpathyContact to menu_item_new() fonctionsGuillaume Desmottes2011-12-141-2/+2
* use the individual edit dialog when pressing F2Guillaume Desmottes2011-11-301-9/+2
* add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACTGuillaume Desmottes2011-11-241-1/+2
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
* individual-view: don't display menu if empathy_folks_individual_contains_cont...Guillaume Desmottes2011-11-161-0/+4
* individual-view: add an option to disable uninteresting filteringGuillaume Desmottes2011-11-161-24/+72
* individual-view: remove explicit boolean comparaisonsGuillaume Desmottes2011-11-141-10/+10
* add empathy_individual_view_select_first()Guillaume Desmottes2011-10-181-0/+17
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
* rename text/{persona,individual}-id as they are not standardGuillaume Desmottes2011-09-131-4/+4
* Don't assume that all FolksIndividuals have a corresponding EmpathyContact.Travis Reitter2011-08-221-1/+2
* Don't generate critical when dragging with no contact selectedDanielle Madeley2011-07-201-3/+3
* individual-view: always display individuals having pending events (#651913)Guillaume Desmottes2011-06-081-3/+11
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-27/+43
* allow user to search for contacts using their full identifierGuillaume Desmottes2011-06-011-1/+2
* empathy_individual_view_get_individual_menu: don't create a menu if we don't ...Guillaume Desmottes2011-06-011-0/+4
* factor out empathy_individual_match_words()Guillaume Desmottes2011-05-311-32/+2
* add empathy_individual_view_refilter()Guillaume Desmottes2011-05-311-0/+8
* Always forward to the view keynav events, since we get them only if they are ...Xavier Claessens2011-05-201-12/+6
* individual-view: add API to define our own filter functionGuillaume Desmottes2011-05-181-0/+17
* Display favorite offline contacts only in the Favorite group (#648914)Guillaume Desmottes2011-05-021-5/+48
* Bug 647056 — Removing a contact causes a segfaultPhilip Withnall2011-04-181-1/+0
* Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-04-051-15/+22
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-181-68/+102
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-9/+0
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-2/+2
* 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/+14
* Adjust for Folks PresenceOwner -> PresenceDetails renameTravis Reitter2011-03-151-1/+2
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-151-6/+6
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-151-4/+6
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-151-3/+5
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-111-2/+5
* Add confirmation dialog to RemoveDanielle Madeley2011-03-081-3/+13
* Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-03-081-10/+24
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-181-4/+17
* folks favorite API has changedGuillaume Desmottes2011-02-171-2/+2
* Always display favorite contacts (#592595)Guillaume Desmottes2011-02-171-1/+4
* disconnect the activate cb before detaching the menuGuillaume Desmottes2011-02-161-2/+2
* individual-view: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-4/+1
* 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: detach the individual menu once it has been displayedGuillaume Desmottes2011-02-031-0/+20
* individual_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-011-1/+1
* Pressing F2 opens the Edit Contact Information window for #586257Kushal Das2011-01-111-1/+22
* individual-view: use new GTK+ style API (#636500)Guillaume Desmottes2010-12-151-11/+10
* Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-141-3/+3
* Bug 636700 — Add an extra warning when deleting a metacontactPhilip Withnall2010-12-131-4/+37
* Stop calling gtk_menu_detach()Guillaume Desmottes2010-11-301-2/+0
* empathy_individual_view_get_group_menu: don't leak the groupGuillaume Desmottes2010-11-241-0/+1
* rename empathy_individual_view_get_selected_group to empathy_individual_view_...Guillaume Desmottes2010-11-241-4/+4
* Display the phone next to the statusEmilio Pozuelo Monfort2010-11-171-39/+2
* individual-widget: show a "on a phone" label in the individual viewJonny Lamb2010-11-161-1/+2
* contact: enable showing a phone next to contacts who are on phonesJonny Lamb2010-11-161-0/+39
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-3/+3
* rename timeout_id to auto_scroll_timeout_idGuillaume Desmottes2010-10-281-5/+5
* move AutoScrollData to privGuillaume Desmottes2010-10-281-21/+19
* Use GTK3 APIGuillaume Desmottes2010-10-281-6/+10
* Add auto scrolling when drag-and-dropping contacts (#619858).Vitaly Minko2010-10-281-0/+54
* Merge remote branch 'vminko/fix-632024-v2'Guillaume Desmottes2010-10-181-4/+15
|\
| * Add an entry in the View menu to search for contacts (#632024).Vitaly Minko2010-10-181-4/+15
* | Use Folks to check the ability to remove Individuals in the store & view.Travis Reitter2010-10-161-29/+22
|/
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2010-10-051-4/+4
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-2/+2
* 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