aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.h
Commit message (Collapse)AuthorAgeFilesLines
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Clean up #include directives in headersEmanuele Aina2013-04-021-2/+1
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* remove EMPATHY_INDIVIDUAL_FEATURE_ALLGuillaume Desmottes2011-12-141-1/+0
| | | | | | It's a bit fragile, user should say which features he wants. https://bugzilla.gnome.org/show_bug.cgi?id=665038
* individual-view: add an option to disable uninteresting filteringGuillaume Desmottes2011-11-161-0/+4
| | | | | | This is needed when being used in a muc. https://bugzilla.gnome.org/show_bug.cgi?id=663763
* add empathy_individual_view_select_first()Guillaume Desmottes2011-10-181-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* add empathy_individual_view_refilter()Guillaume Desmottes2011-05-311-0/+2
|
* individual-view: add API to define our own filter functionGuillaume Desmottes2011-05-181-0/+4
|
* rename empathy_individual_view_get_selected_group to ↵Guillaume Desmottes2010-11-241-3/+0
| | | | empathy_individual_view_dup_selected_group
* Merge remote branch 'vminko/fix-632024-v2'Guillaume Desmottes2010-10-181-0/+2
|\
| * Add an entry in the View menu to search for contacts (#632024).Vitaly Minko2010-10-181-0/+2
| |
* | Use Folks to check the ability to remove Individuals in the store & view.Travis Reitter2010-10-161-3/+0
|/ | | | Helps bgo#625969.
* Add an INDIVIDUAL_CALL feature to EmpathyIndividualViewPhilip Withnall2010-09-011-3/+4
| | | | | This allows the context menu on the VoIP icon to be disabled, so that it can't be used from the linking dialogue. Closes: bgo#628433
* Add an EmpathyIndividualView::show-untrusted propertyPhilip Withnall2010-08-271-0/+6
| | | | | | This allows the view to filter out untrusted Individuals (such as link-local XMPP contacts). This is used in the linking dialogue to disallow selection of link-local XMPP contacts for linking. Closes: bgo#627930
* Add an EmpathyIndividualView feature for receiving Persona dropsPhilip Withnall2010-08-271-2/+3
| | | | | This is necessary to avoid Personas being droppable on the main contact list, which makes no sense (for the time being). Helps: bgo#627715
* Add an EmpathyIndividualView::drag-persona-received signalPhilip Withnall2010-08-271-0/+5
| | | | | This allows notification of drops of personas on the individual view. Helps: bgo#627715
* Add an EmpathyIndividualView::drag-individual-received signalPhilip Withnall2010-08-271-0/+6
| | | | | | Subclasses or users of the widget can then override this and stop the signal emission to do new and interesting things with dropped Individuals, rather than just changing their groups.
* Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_*Philip Withnall2010-08-271-6/+6
|
* Add an EmpathyIndividualView feature for changing Individuals' groupsPhilip Withnall2010-08-271-6/+9
| | | | | | | | This separates drag and drop support from changing groups, so that EmpathyIndividualView instances (such as the one in the linking dialogue) may support dragging and dropping Individuals to and from another tree view, but not support dragging them between groups inside the EmpathyIndividualView instance. Helps: bgo#627715
* Add an EmpathyIndividualView feature for dropping files on IndividualsPhilip Withnall2010-08-271-1/+2
| | | | | | This allows drag and drop to be enabled for the linking dialogue without allowing files to be dropped onto the dialogue, which wouldn't make sense. Helps: bgo#627715
* Bug 627219 — Link dialog search doesn't workPhilip Withnall2010-08-201-0/+5
| | | | | Allow the store of an EmpathyIndividualView to be changed after construction, and cope with recreating the filter when this happens. Closes: bgo#627219
* use different labels if view is emptyFelix Kaser2010-08-051-0/+3
| | | | | either show "no match found" or "your contact list is empty". fixes bug #621642
* refactored show_offline property to the viewFelix Kaser2010-08-031-0/+7
| | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well.
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+99
with mainline Empathy.