summaryrefslogtreecommitdiff
path: root/libempathy-gtk
AgeCommit message (Collapse)AuthorFilesLines
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-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-04Renaming: use tp-glib API instead of generating it as an extensionGuillaume Desmottes1-6/+5
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
2013-09-05stop using gtk_style_context_get_fontGuillaume Desmottes1-2/+5
It's been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=707538
2013-09-05stop using gtk_icon_info_free()Guillaume Desmottes2-2/+2
It's been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=707538
2013-09-04remove egg-list-boxGuillaume Desmottes2-3/+0
https://bugzilla.gnome.org/show_bug.cgi?id=706988
2013-09-04roster-view: inherit from GtkListBoxGuillaume Desmottes2-78/+72
https://bugzilla.gnome.org/show_bug.cgi?id=706988
2013-09-04roster-group: inherit from GtkListBoxRowGuillaume Desmottes3-9/+17
Need to be pack in a GtkListBox. https://bugzilla.gnome.org/show_bug.cgi?id=706988
2013-09-04roster-contact: inherit from GtkListBoxRowGuillaume Desmottes2-9/+10
Need to be pack in a GtkListBox. https://bugzilla.gnome.org/show_bug.cgi?id=706988
2013-09-03location-manager: use Geoclue 2Guillaume Desmottes1-371/+72
https://bugzilla.gnome.org/show_bug.cgi?id=706627
2013-09-03add empathy-geoclue-helperGuillaume Desmottes4-2/+641
Based on a proposed API on fdo#68658. May end up in geoclue at some point. https://bugzilla.gnome.org/show_bug.cgi?id=706627
2013-09-02theme-adium: deal with g_resources_lookup_data() failingGuillaume Desmottes1-0/+3
Only empathy-chat registers the gresources so when executing this code from the empathy process (theme preview in the preferences dialog) we don't find the resource. That's fine as this JS code is only used for the infinite callback but best to not warning. https://bugzilla.gnome.org/show_bug.cgi?id=707291
2013-09-02Use typographical ellipses consistentlySeán de Búrca1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=707104
2013-08-28egg-list-box: update to masterGuillaume Desmottes2-2/+2
Update the signature of our sort function as its API changed. https://bugzilla.gnome.org/show_bug.cgi?id=706829
2013-08-23Emit menu-item-activated when an action is performed from the individual menuChandni Verma3-28/+66
https://bugzilla.gnome.org/show_bug.cgi?id=643183
2013-08-23Deploy a signal "menu-item-activated" in EmpathyIndividualMenuChandni Verma1-0/+17
https://bugzilla.gnome.org/show_bug.cgi?id=643183
2013-08-20Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20account-widget: add an "action-area" propertyMarco Barisione2-2/+3
This allows user of the class to get the buttons packed in a different widget, for instance the one returned by gtk_dialog_get_action_area. https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20protocol-chooser: port to TpawProtocolMarco Barisione2-397/+54
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from EmpathyMarco Barisione1-2/+0
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20pixbuf-utils: copy the generic pixbuf-related utily functions from EmpathyMarco Barisione12-184/+30
This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione13-31/+45
https://bugzilla.gnome.org/show_bug.cgi?id=699492