aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | GNOME Goal: Update icon namesB.Prathibha2013-05-034-4/+4
| | | | | | | | | | | | Corrected the icon names as per the icon naming spec. https://bugzilla.gnome.org/show_bug.cgi?id=692160
* | fixed grammatical error: setup -> set up could find this error only in ↵SandipTiwari2013-05-031-1/+1
| | | | | | | | | | | | src/empathy-roster-window.c changed from "You need to setup an ..." to "You need to set up an ..." as suggested. https://bugzilla.gnome.org/show_bug.cgi?id=697302
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-031-0/+1
|\|
| * call-window: Remember that the audio output has been addedOlivier Crête2013-05-031-0/+1
| | | | | | | | | | | | Otherwise it tries to re-add it. https://bugzilla.gnome.org/show_bug.cgi?id=697214
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-033-1/+21
|\| | | | | | | | | Conflicts: src/empathy.c
| * libempathy: Fix build by adding missing math.h headerStef Walter2013-05-031-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699017
| * remove released flagGuillaume Desmottes2013-04-151-1/+1
| |
| * 3.8.1EMPATHY_3_8_1Guillaume Desmottes2013-04-151-0/+18
| |
| * prepare 3.8.1Guillaume Desmottes2013-04-151-2/+2
| |
| * Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2013-04-081-2487/+2535
| |
| * Updated German help translationChristian Kirbach2013-04-051-23/+22
| |
| * EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
| | | | | | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
* | Updated Spanish translationDaniel Mustieles2013-05-031-93/+148
| |
* | Updated link-contacts.page, bug 677549Shobha Tyagi2013-04-301-25/+48
| |
* | [l10n] Updated Italian translation.Milo Casagrande2013-04-281-716/+715
| |
* | Updated Greek translationDimitris Spingos2013-04-261-198/+211
| |
* | Updated Spanish translationDaniel Mustieles2013-04-241-90/+119
| |
* | Update Simplified Chinese help translationWylmer Wang2013-04-201-2280/+2691
| |
* | Update video call help for 3.8Ekaterina Gerasimova2013-04-163-15/+18
| |
* | Update help for making audio callsEkaterina Gerasimova2013-04-163-12/+19
| | | | | | | | | | Update the help for 3.8 and delete icon that is no longer dispayed in the application.
* | Updated Spanish translationDaniel Mustieles2013-04-131-41/+39
| |
* | empathy-utils: add missing math.h includeGuillaume Desmottes2013-04-101-0/+1
| |
* | Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2013-04-081-2487/+2535
| |
* | Updated German help translationChristian Kirbach2013-04-051-23/+22
| |
* | EmpathyDebugger: Use application activate and keep platform dataMarco Trevisan (Treviño)2013-04-051-19/+51
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | EmpathyApp: Use GAction to pass the command-line to main instanceMarco Trevisan (Treviño)2013-04-051-1/+28
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | EmpathyApp: don't open the main instance if only the preferences are requestedMarco Trevisan (Treviño)2013-04-051-4/+10
| | | | | | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254
* | EmpathyChat: pass platform-data when activatingMarco Trevisan (Treviño)2013-04-051-2/+4
| | | | | | | | This can be done by not initializing gtk before that the application will do it.
* | EmpathyAccounts: use GApplication activateMarco Trevisan (Treviño)2013-04-051-16/+21
| |
* | EmpathyApp: don't activate app with invalid commandlineMarco Trevisan (Treviño)2013-04-051-6/+7
| |
* | EmpathyApp: clear errors in command-line initializationMarco Trevisan (Treviño)2013-04-051-5/+2
| |
* | empaty.desktop: enable StartupNotifyMarco Trevisan (Treviño)2013-04-051-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | Empathy: Use g_application_activate to pass platform-data to the GtkApplicationMarco Trevisan (Treviño)2013-04-051-27/+16
| | | | | | | | | | | | | | Also we make sure that the DESKTOP_STARTUP_ID env variable is not unset when initializing gtk. https://bugzilla.gnome.org/show_bug.cgi?id=697197
* | keyring: Drop legacy function after the libsecret migrationEmanuele Aina2013-04-043-16/+2
| |
* | Merge branch 'gnome-3-8'Xavier Claessens2013-04-031-2/+8
|\|
| * UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵Lukas Vacek2013-04-031-2/+8
| | | | | | | | not ready yet
* | Clean up #include directives in source filesEmanuele Aina2013-04-0266-105/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | Clean up #include directives in headersEmanuele Aina2013-04-0256-64/+16
| | | | | | | | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-02183-542/+427
| | | | | | | | | | | | | | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* | help: Fix broken linkEkaterina Gerasimova2013-04-011-1/+1
| |
* | help: Mark icon as untranslatableEkaterina Gerasimova2013-04-011-2/+3
| | | | | | | | | | Mark the icon in the index as untranslatable, but the fallback text as translatable.
* | chat-resources: Fix dependencies generation on $(srcdir) != $(builddir)Emanuele Aina2013-04-011-11/+7
| | | | | | | | | | | | `glib-compile-resources generate-dependencies' needs the --sourcedir flag to be able to work properly when $(srcdir) != $(builddir). Spotted by running `make distcheck'.
* | Use a flat namespace for internal includesEmanuele Aina2013-04-01161-433/+440
| | | | | | | | | | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | Avoid include path overspecificationsEmanuele Aina2013-04-0117-33/+33
| | | | | | | | | | | | | | If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | Use double quotes for all internal headersEmanuele Aina2013-04-01158-448/+448
| | | | | | | | | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* | utils: Drop the file-based empathy_xml_validate()Emanuele Aina2013-04-012-37/+0
| | | | | | | | | | | | | | | | After embedding all the DTDs with GResource the file-based empathy_xml_validate() is no longer needed, replaced by empathy_xml_validate_from_resource(). https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-017-12/+33
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | utils: Add empathy_xml_validate_from_resource()Emanuele Aina2013-04-012-0/+37
| | | | | | | | | | | | Validate against dtd stored in a GResource. https://bugzilla.gnome.org/show_bug.cgi?id=696974
* | account-widget: Embed .ui files with GResourceEmanuele Aina2013-04-018-42/+64
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696978
* | ui-utils: Add empathy_builder_get_resource()Emanuele Aina2013-03-312-5/+43
|/ | | | | | | Add the empathy_builder_get_file() companion to load UI elements from embedded resources. https://bugzilla.gnome.org/show_bug.cgi?id=696978
* Fix breakage introduced in previous commit with Cheese enabledEmanuele Aina2013-03-291-0/+1
| | | | | Oops. I failed to test commit 66e393b7 with the Cheese support enabled and I deleted an header too much.
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-28135-731/+5
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-2861-61/+61
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* goa-mc-plugin: Fix deprecation warningsEmanuele Aina2013-03-271-6/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696544
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-271-33/+40
|
* Updated British English translationBruce Cowan2013-03-271-242/+320
|
* Update uk translationDaniel Korostil2013-03-261-265/+340
|
* Updated kn translationsShankar Prasad2013-03-261-1/+1
|
* Updated kn translationsShankar Prasad2013-03-261-14/+8
|
* release.py: update last_tag_patternGuillaume Desmottes2013-03-261-1/+1
|
* remove released flagGuillaume Desmottes2013-03-261-1/+1
|
* 3.8.0EMPATHY_3_8_0Guillaume Desmottes2013-03-262-3/+26
|
* Updated Telugu TranslationsKrishnababu Krothapalli2013-03-251-175/+249
|
* Updated gujarati fileSweta Kothari2013-03-251-214/+291
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-251-1/+1
|
* Update French translationAlexandre Franke2013-03-241-25/+133
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-241-489/+522
|
* Updated Slovenian translationAndrej Žnidaršič2013-03-231-417/+221
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-03-231-236/+310
|
* Updated Russian translationYuri Myasoedov2013-03-221-457/+733
|
* Updated Hungarian documentation translationGabor Kelemen2013-03-211-173/+163
|
* hindi translationRajesh Ranjan2013-03-211-177/+248
|
* Updated slovak translationPavol Klačanský2013-03-211-5/+3
|
* L10N: Updated Persian TranslationArash Mousavi2013-03-211-170/+248
|
* Updated Tamil translationDr.T.Vasudevan2013-03-201-1097/+1343
|
* Updated Odia Translation.ManojKumar Giri2013-03-201-210/+291
|
* gitignore: Hide autogenerated resource files from gitEmanuele Aina2013-03-201-0/+2
|
* remove released flagGuillaume Desmottes2013-03-201-1/+1
|
* 3.7.92EMPATHY_3_7_92Guillaume Desmottes2013-03-202-1/+32
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-202-0/+4413
|
* Updated slovak translationPavol Klačanský2013-03-191-61/+55
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-03-181-265/+334
|
* Updated Korean translationChangwoo Ryu2013-03-161-183/+248
|
* Updated Portuguese translation and converted to New Spelling (Novo AO)Duarte Loreto2013-03-151-372/+439
|
* Update French translationAlexandre Franke2013-03-141-193/+268
|
* Fix link issue when UOA is enabledXavier Claessens2013-03-131-0/+2
| | | | | src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we have to pass UOA build flags.
* Bump required Folks version to 0.9.0Xavier Claessens2013-03-131-1/+1
| | | | | We depend on libgee 0.8 so we have to ensure that we build with a folks that uses libgee 0.8 as well.
* [l10n] Updated Estonian translationMattias Põldaru2013-03-131-8/+25
|
* Updated Danish translationKennethNielsen2013-03-131-198/+231
|
* [l10n] Updated Italian translation.Milo Casagrande2013-03-131-140/+134
|
* Updated Indonesian translationAndika Triwidada2013-03-121-190/+227
|
* [l10n] Updated Catalan translationGil Forcada2013-03-121-261/+330
|
* irc-network-chooser-dialog: break live search references cycleGuillaume Desmottes2013-03-111-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105
* irc-network-chooser-dialog: disconnect live search signals in disposeGuillaume Desmottes2013-03-111-12/+12
| | | | | | | The 'destroyed' signal is called to late, we have to disconnect those signals before destroying the live search object. https://bugzilla.gnome.org/show_bug.cgi?id=692105
* live_search_unmap: check if priv->hook_widget is not NULLGuillaume Desmottes2013-03-111-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105
* explicitely depends on coglGuillaume Desmottes2013-03-111-0/+1
| | | | | | We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556
* Updated kn translationsShankar Prasad2013-03-111-141/+146
|
* Updated kn translationsShankar Prasad2013-03-111-183/+200
|
* Updated Hungarian translation by Péter Bojtos <ptr at ulx dot hu>Gabor Kelemen2013-03-101-285/+391
|
* Updated Greek translationDimitris Spingos2013-03-101-24/+145
|
* Updated Belarusian translation.Ihar Hrachyshka2013-03-071-192/+263
|
* Updated Brazilian Portuguese translationRafael Ferreira2013-03-051-255/+327
|
* prepare 3.7.91EMPATHY_3_7_91Guillaume Desmottes2013-03-052-2/+15
|
* Updated German help translationTobias Endrigkeit2013-03-041-27/+127
|
* Punjabi: Translation updated (aalam)A S Alam2013-02-271-77/+81
|
* Updated Uyghur translationGheyret Kenji2013-02-251-27/+27
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Greek translationDimitris Spingos2013-02-251-239/+254
|
* Updated Czech translationAdam Matoušek2013-02-231-196/+266
|
* Punjabi: Translation updated (aalam)A S Alam2013-02-221-176/+242
|
* Updated Latvian translationRūdolfs Mazurs2013-02-201-257/+323
|
* remove released flagGuillaume Desmottes2013-02-191-1/+1
|
* prepare 3.7.90EMPATHY_3_7_90Guillaume Desmottes2013-02-192-2/+19
|
* Revert "Go back to libgee 0.6.x"Guillaume Desmottes2013-02-195-11/+9
| | | | | | This reverts commit 670aec4ba8b16fbf35afdf65b65c1904872286dc. https://bugzilla.gnome.org/show_bug.cgi?id=680152
* [l10n]Updated German translationTobias Endrigkeit2013-02-181-172/+193
|
* Updated Polish translationPiotr Drąg2013-02-171-173/+167
|
* Updated slovak translationPavol Klačanský2013-02-161-476/+446
|
* Updated Aragonese translationDaniel Martinez2013-02-151-1051/+458
|
* Updated Uyghur translationGheyret Kenji2013-02-131-3/+3
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Uyghur translationGheyret Kenji2013-02-091-91/+80
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* tests: Fix empathy-tls-testStef Walter2013-02-068-31/+67
| | | | | | | * Create new certificates * Add a make target for rebuilding the certificates in the future https://bugzilla.gnome.org/show_bug.cgi?id=693190
* remove released flagGuillaume Desmottes2013-02-051-1/+1
|
* tests: disable empathy-tls-testEMPATHY_3_7_5Guillaume Desmottes2013-02-051-2/+2
| | | | | The test is currently broken because tests/certificates/dhansak-collabora.cer expired. I opened bgo#693190 to fix it.
* Updated Spanish translationDaniel Mustieles2013-02-051-33/+28
|
* Prepare 3.7.5Guillaume Desmottes2013-02-042-2/+25
|
* Help: Fixed installation link.Sindhu S2013-02-031-4/+11
| | | | Used new mallard syntax for installation link of telepathy-idle
* Updated Malayalam LocalizationAnish A2013-02-031-482/+417
|
* Updated Basque languageInaki Larranaga Murgoitio2013-01-311-2308/+2355
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2013-01-282-538/+664
|
* Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-241-0/+2
|\
| * chatroom-manager: save file when only the 'favorite' prop is changedGuillaume Desmottes2013-01-241-0/+2
| | | | | | | | | | | | | | Needed to save favorite changes from empathy-chat as it only changes this property. https://bugzilla.gnome.org/show_bug.cgi?id=678983
* | Bump the telepathy-logger dependency to 0.8.0Debarshi Ray2013-01-211-1/+1
| | | | | | | | | | | | We are using TplLogWalker. Fixes: https://bugzilla.gnome.org/639877
* | empathy-chat: show pending messages only for the first set of logsDebarshi Ray2013-01-211-4/+5
| | | | | | | | Fixes: https://bugzilla.gnome.org/639877
* | empathy-chat: load logs as the user scrolls up or resizes the dialogDebarshi Ray2013-01-211-45/+173
| | | | | | | | | | | | This requires the TplLogWalker API to iterate over the logs. Fixes: https://bugzilla.gnome.org/639877
* | theme-adium: add empathy_theme_adium_prepend_messageDebarshi Ray2013-01-212-34/+135
| | | | | | | | | | | | | | ... and refactor the empathy_theme_adium_append_message code path so that the common parts can be shared. Fixes: https://bugzilla.gnome.org/639877
* | empathy-chat: load and register the JavaScript resourceDebarshi Ray2013-01-211-0/+8
| | | | | | | | Fixes: https://bugzilla.gnome.org/639877
* | empathy-chat: add some JavaScript to prepend messagesDebarshi Ray2013-01-214-1/+126
| | | | | | | | Fixes: https://bugzilla.gnome.org/639877
* | boxes theme: fix whitespaceDebarshi Ray2013-01-211-2/+2
| |
* | adium themes: support prependDebarshi Ray2013-01-215-0/+5
| | | | | | | | | | | | | | | | | | This is done by providing a #prepend similar to the #insert mandated by the Adium spec. NB: #prepend is an extension of the Adium spec. Fixes: https://bugzilla.gnome.org/639877
* | Updated Serbian translationМирослав Николић2013-01-182-398/+552
| |
* | remove released flagGuillaume Desmottes2013-01-161-1/+1
| |
* | prepare 3.7.4EMPATHY_3_7_4Guillaume Desmottes2013-01-162-2/+50
| |
* | Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-160-0/+0
|\| | | | | | | | | | | Conflicts: NEWS configure.ac
| * remove released flagGuillaume Desmottes2013-01-091-1/+1
| |
| * prepare 3.6.3EMPATHY_3_6_3Guillaume Desmottes2013-01-092-2/+24
| |
| * extensions: fix parallel buildGuillaume Desmottes2013-01-091-1/+3
| | | | | | | | | | | | | | Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132
| * Make parallel builds workDebarshi Ray2013-01-091-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to execute glib-ginterface-gen.py twice because it generates both the .c and .h files in one shot. Therefore, merely having one of them (say the .c) depend on the other (say the .h) is enough. Moreover, running it twice breaks parallel builds because one glib-ginterface-gen.py process steps on the other. Based on a suggestion from Ryan Lortie. Fixes: https://bugzilla.gnome.org/688132
* | Updated Uyghur translationGheyret Kenji2013-01-131-237/+241
| | | | | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* | Updated Slovenian translationMatej Urbančič2013-01-131-321/+533
| |
* | UOA: Use the new libaccounts-glib APIsAlberto Mardegan2013-01-113-44/+39
| | | | | | | | | | | | The APIs based on GValue are now deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=691469
* | UOA: share a common configuration pluginAlberto Mardegan2013-01-0946-2082/+29
| | | | | | | | | | | | | | | | | | The latest libaccounts-glib and libaccount-plugin libraries add support for using the same binary plugin for different providers. This means that bug 683415 is no longer valid, and that all the provider-specific plugins can now be removed. Fixes bug #691418
* | call-window: use the 'emblem-system-symbolic' icon for the camera popup buttonGuillaume Desmottes2013-01-091-19/+24
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657634
* | irc-network-chooser-dialog: use GNOME 3 +/- buttonsGuillaume Desmottes2013-01-081-10/+54
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668464
* | Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-083-16/+55
|\|
| * tp-chat: prepare CONNECTED on the TpConnection firstGuillaume Desmottes2013-01-081-10/+48
| | | | | | | | | | | | We have to make sure that tp_connection_get_self_contact() won't return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=691006
| * account-settings: early return if SASL earlierGuillaume Desmottes2013-01-081-6/+6
| | | | | | | | | | | | | | | | | | | | We should update the URI schemes and service even if the account uses SASL, so it has to be done *before* the early return. I did not hit this bug before as the only CM on which we use URI schemes (rakia) was not implementing SASL channel when I implemented this feature. https://bugzilla.gnome.org/show_bug.cgi?id=691195
| * roster-window: ellipsize infobar titleGuillaume Desmottes2013-01-071-0/+1
| | | | | | | | | | | | | | This avoid to increase the width of the roster window when displaying the error. https://bugzilla.gnome.org/show_bug.cgi?id=691137
* | [l10n] Updated Italian translation.Milo Casagrande2013-01-071-187/+267
| |
* | Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-074-2055/+2087
|\| | | | | | | | | | | Conflicts: po/kn.po po/ta.po
| * log-window: escape the body of the messageGuillaume Desmottes2013-01-071-2/+7
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691085
| * Updated Uyghur translationGheyret Kenji2013-01-041-1831/+1902
| | | | | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
| * Updated Tamil translationDr.T.Vasudevan2012-12-091-1002/+1229
| |
| * Updated Odia Translation with FUEL implementation.ManojKumar Giri2012-12-031-5/+13
| |
| * Updated Telugu TranslationsKrishnababu Krothapalli2012-11-281-138/+88
| |
| * Updated Malayalam translationsAni Peter2012-11-271-76/+77
| |
| * Updated Malayalam translationsAni Peter2012-11-271-195/+381
| |
| * hindi translation updateRajesh Ranjan2012-11-231-84/+90
| |
| * Updated kn translationShankar Prasad2012-11-211-118/+174
| |
* | Updated Norwegian bokmål translationKjartan Maraas2013-01-071-63/+87
| |
* | roster-window: start live search on Ctrl+fGuillaume Desmottes2013-01-041-2/+6
| |
* | remove 'Search for contacts' acceleratorGuillaume Desmottes2013-01-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | It was impossible to type 'F' in our status message because of it. Shift+F is not a very common accelerator and there is no way to discover it any more (accelerators are not displayed in Shell's menu). Searching for contacts isn't something you are supposed to do every day so not having an accelerator isn't that bad anyway. https://bugzilla.gnome.org/show_bug.cgi?id=687629
* | call-window: set a bigger default sizeGuillaume Desmottes2013-01-041-0/+2
| | | | | | | | | | | | Set the same size as the default chat-window size. https://bugzilla.gnome.org/show_bug.cgi?id=687450
* | sync tools/ with telepathy-glibGuillaume Desmottes2013-01-0413-120/+129
| | | | | | | | | | | | This should allow Empathy to be build with Python 3. https://bugzilla.gnome.org/show_bug.cgi?id=687616
* | implement %messageDirection% in default themesGuillaume Desmottes2013-01-045-7/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688174
* | theme-adium: implement %messageDirection%Guillaume Desmottes2013-01-041-9/+32
| | | | | | | | | | | | This seems to work fine with the Stockholm which implement this keyword. https://bugzilla.gnome.org/show_bug.cgi?id=688174
* | Recognize both handheld and phone clienttypes as mobile devicesSjoerd Simons2013-01-036-23/+26
| | | | | | | | | | | | | | | | | | | | Empathy currently displays a phone icon for clients which indicate that they're phones. However some mobile clients use the "handheld" client type instead (e.g. Xabber on android devices). While changing things around, i've also refactored the code a bit to ensure that the determination will stay consistent in the various location if it's changed in future.
* | empathy.desktop: set X-GNOME-UsesNotificationsGuillaume Desmottes2013-01-031-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* | notification: set the "desktop-entry" hintGuillaume Desmottes2013-01-032-0/+5
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* | factor out empathy_notify_manager_create_notification()Guillaume Desmottes2013-01-035-4/+26
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043
* | notifications: no need to set NOTIFY_EXPIRES_DEFAULTGuillaume Desmottes2013-01-032-5/+0
| | | | | | | | | | | | That's the default value. https://bugzilla.gnome.org/show_bug.cgi?id=691043
* | call: pass the proper flag to gtk_application_inhibit()Guillaume Desmottes2013-01-021-2/+2
| | | | | | | | We have to use '|' to combine flags, not '&'...
* | configure.ac: fix typoGuillaume Desmottes2013-01-021-1/+1
| |
* | Check tp-fs version when building with GStreamer 0.10Guillaume Desmottes2013-01-021-1/+1
| |
* | extensions: fix parallel buildGuillaume Desmottes2013-01-021-1/+3
| | | | | | | | | | | | | | Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132
* | Updated Lithuanian translationAurimas Černius2013-01-021-525/+413
| |
* | [l10n] Updated Catalan documentationGil Forcada2013-01-011-33/+32
| |
* | Updated Galician translationsFran Diéguez2012-12-311-34/+56
| |
* | Assamese translation updatedNilamdyuti Goswami2012-12-271-62/+84
| |
* | Updated Polish translationPiotr Drąg2012-12-271-27/+51
| |
* | Updated Hebrew translation.Yaron Shahrabani2012-12-271-53/+74
| |
* | roster-window: prevent adding contact if not supported by CMGuillaume Desmottes2012-12-261-0/+34
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690733
* | Updated Spanish translationDaniel Mustieles2012-12-261-25/+37
| |
* | Updated Spanish translationDaniel Mustieles2012-12-261-1057/+0
| |
* | Updated Spanish translationDaniel Mustieles2012-12-261-21/+21
| |
* | roster-window: add 'Add Contact...' button when relevantGuillaume Desmottes2012-12-262-1/+41
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670048
* | roster-window: add a 'Show offline button" when relevantGuillaume Desmottes2012-12-262-1/+53
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670048
* | roster-window: display a specific message if there is no offline contact eitherGuillaume Desmottes2012-12-261-2/+7
| | | | | | | | | | | | | | Displaying "No online contacts" while we are actually displaying all the contacts is miss leading. https://bugzilla.gnome.org/show_bug.cgi?id=670048
* | POTFILES.in: add empathy-roster-contact.cGuillaume Desmottes2012-12-261-0/+1
| |
* | build with TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2012-12-261-0/+1
| |
* | bump telepathy-farstream and logger depsGuillaume Desmottes2012-12-261-2/+3
| | | | | | | | | | Those are the versions which started using TP_DISABLE_SINGLE_INCLUDE. We need them so can safely turn on this option in Empathy as well.
* | theme-adium: use EMPATHY_WEBKIT_MENU_INSPECTGuillaume Desmottes2012-12-261-51/+11
| | | | | | | | | | | | | | We are now always using our own context menu even when the inspect menu item is displayed. https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | add EMPATHY_WEBKIT_MENU_INSPECT flagGuillaume Desmottes2012-12-262-0/+21
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | factor out empathy_webkit_show_inspector()Guillaume Desmottes2012-12-263-6/+15
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | theme-adium: use WebKitWebView::context-menu signalGuillaume Desmottes2012-12-261-22/+27
| | | | | | | | | | | | That's now the proper way to implement our custom context menu. https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | depend on WebKitGtk+ 1.9.1Guillaume Desmottes2012-12-261-1/+1
| | | | | | | | | | | | Needed for the WebKitWebView::context-menu signal. https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | export empathy_webkit_create_context_menu()Guillaume Desmottes2012-12-262-1/+5
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | factor out empathy_webkit_create_context_menu()Guillaume Desmottes2012-12-261-7/+21
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | empathy-webkit-util: coding style fixesGuillaume Desmottes2012-12-262-14/+18
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* | roster-contact: prefix status msg in case of errorGuillaume Desmottes2012-12-261-1/+21
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688860
* | Updated Galician translationsFran Diéguez2012-12-251-4/+12
| |
* | Updated Greek translationDimitris Spingos2012-12-241-156/+214
| |
* | Updated Norwegian bokmål translationKjartan Maraas2012-12-211-28/+34
| |
* | Updated German translationHendrik Knackstedt2012-12-201-129/+183
| |
* | [l10n] Updated Estonian translationMattias Põldaru2012-12-191-3/+9
| |
* | remove released flagGuillaume Desmottes2012-12-181-1/+1
| |
* | Prepare 3.7.3EMPATHY_3_7_3Guillaume Desmottes2012-12-182-2/+24
| |
* | Updated Polish translationPiotr Drąg2012-12-161-145/+198
| |
* | Updated Odia Translation with FUEL implementation.ManojKumar Giri2012-12-031-5/+13
| |
* | themes: improve readability of classic themeFrédéric Péters2012-12-031-0/+5
| |
* | Updated Spanish translationDaniel Mustieles2012-12-031-14/+126
| |
* | Added an Overview help page to Empathy, bug 604975Aruna2012-12-025-1/+64
| | | | | | | | Created an overview page which briefs a new user on IM and adds a few pictures.
* | Make parallel builds workDebarshi Ray2012-12-011-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to execute glib-ginterface-gen.py twice because it generates both the .c and .h files in one shot. Therefore, merely having one of them (say the .c) depend on the other (say the .h) is enough. Moreover, running it twice breaks parallel builds because one glib-ginterface-gen.py process steps on the other. Based on a suggestion from Ryan Lortie. Fixes: https://bugzilla.gnome.org/688132
* | set notifications-focus to true by defaultGuillaume Desmottes2012-11-291-1/+1
| | | | | | | | | | | | By default most users wants to know if they are highlighted in a chat room. https://bugzilla.gnome.org/show_bug.cgi?id=689122
* | More geocode-glib porting workRyan Lortie2012-11-281-2/+2
| | | | | | | | | | Fix a couple of small details missed by the last commit so that things compile again.
* | Port EmpathyContact to geocode-glib >= 0.99.1Bastien Nocera2012-11-282-12/+16
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689056
* | Updated Malayalam translationsAni Peter2012-11-271-76/+77
| |
* | Updated Malayalam translationsAni Peter2012-11-271-195/+381
| |
* | add some protocolname-displaynameGabriele Giacone2012-11-261-0/+7
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688988
* | Updated Galician translationsFran Diéguez2012-11-231-141/+184
| |
* | Fixed Russian translationYuri Myasoedov2012-11-221-4/+4
| |
* | Assamese translation updatedNilamdyuti Goswami2012-11-221-224/+350
| |
* | release.py: update last_tag_patternGuillaume Desmottes2012-11-221-1/+1
| |
* | remove released flagGuillaume Desmottes2012-11-221-1/+1
| |
* | prepare 3.7.2EMPATHY_3_7_2Guillaume Desmottes2012-11-222-2/+35
| |
* | Merge branch 'gnome-3-6'Guillaume Desmottes2012-11-225-653/+666
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac po/da.po po/et.po po/kn.po po/mr.po po/nb.po po/sk.po
| * remove released flagGuillaume Desmottes2012-11-141-1/+1
| |
| * prepare 3.6.2EMPATHY_3_6_2Guillaume Desmottes2012-11-132-2/+28
| |
| * auth-client: Support X-TELEPATHY-PASSWORD for GOA accountsDebarshi Ray2012-11-091-10/+57
| | | | | | | | | | | | | | If a provider supports more than one authentication mechanism (eg., Google), we prefer OAuth2. Fixes: https://bugzilla.gnome.org/687690
| * Implement Google OAUTH2 authentication for GOA accountsGiovanni Campagna2012-11-091-1/+8
| | | | | | | | | | | | | | GOA recently switched to OAuth2 for Google accounts, so we can use its credentials to access Google Talk without a password. https://bugzilla.gnome.org/show_bug.cgi?id=652546
| * camera-menu: Show the menu only if there is more than one cameraDebarshi Ray2012-11-091-0/+8
| | | | | | | | Fixes: https://bugzilla.gnome.org/687449
| * empathy-call: Handle yanking out of current video inputDebarshi Ray2012-11-093-4/+31
| | | | | | | | | | | | | | | | If the current video input is yanked out, we continue the call with only audio and desensitize the camera menu. Once the call is over we sensitize it again and continue. Fixes: https://bugzilla.gnome.org/687928
| * auth-client: Don't unref properties before creating the certificateDebarshi Ray2012-11-061-2/+2
| | | | | | | | Fixes: https://bugzilla.gnome.org/687762
| * Updated Brazilian Portuguese TranslationRafael Ferreira2012-11-051-84/+90
| |
| * update Punjabi Translation for packageA S Alam2012-11-041-87/+88
| |
| * Updated kn translationShankar Prasad2012-11-011-84/+88
| |
| * Updated Irish translation.Seán de Búrca2012-10-291-2264/+2105
| |
| * [l10n] Updated German translationTobias Endrigkeit2012-10-261-133/+150
| |
| * Updated gujarati fileSweta Kothari2012-10-251-8/+15
| |
| * [l10n] Updated Estonian translationMattias Põldaru2012-10-231-4/+45
| |
| * Updated Odia Translation.ManojKumar Giri2012-10-221-474/+434
| |
| * empathy-call: Free the FsElementAddedNotifiers on fs-conference-removedDebarshi Ray2012-10-181-0/+3
| | | | | | | | Fixes: https://bugzilla.gnome.org/686314