summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* roster-window: fix crash if empathy_chatroom_manager_find() failedGuillaume Desmottes2014-08-281-3/+2
| | | | This function doesn't use/set a GError so we shouldn't try to use it.
* Add missing textdomain() callJuan A. Suarez Romero2014-05-301-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696977
* call-utils: use TpAccountChannelRequest higher level APIGuillaume Desmottes2014-02-261-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=725070
* call-handler: remove 'initial-audio' propGuillaume Desmottes2014-02-261-15/+0
| | | | | | It was always set to TRUE anyway. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* empathy_call_new_with_streams: remove initial_audio argGuillaume Desmottes2014-02-261-2/+1
| | | | | | We always pass TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=725070
* Use new name of Ubuntu Online Accounts panel.Robert Ancell2014-02-241-2/+2
| | | | | | Since migrating to unity-control-center the name for the credentials panel has changed. Use this new name. https://bugzilla.gnome.org/show_bug.cgi?id=724711
* add Chat_Manager.xml to EXTRA_DISTEMPATHY_3_11_90Guillaume Desmottes2014-02-171-1/+2
|
* chat-mgr: use GDBus service APIGuillaume Desmottes2014-02-122-27/+33
| | | | | | | We have now to use the GtkApplication bus name when calling the method as GBus uses this bus name and not the Telepathy one which is used by dbus-glib. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* chat-mgr: Use GDBus client side APIGuillaume Desmottes2014-02-122-16/+52
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723766
* generate GDBus API for the chat managerGuillaume Desmottes2014-02-123-0/+48
| | | | | | Plan is to get rid of our own code gen system in next. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* add empathy-bus-names.hGuillaume Desmottes2014-02-065-15/+10
| | | | | | | | | 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
* prefix Telepathy bus names with TP_Guillaume Desmottes2014-02-063-4/+4
| | | | | | | 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
* chat-manager: define CHAT_MANAGER_PATHGuillaume Desmottes2014-02-061-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723766
* audio-src: use gst 1.0 caps formatGuillaume Desmottes2014-02-051-1/+1
|
* debug-window: disable Debug on all proxies when exitingGuillaume Desmottes2014-02-051-0/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: fix leak on all TpDebugClientGuillaume Desmottes2014-02-051-3/+4
| | | | | | | The store keeps its own ref and the client is reffed while the async call so we can unref it right away. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: fix proxy leakGuillaume Desmottes2014-02-051-0/+2
| | | | | | gtk_list_store_get() gives us a new ref. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: prevent using the store when disposingGuillaume Desmottes2014-02-051-1/+6
| | | | | | | Using g_signal_connect_object() isn't enought as it prevents from calling the callback when the windows has been destroyed but not while disposing it. https://bugzilla.gnome.org/show_bug.cgi?id=692793
* debug-window: prevent proxy_invalidated_cb to be called after disposeGuillaume Desmottes2014-02-051-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692793
* Set the license type instead of the license text.Emilio Pozuelo Monfort2014-02-031-28/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=637316
* event-manager: remove HandleWith() fallbackGuillaume Desmottes2014-01-271-30/+1
| | | | Mission-control 5.5.0 has been released 3.5 years ago...
* call-window: use HandleWithTime()Guillaume Desmottes2014-01-271-2/+3
| | | | | Makes transition to next easier as HandleWith() is going to always have the 'time' argument.
* app menu: standardize Help/About/QuitMichael Catanzaro2013-12-271-1/+1
| | | | | | | | We're going to use simply "About" instead of "About Empathy" https://wiki.gnome.org/Design/HIG/ApplicationMenus https://bugzilla.gnome.org/show_bug.cgi?id=720114
* Roster: use the plural for "any contacts"Will Thompson2013-12-021-1/+1
| | | | | | | | In the context of “You haven't added any contact yet”, “contact” should be plural. This patch fixes the LANG=C string; translators can do their thing. https://bugzilla.gnome.org/show_bug.cgi?id=709611
* Insert smileys at the cursor positionVeena Katiyar2013-11-181-5/+2
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899
* accounts-dialog: early return if gtk_tree_view_get_selection returns NULLGuillaume Desmottes2013-10-251-0/+2
|
* event-manager: ignore StreamedMediaGuillaume Desmottes2013-10-231-2/+1
|
* Stop observing/approving StreamedMedia channelsGuillaume Desmottes2013-10-222-19/+4
|
* Merge branch 'gnome-3-10'Guillaume Desmottes2013-10-121-83/+48
|\ | | | | | | | | Conflicts: configure.ac
| * use list_names_cb to find MCGuillaume Desmottes2013-10-121-18/+7
| | | | | | | | | | | | Make the code more symetric. https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: factor out helpersGuillaume Desmottes2013-10-121-9/+28
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: stop using tp_list_connection_names()Guillaume Desmottes2013-10-121-48/+5
| | | | | | | | | | | | Make the code more symetric. https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * debug: make add_client() more genericGuillaume Desmottes2013-10-121-8/+8
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710017
| * Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-1010-0/+11
| |
* | Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-0310-0/+11
| |
* | Drop support for gstreamer 0.10Xavier Claessens2013-10-034-97/+1
|/ | | | GStreamer 1.0 is now mandatory.
* EmpathyDebugWindow: set request widget size, drop set default sizeIgor Gnatenko2013-09-261-1/+1
| | | | | | | | | | | | | Empathy debug window opens w/ weird size. This caused by scrolled window. In official documentation of gtk+ I look that uses: gtk_widget_set_size_request (window, 300, 300); And it's work! Set default size isn't needed. Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708826 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* use (room-name, account-path) as primary key when removing GMenuItemGuillaume Desmottes2013-09-251-5/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885
* menu_removed_cb: fix 'name' leakGuillaume Desmottes2013-09-251-7/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707885
* menu_removed_cb: call g_menu_model_get_n_items() onceGuillaume Desmottes2013-09-251-3/+4
| | | | | | No need to call it during each iteration. https://bugzilla.gnome.org/show_bug.cgi?id=707885
* Create one single GAction to join roomsGuillaume Desmottes2013-09-251-34/+46
| | | | | | | | The proper way to handle multi menu items having the same semantic is to have one single GAction associated with different GMenuItem having specific parameters instead of having one action per menu item. Fix bgo#707885 as we no longer have spaces in GMenuItem action names.
* preferences: remove location resources BIND_SENSITIVE callsGuillaume Desmottes2013-09-241-6/+0
| | | | | | | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 removed the BIND_ACTIVE calls but I forgot those. https://bugzilla.gnome.org/show_bug.cgi?id=708684
* EmpathyDebugger: Initialize gint argc as 0Igor Gnatenko2013-09-231-1/+1
| | | | | | | | | Since f451000063d5e20b337d2a8d7b0d7faf6429af6b empathy-debugger crashes on start, because have cycle w/ argc++, but argc is uninitialized. Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708403 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* coding style fixesGuillaume Desmottes2013-09-173-3/+3
|
* Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dupChandni Verma2013-09-121-1/+1
|
* Merge branch 'gnome-3-8'Guillaume Desmottes2013-09-091-1/+1
|\ | | | | | | | | | | Conflicts: NEWS configure.ac
| * debug-window: fix typoGuillaume Desmottes2013-09-091-1/+1
| |
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-09-091-1/+6
|\ \ | |/ | | | | | | Conflicts: libempathy/empathy-keyring.c
| * debug-window: ellipsize the message text rendererGuillaume Desmottes2013-09-091-1/+6
| | | | | | | | | | | | | | Ridiculously long messages were crashing empathy-debugger because Pango weren't able to display them all. https://bugzilla.gnome.org/show_bug.cgi?id=696328
* | stop using gtk_style_context_get_fontGuillaume Desmottes2013-09-051-3/+6
| | | | | | | | | | | | It's been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=707538