summaryrefslogtreecommitdiff
path: root/libempathy-gtk
AgeCommit message (Collapse)AuthorFilesLines
2014-03-27Fix underlinkingSimon McVittie1-0/+1
Building with LDFLAGS=-Wl,-z,defs reveals that libempathy-gtk and libempathy rely on the host application to link to cheese and udev. This is because the telepathy-account-widgets convenience library does not pass its dependencies through, which appears to be deliberate (commit da8acc15 in tp-a-w).
2014-03-27log_window_create_observer: use TpChannelFilterSimon McVittie1-6/+13
2014-03-27remove extensions/Guillaume Desmottes2-2/+0
All the API have been merged into spec and tp-glib. \o/
2014-03-27Merge branch 'master' into nextSimon McVittie7-75/+36
Conflicts: configure.ac extensions/Makefile.am extensions/misc.xml libempathy-gtk/empathy-call-utils.c libempathy-gtk/empathy-call-utils.h libempathy-gtk/empathy-chat.c libempathy-gtk/empathy-share-my-desktop.c libempathy/empathy-ft-handler.c libempathy/empathy-request-util.c libempathy/empathy-tp-chat.c src/empathy-call-handler.c telepathy-account-widgets
2014-02-27use vardict API to interact and request channelsGuillaume Desmottes5-49/+42
2014-02-26use tp_account_channel_request_new_stream_tube()Guillaume Desmottes1-10/+3
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26share-my-desktop: use tp_account_channel_request_set_target_contact()Guillaume Desmottes1-4/+2
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26empathy-chat: use tp_account_channel_request_new_text()Guillaume Desmottes1-9/+4
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26call-utils: use TpAccountChannelRequest higher level APIGuillaume Desmottes2-33/+26
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26empathy_call_new_with_streams: remove initial_audio argGuillaume Desmottes5-18/+9
We always pass TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26call-utils: inline call_new_with_streams()Guillaume Desmottes1-14/+2
We no longer support fallbacking to StreamedMedia so there is no point keeping this static function. https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-13TplEntity has been replaced by TpEntityTypeGuillaume Desmottes2-17/+17
2014-02-13TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes3-14/+14
2014-02-07Merge branch 'master' into next-remove-extGuillaume Desmottes2-2/+2
Conflicts: libempathy-gtk/empathy-chat.c libempathy/empathy-ft-factory.c libempathy/empathy-tp-chat.c src/empathy-call-window.c src/empathy-chat-manager.c
2014-02-06prefix Telepathy bus names with TP_Guillaume Desmottes2-2/+2
So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
2014-02-05use tp-glib generated logger APIGuillaume Desmottes1-22/+5
2014-02-04Merge branch 'master' into nextGuillaume Desmottes1-6/+5
Conflicts: configure.ac extensions/Connection_Interface_Renaming.xml extensions/Makefile.am extensions/misc.xml
2014-02-04Renaming: use tp-glib API instead of generating it as an extensionGuillaume Desmottes1-6/+5
2014-01-30im.telepathy1 -> im.telepathy.v1Guillaume Desmottes1-2/+2
2014-01-30Observer high level API: now singularGuillaume Desmottes1-33/+25
2014-01-30TpObserveChannelsContext has been renamed TpObserveChannelContextGuillaume Desmottes1-2/+2
2014-01-27Adapt for use of ABI versions in generated codeGuillaume Desmottes10-18/+18
https://bugzilla.gnome.org/show_bug.cgi?id=710992
2014-01-27local-xmpp has been renamed local_xmppGuillaume Desmottes3-4/+4
2014-01-27groups-contacts-changed signal has been renamedGuillaume Desmottes1-3/+3
2014-01-27chat-state-changed signal has changedGuillaume Desmottes2-4/+4
2014-01-27Port to Telepathy 1.0Guillaume Desmottes12-36/+34
2014-01-27Rename org.freedesktop.Telepathy to im.telepathy1Xavier Claessens1-2/+2
2014-01-07remove EGGLISTBOX_CFLAGSGuillaume Desmottes1-1/+0
We stopped using egg-list-box a while ago.
2013-12-27Merge branch 'gnome-3-10'Guillaume Desmottes1-4/+4
2013-12-27roster-view: check the 'expanded' property on the GtkExpanderGuillaume Desmottes1-4/+4
EmpathyRosterGroup is no longer a GtkExpander subclass but a GtkListBoxRow one. https://bugzilla.gnome.org/show_bug.cgi?id=712566
2013-11-25libempathy: Remove empathy_create_individual_from_tp_contact()Philip Withnall3-3/+3
It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
2013-11-25libempathy: Remove empathy_create_individual_from_tp_contact()Philip Withnall3-3/+3
It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
2013-11-18Insert smileys at the cursor positionVeena Katiyar2-7/+11
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899
2013-10-23location-manager: include telepathy-glib-dbus.hGuillaume Desmottes1-0/+2
2013-10-22stop using tp_account_manager_is_prepared()Guillaume Desmottes1-1/+1
It has been deprecated.
2013-10-22Stop observing/approving StreamedMedia channelsGuillaume Desmottes1-9/+2
2013-10-22libempathy-gtk: Fix several memory leaks from libgeePhilip Withnall3-20/+48
libgee’s GeeIterator returns a new reference from most of its methods, especially gee_iterable_iterator() and gee_iterator_get(). Add corresponding g_object_unref() calls. https://bugzilla.gnome.org/show_bug.cgi?id=710453
2013-10-22libempathy-gtk: Fix several memory leaks from libgeePhilip Withnall3-20/+48
libgee’s GeeIterator returns a new reference from most of its methods, especially gee_iterable_iterator() and gee_iterator_get(). Add corresponding g_object_unref() calls. https://bugzilla.gnome.org/show_bug.cgi?id=710453
2013-10-14translate "Call $NUMBER" menu itemsGuillaume Desmottes1-2/+5
2013-10-10EmpathyMessage: remove flags, they are uselessXavier Claessens1-3/+1
2013-10-10Add missing telepathy-glib-dbus.h includesXavier Claessens9-0/+10
2013-10-10Rename NUM_TP_ to TP_NUM_Xavier Claessens1-1/+1
2013-10-03ui-utils: remove useless self assignationsGuillaume Desmottes1-6/+0
2013-10-03individual-widget: fix enum casting warningGuillaume Desmottes1-1/+2
2013-10-03use folks_presence_details_get_default_message_from_typeGuillaume Desmottes1-2/+1
This has been introduced in folks since a while (0.7.1). Fix a FIXME and remove a enum casting warning.
2013-10-03individual-view: fix enum casting warningGuillaume Desmottes1-1/+1
Thanks clang for catching this!
2013-09-25individual-store-channel: don't steal pixbuf store referenceGuillaume Desmottes1-0/+3
empathy_individual_store_get_individual_status_icon() doesn't return a reffed pixbuf so we have to ref it explicitly. https://bugzilla.gnome.org/show_bug.cgi?id=708716
2013-09-24theme-adium: still execute the start of the script if ressource is missingGuillaume Desmottes1-5/+6
This fix a regression introduced by 19e784a4b2655db5cf414c7ce43662a9adb9d0c6. If empathy-chat.js can't be find (like in the preferences dialog) we still want to execute the start of the script. https://bugzilla.gnome.org/show_bug.cgi?id=708616
2013-09-17coding style fixesGuillaume Desmottes2-3/+3
2013-09-16Stop using Folks deprecated functionsXavier Claessens1-1/+1