aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-05-021-16/+2
* Fix a couple of 'may be used uninitialized' warningsEmilio Pozuelo Monfort2011-03-101-2/+2
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-1/+0
* contact_list_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
* re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch...Guillaume Desmottes2010-08-111-1/+1
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-3/+1
* backport the last commit to contact-list-viewFelix Kaser2010-07-291-6/+10
* enable keynavigation during search in contact-listFelix Kaser2010-07-291-0/+24
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-2/+2
* empathy-contact-list-view: coding style fixGuillaume Desmottes2010-07-131-1/+1
* Make sure taping ENTER when searching contact starts a chat.Xavier Claessens2010-06-211-0/+65
* Remove the treeview's build-in search function, we use the live search now.Xavier Claessens2010-06-171-4/+0
* Fix the visibility of group when live search is activeXavier Claessens2010-06-171-0/+56
* Merge branch 'gseal'Danielle Madeley2010-06-151-1/+1
|\
| * Access GdkDragContext members via gettersDanielle Madeley2010-06-121-1/+1
* | If path is NULL, the signal is blocked foreverXavier Claessens2010-06-141-4/+4
* | Do not crash if the row gets deleted before the expand idle cbXavier Claessens2010-06-131-0/+4
* | Use a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group i...Xavier Claessens2010-06-131-7/+9
* | check if the search widget exists before trying to use itGuillaume Desmottes2010-06-111-1/+4
|/
* coding style fixesGuillaume Desmottes2010-06-091-3/+3
* Strip the @server.com part of the contact ID for the live search matching.Xavier Claessens2010-06-091-2/+14
* Use EmpathyLiveSearch in main window's contact listFelix Kaser2010-06-091-37/+305
* One more coding style fixXavier Claessens2010-06-051-3/+3
* Fix some coding stylesXavier Claessens2010-06-051-24/+24
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-12/+7
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-251-1/+2
* Falgs -> FlagsDanielle Madeley2010-04-011-2/+2
* Merge branch 'people-nearby-fake-group-613558'Danielle Madeley2010-03-301-5/+8
|\
| * Add an icon for People NearbyDanielle Madeley2010-03-241-5/+8
* | Show status messages in compact view (#614052)Will Thompson2010-03-301-10/+6
|/
* Merge commit 'staz/dnd'Guillaume Desmottes2010-03-161-0/+2
|\
| * DnD: add a text/path-list target to contact list windows tooOlivier Le Thanh Duong2010-03-161-0/+2
* | Allow to unmark contacts as favorite using DnDGuillaume Desmottes2010-03-151-2/+13
* | Allow to remove contact from the 'Ungrouped' group using DnDGuillaume Desmottes2010-03-151-3/+8
* | factor out group_can_be_modifiedGuillaume Desmottes2010-03-151-6/+19
* | Support to tag contact as favorite using DnDGuillaume Desmottes2010-03-151-2/+11
* | Don't allow moving contacts to fake groups using DnDGuillaume Desmottes2010-03-151-2/+7
* | remove double ;Guillaume Desmottes2010-03-151-2/+2
* | Don't display context menu when right clicking on a fake groupGuillaume Desmottes2010-03-151-4/+12
* | Display icon near the favorite fake groupGuillaume Desmottes2010-03-151-0/+53
* | remove 'favorite' column in the contact listGuillaume Desmottes2010-03-151-88/+0
* | coding style fixesGuillaume Desmottes2010-03-151-10/+10
* | Rebase the favourites support upon the telepathy-logger instead of a speciall...Travis Reitter2010-03-151-6/+4
* | Cut out the concept of a special Favourites groupTravis Reitter2010-03-151-7/+0
* | Add a favorite contacts build option and make Moblin support automatically tu...Travis Reitter2010-03-151-0/+8
* | Add support for marking contacts as favorites (which gives them a highlightedTravis Reitter2010-03-151-0/+89
* | Prevent contact list tooltip from showing if context menu is shown.Mike Ruprecht2010-03-061-0/+13
|/
* Fix leaked GtkMenuXavier Claessens2010-02-111-0/+4
* Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-131-0/+2
* contact-list-view: merge the audio and vido call columnGuillaume Desmottes2010-01-071-47/+5
* Display a context menu when clicking on audio/video icons (#590051)Guillaume Desmottes2010-01-071-37/+32
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-171-6/+8
* [empathy-contact-list-view] Don't accept file drags to offline/non-FT contactsShaun McCance2009-11-251-1/+3
* Move GtkTargetLists into priv so they're no longer staticShaun McCance2009-11-251-7/+9
* Fixed leak in drag motion and added comments for bug #595226Shaun McCance2009-11-251-1/+15
* Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance2009-11-251-18/+2
* Split contact_list_view_drag_data_received into smaller functionsShaun McCance2009-11-251-118/+141
* Setting reorderable on the contact list view to get row previews as drag iconsShaun McCance2009-11-251-1/+6
* Allow contacts to be dragged anywhere in a group, or dragged to the non-groupShaun McCance2009-11-251-5/+20
* Implemented file drags to contact list, along with row highlightsShaun McCance2009-11-251-79/+173
* contact-list-view: added note about waiting for manager to be come ready bugJonny Lamb2009-10-301-1/+1
* contact-list-view: port to new tp-glib account APIJonny Lamb2009-10-241-8/+10
* empathy-contact-list-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-211-6/+6
* Init contact_id to NULL to silent some stupid compilators. It can't really be...Xavier Claessens2009-09-231-1/+1
* Correctly split and sanity check dropped contactsSjoerd Simons2009-09-151-7/+9
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-151-1/+1
* Merge back from masterSjoerd Simons2009-08-221-0/+8
|\
| * Move contact when drag'n'dropped (Fix #585443)Louis-Francis Ratté-Boulianne2009-08-071-0/+8
* | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-1/+1
|/
* correctly display contact names in a11y tools (GNOME bug 545282)Frédéric Péters2009-07-281-0/+4
* Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are setDavyd Madeley2009-07-151-1/+0
* call GetAliasFlags() to determine if an alias can be set on a ContactListDavyd Madeley2009-07-151-0/+1
* Look up flags to determine whether or not to display the 'Remove' itemDavyd Madeley2009-07-151-15/+39
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-2/+2
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-10/+7
* empathy-contact-list-view: remove trailing tabsGuillaume Desmottes2009-06-251-6/+6
* Simplifly the logic on when to display the locationPierre-Luc Beaudoin2009-05-281-1/+2
* Remove hard-coded strings from (un)subscriptionsWill Thompson2009-05-211-2/+1
* Show an audio and a video call buttonSjoerd Simons2009-05-181-11/+73
* empathy-contact-list-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-10/+10
* Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_d...Jonny Lamb2009-04-221-4/+4
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-3/+9
* Port EmpathyContactListView's DnD to new APIXavier Claessens2009-04-221-58/+112
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-161-0/+1
* Remove useless glade includeXavier Claessens2009-04-161-1/+0
* Remove check on GTK version, we depend on >= 2.14.0 now.Xavier Claessens2009-03-081-5/+0
* Use running++ and running-- instead of a booleanXavier Claessens2009-03-081-4/+4
* Prevent an infinite loop when query tooltip on contact list view.Xavier Claessens2009-03-081-4/+15
* Switch to calling CallFactory to make callsSjoerd Simons2009-02-031-1/+6
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
* Use the new call utility function to start callsSjoerd Simons2009-01-101-1/+1
* Use the new dispatcher api to request text channelsSjoerd Simons2009-01-101-2/+2
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Make sure to not unref tooltop_widget more than onceXavier Claessens2008-08-271-2/+2
* Keep a ref to the tooltip_widget so it is not recreated all the time.Xavier Claessens2008-08-271-2/+20
* don't let label text be selected in contact tooltip (closes: #546568)Frederic Peters2008-08-201-1/+1
* Use a GtkMessageDialog instead of GtkDialog for remove confirmation diaog of ...Xavier Claessens2008-08-061-21/+12
* Add a comment for the usage of row_activated class method and optimise a bit ...Xavier Claessens2008-07-151-8/+9
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-151-9/+9
* Remove a FIXME, seems to work perfectly now.Xavier Claessens2008-07-151-4/+0
* Move the event manager to src/Xavier Claessens2008-07-151-218/+0
* Fix compile errorXavier Claessens2008-07-151-1/+1
* Fix reviewer complainsXavier Claessens2008-07-151-2/+8
* Remove an empty lineXavier Claessens2008-07-151-1/+0
* Activate the event when clicking on the contact list.Xavier Claessens2008-07-151-8/+23
* Blink the status icon when a contact has an event.Xavier Claessens2008-07-151-1/+197
* Reverse order of buttons on the dialog box to delete a contact (or a group). ...Xavier Claessens2008-07-141-1/+1
* Fix gtk_check_version usage, it returns NULL when version is OK.Xavier Claessens2008-07-051-1/+1
* Use function to check GTK+ version instead of mangling directly. Fixes bug #5...Xavier Claessens2008-07-051-1/+1
* Only display tooltip on the contact list if running with GTK >= 2.12.10.Xavier Claessens2008-06-031-0/+5
* Do not ref tooltip_widget otherwise it never gets destroyed.Xavier Claessens2008-06-021-24/+6
* gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUEXavier Claessens2008-05-301-2/+3
* Set a tooltip on contact list view showing EmpathyContactWidget informationXavier Claessens2008-05-301-10/+78
* Do not add a separator on the contact menu if there is no remove feature.Xavier Claessens2008-05-221-3/+2
* Do not use statis pointer for MenuPopupData because it get freed.Xavier Claessens2008-05-191-5/+6
* No need of an idle callback forkey mXavier Claessens2008-05-191-6/+5
* Little cleanupXavier Claessens2008-05-191-9/+5
* Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mill...Xavier Claessens2008-05-191-0/+23
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-2/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-2/+5
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-12/+11
* Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-2/+2
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-187/+157
* Reorder functions to not have to declare them on top.Xavier Claessens2008-04-251-668/+564
* Move contact menu code to its own module.Xavier Claessens2008-04-251-284/+184
* Remove conditional build of VOIP.Xavier Claessens2008-04-241-17/+0
* Cleanup a bit previous commitXavier Claessens2008-03-141-15/+17
* Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy).Xavier Claessens2008-03-141-6/+57
* Remove useless libtelepathy headersXavier Claessens2008-03-111-2/+0
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-0/+4
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Generate marshal.list thanks to gabble black magic.Xavier Claessens2008-02-101-2/+2
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-101-1/+1
* Change new message dialog to new conversation and make possible to do voip call.Xavier Claessens2008-02-091-1/+1
* Move empathy-contact-groups to libempathy, it has nothing to do in -gtkXavier Claessens2008-01-211-1/+1
* Respect CALL feature when clicking on the contact list's microphone iconXavier Claessens2008-01-211-0/+4
* Add a features property on EmpathyContactListView to enable/disable each action.Xavier Claessens2008-01-211-108/+157
* Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).Xavier Claessens2008-01-021-0/+7
* Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...Xavier Claessens2008-01-021-20/+2
* Revert "merge git work"Xavier Claessens2007-12-291-21/+15
* merge git workXavier Claessens2007-12-291-15/+21
* Simplify contact_list_view_cell_set_background()Xavier Claessens2007-12-291-21/+15
* Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in publicXavier Claessens2007-10-291-27/+35
* Use "document-open-recent" icon instead of gtk-justify-left for historyXavier Claessens2007-10-251-1/+1
* Don't allow to change account if we are editing information ofXavier Claessens2007-10-211-1/+1
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-2/+1
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-2/+2
* Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione).Xavier Claessens2007-10-011-0/+2
* Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. FixesXavier Claessens2007-10-011-0/+14
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-291-54/+1
* Ported from VOIP branch.Xavier Claessens2007-09-281-6/+53
* Fix ref count error for account objects.Xavier Claessens2007-09-211-1/+0
* "interactive" property on EmpathyContactListView to enable/disable contectXavier Claessens2007-09-111-12/+61
* Request media channel when clicking on call icon.Xavier Claessens2007-09-091-1/+10
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-091-6/+104
* Make use of the search function to correctly find when typing in theXavier Claessens2007-09-081-0/+4
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-290/+56
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+1524