Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-27 | add_handler_filter is now post-fixed with _variant | Guillaume Desmottes | 1 | -3/+3 | |
2014-03-27 | remove extensions/ | Guillaume Desmottes | 3 | -6/+0 | |
All the API have been merged into spec and tp-glib. \o/ | |||||
2014-03-27 | Merge branch 'master' into next | Simon McVittie | 3 | -76/+33 | |
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 | chatroom-manager: fix text channel check | Guillaume Desmottes | 1 | -1/+2 | |
2014-02-27 | contact: use new TpContact location API | Guillaume Desmottes | 1 | -15/+25 | |
2014-02-27 | use new TpAccount API | Guillaume Desmottes | 2 | -10/+15 | |
2014-02-27 | use vardict API to interact and request channels | Guillaume Desmottes | 6 | -86/+80 | |
2014-02-26 | use TpAccountChannelRequest Conference high level API | Guillaume Desmottes | 1 | -6/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | tp-chat: stop setting TargetHandleType: None | Guillaume Desmottes | 1 | -4/+0 | |
It's now down automatically by TpAccountChannelRequest. https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | use tp_account_channel_request_set_sms_channel() | Guillaume Desmottes | 1 | -3/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | use tp_account_channel_request_set_file_transfer_hash() | Guillaume Desmottes | 1 | -7/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | ft-handler: use TpAccountChannelRequest higher level API | Guillaume Desmottes | 1 | -40/+20 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | tp-chat: use TpAccountChannelRequest higher level API | Guillaume Desmottes | 1 | -18/+17 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-26 | request-util: use TpAccountChannelRequest higher level API | Guillaume Desmottes | 1 | -13/+6 | |
https://bugzilla.gnome.org/show_bug.cgi?id=725070 | |||||
2014-02-13 | TplEntity has been replaced by TpEntityType | Guillaume Desmottes | 2 | -3/+3 | |
2014-02-13 | TpHandleType has been renamed to TpEntityType | Guillaume Desmottes | 7 | -19/+19 | |
2014-02-07 | Merge branch 'master' into next-remove-ext | Guillaume Desmottes | 6 | -10/+41 | |
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 | add empathy-bus-names.h | Guillaume Desmottes | 2 | -0/+30 | |
It's convenient to have a single file containing all the D-Bus names so a component can easily call a method on another one. Also rename from DBUS_NAME to BUS_NAME to stay coherent with the TP_BUS_NAME. https://bugzilla.gnome.org/show_bug.cgi?id=723766 | |||||
2014-02-06 | prefix Telepathy bus names with TP_ | Guillaume Desmottes | 4 | -10/+11 | |
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-04 | remove CredentialsStorage extension | Guillaume Desmottes | 1 | -24/+2 | |
2014-01-30 | im.telepathy1 -> im.telepathy.v1 | Guillaume Desmottes | 2 | -2/+2 | |
2014-01-30 | Handler high level API: now singular | Guillaume Desmottes | 2 | -26/+9 | |
2014-01-30 | TpHandleChannelsContext has been renamed to TpHandleChannelContext | Guillaume Desmottes | 2 | -12/+12 | |
2014-01-30 | Observer high level API: now singular | Guillaume Desmottes | 2 | -53/+34 | |
2014-01-30 | TpObserveChannelsContext has been renamed TpObserveChannelContext | Guillaume Desmottes | 2 | -13/+13 | |
2014-01-27 | Adapt for use of ABI versions in generated code | Guillaume Desmottes | 9 | -61/+61 | |
https://bugzilla.gnome.org/show_bug.cgi?id=710992 | |||||
2014-01-27 | TP_CHANNEL_FEATURE_CONTACTS has been removed | Guillaume Desmottes | 1 | -2/+1 | |
2014-01-27 | tp-chat: prepare GROUP if needed | Guillaume Desmottes | 1 | -1/+25 | |
GROUP is no longer a part of CORE so we have to prepare it manually. | |||||
2014-01-27 | groups-contacts-changed signal has been renamed | Guillaume Desmottes | 1 | -3/+3 | |
2014-01-27 | Port to Telepathy 1.0 | Guillaume Desmottes | 11 | -53/+66 | |
2014-01-27 | Rename org.freedesktop.Telepathy to im.telepathy1 | Xavier Claessens | 2 | -2/+2 | |
2013-11-25 | libempathy: Remove empathy_create_individual_from_tp_contact() | Philip Withnall | 2 | -23/+0 | |
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-10-31 | SASL: fix facebook mechanism | Xavier Claessens | 1 | -16/+17 | |
libsoup was escaping '_' and '.' in the challenge response but the facebook server is not expecting that. https://bugzilla.gnome.org/show_bug.cgi?id=707747 | |||||
2013-10-24 | tp-chat: prepare CONTACTS before our custom feature | Guillaume Desmottes | 1 | -1/+2 | |
We rely on TP_CHANNEL_FEATURE_CONTACTS being prepared when preparing EMPATHY_TP_CHAT_FEATURE_READY. | |||||
2013-10-22 | stop using tp_account_manager_is_prepared() | Guillaume Desmottes | 1 | -1/+1 | |
It has been deprecated. | |||||
2013-10-22 | libempathy: Fix several memory leaks from libgee | Philip Withnall | 2 | -4/+9 | |
See commit 039dc326208e02b687e93739434e27a867f4ffa7. https://bugzilla.gnome.org/show_bug.cgi?id=710453 | |||||
2013-10-21 | stop using generated ServerTLSConnection API | Guillaume Desmottes | 2 | -7/+4 | |
It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896 | |||||
2013-10-03 | EmpathyMessage: remove flags, they are useless | Xavier Claessens | 2 | -37/+2 | |
2013-10-03 | Add missing telepathy-glib-dbus.h includes | Xavier Claessens | 12 | -0/+15 | |
2013-10-03 | Rename NUM_TP_ to TP_NUM_ | Xavier Claessens | 3 | -6/+6 | |
2013-09-16 | Stop using deprecated libaccounts-glib functions | Xavier Claessens | 1 | -24/+40 | |
2013-09-16 | Stop using Folks deprecated functions | Xavier Claessens | 1 | -1/+1 | |
2013-09-12 | Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dup | Chandni Verma | 1 | -1/+1 | |
2013-09-03 | UOA: Fix build failure | Tim Lunn | 1 | -1/+1 | |
This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c https://bugzilla.gnome.org/show_bug.cgi?id=707338 | |||||
2013-09-03 | preferences: remove location sources preferences | Guillaume Desmottes | 1 | -3/+0 | |
Not used anymore with Geoclue 2. https://bugzilla.gnome.org/show_bug.cgi?id=706627 | |||||
2013-08-20 | Use the telepathy-account-widgets submodule instead of the internal copy | Marco Barisione | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=699492 | |||||
2013-08-20 | debug: remove EMPATHY_DEBUG_IRC as it's not needed any more | Marco Barisione | 2 | -14/+12 | |
https://bugzilla.gnome.org/show_bug.cgi?id=699492 | |||||
2013-08-20 | debug: set tp-account-widgets's debug flags | Marco Barisione | 1 | -0/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=699492 | |||||
2013-08-20 | tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it | Marco Barisione | 6 | -13/+21 | |
https://bugzilla.gnome.org/show_bug.cgi?id=699492 | |||||
2013-08-20 | tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename it | Marco Barisione | 5 | -40/+6 | |
This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 |