summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-05Ignore GTask being GLib 2.36 API so this can compile in Empathy 3.838-goa-mc-517Simon McVittie1-0/+8
2014-02-05GOA plugin: implement both MC 5.16 and MC 5.18 APIsSimon McVittie1-39/+364
2014-02-05GOA plugin: use signal-emission helpersSimon McVittie1-3/+5
2014-02-05Update GOA plugin to Empathy masterSimon McVittie2-5/+2
I don't have a build environment for Empathy 3.10 at the moment.
2014-02-03updated kn.poShankar Prasad1-1450/+833
2014-01-18Fix a mistake in Chinese simplified translation that may block compilinggnome-3-8Wylmer Wang1-1/+1
2013-12-18Updated Telugu TranslationsKrishnababu Krothapalli1-837/+758
2013-12-07Update Chinese simplified translationWylmer Wang1-740/+862
2013-11-153.8.6Guillaume Desmottes2-2/+8
2013-11-15use (room-name, account-path) as primary key when removing GMenuItemGuillaume Desmottes1-5/+24
https://bugzilla.gnome.org/show_bug.cgi?id=707885
2013-11-15menu_removed_cb: fix 'name' leakGuillaume Desmottes1-7/+13
https://bugzilla.gnome.org/show_bug.cgi?id=707885
2013-11-15menu_removed_cb: call g_menu_model_get_n_items() onceGuillaume Desmottes1-3/+4
No need to call it during each iteration. https://bugzilla.gnome.org/show_bug.cgi?id=707885
2013-11-15Create one single GAction to join roomsGuillaume Desmottes1-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.
2013-11-11remove released flagGuillaume Desmottes1-1/+1
2013-11-113.8.5Guillaume Desmottes2-2/+16
2013-11-05Finnish translation updateLasse Liehu1-734/+751
2013-10-31SASL: fix facebook mechanismXavier Claessens1-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-13audio-sink: fix compilation with GStreamer 0.10Will Thompson1-0/+1
66e393b removed this include, but without it compilation fails for me. I assume this is beacuse I am building Empathy against GStreamer 0.10 and Emanuele was building against GStreamer 1.0 when removing unneeded includes. https://bugzilla.gnome.org/show_bug.cgi?id=709741
2013-09-26[l10n]Updated Turkish translationEmin Tufan Çetin1-2547/+2764
2013-09-16Revert "Fix build with UOA"Xavier Claessens7-34/+31
This reverts commit b8956d60c2ea6a8836dc9e84e0c067cb19858a83.
2013-09-13Fix build with UOAXavier Claessens7-31/+34
Conflicts: src/empathy-sanity-cleaning.c telepathy-account-widgets ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.c ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c
2013-09-09debug-window: fix typoGuillaume Desmottes1-1/+1
2013-09-09remove released flagGuillaume Desmottes1-1/+1
2013-09-09prepare 3.8.4Guillaume Desmottes2-2/+17
2013-09-09debug-window: ellipsize the message text rendererGuillaume Desmottes1-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
2013-08-08Don't dereference a NULL errorEmilio Pozuelo Monfort1-1/+2
libsecret returns FALSE without an error in some cases but we unconditionally dereference it, causing a crash. https://bugzilla.gnome.org/show_bug.cgi?id=692105
2013-07-18GOA: ignore non-Telepathy accountsMarco Barisione1-0/+6
This fixes a crash when trying to remove a GOA account without chat support. https://bugzilla.gnome.org/show_bug.cgi?id=704469
2013-06-26AccountsDialog: Ellipsize account dispaly nameXavier Claessens1-0/+1
This fix gnome-shell crash if the name is too big, because it makes the window huge. https://bugzilla.gnome.org/show_bug.cgi?id=702095
2013-06-26Fix escaping of text in empathy log windowRyan Lortie1-1/+21
We insert text into the log window by using a javascript expression, with the text to insert quoted with single quotes. Ensure that we apply the correct escaping so that backslashes and quote characters are taken literally. https://bugzilla.gnome.org/show_bug.cgi?id=691085
2013-06-11debug-window: fix messages array leakGuillaume Desmottes1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=701914
2013-06-11EmpathyNewChatroomDialog: Do not crash if the CM omitted handle-nameXavier Claessens1-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=698742
2013-06-11EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to ↵Xavier Claessens1-3/+12
selected account When switching account before tp_room_list_new_async() finish, there is a race for which one will finish first. We ignore the new TpRoomList if it does not correspond to the currently selected account. https://bugzilla.gnome.org/show_bug.cgi?id=698742
2013-06-11EmpathyNewChatroom: Fix comment to correspond to the realityXavier Claessens1-2/+2
The comments where out of sync with the en COL_* enum. https://bugzilla.gnome.org/show_bug.cgi?id=698742
2013-05-24remove released flagGuillaume Desmottes1-1/+1
2013-05-243.8.3Guillaume Desmottes2-2/+8
2013-05-24debug-window: pass the proper type when setting 'yalign'Guillaume Desmottes1-1/+1
2013-05-24new-chatroom-dialog: use tp_g_signal_connect_object()Guillaume Desmottes1-6/+6
https://bugzilla.gnome.org/show_bug.cgi?id=696151
2013-05-24Revert "log-window: escape the body of the message"Guillaume Desmottes1-7/+2
This commit introduced a nasty regression breaking UTF-8 logs (#692746). I prefer to revert it as #691085 was a far less anoying bug. We'll re-fix #691085 once we'll have a UTF-8 friendly escape function in GLib (#89548). This reverts commit 1e7449f5a14e2f031389808206c9991f65d3ade7.
2013-05-20remove released flagGuillaume Desmottes1-1/+1
2013-05-20prepare 3.8.2Guillaume Desmottes2-2/+9
2013-05-07Fix crash when displaying google account vcardXavier Claessens1-0/+11
2013-05-03call-window: Remember that the audio output has been addedOlivier Crête1-0/+1
Otherwise it tries to re-add it. https://bugzilla.gnome.org/show_bug.cgi?id=697214
2013-05-03libempathy: Fix build by adding missing math.h headerStef Walter1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=699017
2013-04-15remove released flagGuillaume Desmottes1-1/+1
2013-04-153.8.1Guillaume Desmottes1-0/+18
2013-04-15prepare 3.8.1Guillaume Desmottes1-2/+2
2013-04-07Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ1-2487/+2535
2013-04-05Updated German help translationChristian Kirbach1-23/+22
2013-04-05EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)1-4/+10
Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
2013-04-03UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵Lukas Vacek1-2/+8
not ready yet