Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-27 | Fix underlinking | Simon McVittie | 1 | -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-27 | log_window_create_observer: use TpChannelFilter | Simon McVittie | 1 | -6/+13 | |
2014-03-27 | remove extensions/ | Guillaume Desmottes | 2 | -2/+0 | |
All the API have been merged into spec and tp-glib. \o/ | |||||
2014-03-27 | Merge branch 'master' into next | Simon McVittie | 7 | -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-27 | use vardict API to interact and request channels | Guillaume Desmottes | 5 | -49/+42 | |
2014-02-26 | use tp_account_channel_request_new_stream_tube() | Guillaume Desmottes | 1 | -10/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | share-my-desktop: use tp_account_channel_request_set_target_contact() | Guillaume Desmottes | 1 | -4/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | empathy-chat: use tp_account_channel_request_new_text() | Guillaume Desmottes | 1 | -9/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | call-utils: use TpAccountChannelRequest higher level API | Guillaume Desmottes | 2 | -33/+26 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | empathy_call_new_with_streams: remove initial_audio arg | Guillaume Desmottes | 5 | -18/+9 | |
We always pass TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | call-utils: inline call_new_with_streams() | Guillaume Desmottes | 1 | -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-13 | TplEntity has been replaced by TpEntityType | Guillaume Desmottes | 2 | -17/+17 | |
2014-02-13 | TpHandleType has been renamed to TpEntityType | Guillaume Desmottes | 3 | -14/+14 | |
2014-02-07 | Merge branch 'master' into next-remove-ext | Guillaume Desmottes | 2 | -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-06 | prefix Telepathy bus names with TP_ | Guillaume Desmottes | 2 | -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-05 | use tp-glib generated logger API | Guillaume Desmottes | 1 | -22/+5 | |
2014-02-04 | Merge branch 'master' into next | Guillaume Desmottes | 1 | -6/+5 | |
Conflicts: configure.ac extensions/Connection_Interface_Renaming.xml extensions/Makefile.am extensions/misc.xml | |||||
2014-02-04 | Renaming: use tp-glib API instead of generating it as an extension | Guillaume Desmottes | 1 | -6/+5 | |
2014-01-30 | im.telepathy1 -> im.telepathy.v1 | Guillaume Desmottes | 1 | -2/+2 | |
2014-01-30 | Observer high level API: now singular | Guillaume Desmottes | 1 | -33/+25 | |
2014-01-30 | TpObserveChannelsContext has been renamed TpObserveChannelContext | Guillaume Desmottes | 1 | -2/+2 | |
2014-01-27 | Adapt for use of ABI versions in generated code | Guillaume Desmottes | 10 | -18/+18 | |
https://bugzilla.gnome.org/show_bug.cgi?id=710992 | |||||
2014-01-27 | local-xmpp has been renamed local_xmpp | Guillaume Desmottes | 3 | -4/+4 | |
2014-01-27 | groups-contacts-changed signal has been renamed | Guillaume Desmottes | 1 | -3/+3 | |
2014-01-27 | chat-state-changed signal has changed | Guillaume Desmottes | 2 | -4/+4 | |
2014-01-27 | Port to Telepathy 1.0 | Guillaume Desmottes | 12 | -36/+34 | |
2014-01-27 | Rename org.freedesktop.Telepathy to im.telepathy1 | Xavier Claessens | 1 | -2/+2 | |
2014-01-07 | remove EGGLISTBOX_CFLAGS | Guillaume Desmottes | 1 | -1/+0 | |
We stopped using egg-list-box a while ago. | |||||
2013-12-27 | Merge branch 'gnome-3-10' | Guillaume Desmottes | 1 | -4/+4 | |
2013-12-27 | roster-view: check the 'expanded' property on the GtkExpander | Guillaume Desmottes | 1 | -4/+4 | |
EmpathyRosterGroup is no longer a GtkExpander subclass but a GtkListBoxRow one. https://bugzilla.gnome.org/show_bug.cgi?id=712566 | |||||
2013-11-25 | libempathy: Remove empathy_create_individual_from_tp_contact() | Philip Withnall | 3 | -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-25 | libempathy: Remove empathy_create_individual_from_tp_contact() | Philip Withnall | 3 | -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-18 | Insert smileys at the cursor position | Veena Katiyar | 2 | -7/+11 | |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899 | |||||
2013-10-23 | location-manager: include telepathy-glib-dbus.h | Guillaume Desmottes | 1 | -0/+2 | |
2013-10-22 | stop using tp_account_manager_is_prepared() | Guillaume Desmottes | 1 | -1/+1 | |
It has been deprecated. | |||||
2013-10-22 | Stop observing/approving StreamedMedia channels | Guillaume Desmottes | 1 | -9/+2 | |
2013-10-22 | libempathy-gtk: Fix several memory leaks from libgee | Philip Withnall | 3 | -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-22 | libempathy-gtk: Fix several memory leaks from libgee | Philip Withnall | 3 | -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-14 | translate "Call $NUMBER" menu items | Guillaume Desmottes | 1 | -2/+5 | |
2013-10-10 | EmpathyMessage: remove flags, they are useless | Xavier Claessens | 1 | -3/+1 | |
2013-10-10 | Add missing telepathy-glib-dbus.h includes | Xavier Claessens | 9 | -0/+10 | |
2013-10-10 | Rename NUM_TP_ to TP_NUM_ | Xavier Claessens | 1 | -1/+1 | |
2013-10-03 | ui-utils: remove useless self assignations | Guillaume Desmottes | 1 | -6/+0 | |
2013-10-03 | individual-widget: fix enum casting warning | Guillaume Desmottes | 1 | -1/+2 | |
2013-10-03 | use folks_presence_details_get_default_message_from_type | Guillaume Desmottes | 1 | -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-03 | individual-view: fix enum casting warning | Guillaume Desmottes | 1 | -1/+1 | |
Thanks clang for catching this! | |||||
2013-09-25 | individual-store-channel: don't steal pixbuf store reference | Guillaume Desmottes | 1 | -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-24 | theme-adium: still execute the start of the script if ressource is missing | Guillaume Desmottes | 1 | -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-17 | coding style fixes | Guillaume Desmottes | 2 | -3/+3 | |
2013-09-16 | Stop using Folks deprecated functions | Xavier Claessens | 1 | -1/+1 | |