Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update help for making audio calls | Ekaterina Gerasimova | 2013-04-16 | 3 | -12/+19 |
| | | | | | Update the help for 3.8 and delete icon that is no longer dispayed in the application. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-04-13 | 1 | -41/+39 |
| | |||||
* | empathy-utils: add missing math.h include | Guillaume Desmottes | 2013-04-10 | 1 | -0/+1 |
| | |||||
* | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2013-04-08 | 1 | -2487/+2535 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2013-04-05 | 1 | -23/+22 |
| | |||||
* | EmpathyDebugger: Use application activate and keep platform data | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -19/+51 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197 | ||||
* | EmpathyApp: Use GAction to pass the command-line to main instance | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -1/+28 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197 | ||||
* | EmpathyApp: don't open the main instance if only the preferences are requested | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -4/+10 |
| | | | | Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=697254 | ||||
* | EmpathyChat: pass platform-data when activating | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -2/+4 |
| | | | | This can be done by not initializing gtk before that the application will do it. | ||||
* | EmpathyAccounts: use GApplication activate | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -16/+21 |
| | |||||
* | EmpathyApp: don't activate app with invalid commandline | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -6/+7 |
| | |||||
* | EmpathyApp: clear errors in command-line initialization | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -5/+2 |
| | |||||
* | empaty.desktop: enable StartupNotify | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697197 | ||||
* | Empathy: Use g_application_activate to pass platform-data to the GtkApplication | Marco Trevisan (Treviño) | 2013-04-05 | 1 | -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 migration | Emanuele Aina | 2013-04-04 | 3 | -16/+2 |
| | |||||
* | Merge branch 'gnome-3-8' | Xavier Claessens | 2013-04-03 | 1 | -2/+8 |
|\ | |||||
| * | UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is ↵ | Lukas Vacek | 2013-04-03 | 1 | -2/+8 |
| | | | | | | | | not ready yet | ||||
* | | Clean up #include directives in source files | Emanuele Aina | 2013-04-02 | 66 | -105/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | | Clean up #include directives in headers | Emanuele Aina | 2013-04-02 | 56 | -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 style | Emanuele Aina | 2013-04-02 | 183 | -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 link | Ekaterina Gerasimova | 2013-04-01 | 1 | -1/+1 |
| | | |||||
* | | help: Mark icon as untranslatable | Ekaterina Gerasimova | 2013-04-01 | 1 | -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 Aina | 2013-04-01 | 1 | -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 includes | Emanuele Aina | 2013-04-01 | 161 | -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 overspecifications | Emanuele Aina | 2013-04-01 | 17 | -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 headers | Emanuele Aina | 2013-04-01 | 158 | -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 Aina | 2013-04-01 | 2 | -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 GResources | Emanuele Aina | 2013-04-01 | 7 | -12/+33 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696974 | ||||
* | | utils: Add empathy_xml_validate_from_resource() | Emanuele Aina | 2013-04-01 | 2 | -0/+37 |
| | | | | | | | | | | | | Validate against dtd stored in a GResource. https://bugzilla.gnome.org/show_bug.cgi?id=696974 | ||||
* | | account-widget: Embed .ui files with GResource | Emanuele Aina | 2013-04-01 | 8 | -42/+64 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696978 | ||||
* | | ui-utils: Add empathy_builder_get_resource() | Emanuele Aina | 2013-03-31 | 2 | -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 enabled | Emanuele Aina | 2013-03-29 | 1 | -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 inclusions | Emanuele Aina | 2013-03-28 | 135 | -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"` everywhere | Emanuele Aina | 2013-03-28 | 61 | -61/+61 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | goa-mc-plugin: Fix deprecation warnings | Emanuele Aina | 2013-03-27 | 1 | -6/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696544 | ||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-03-27 | 1 | -33/+40 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2013-03-27 | 1 | -242/+320 |
| | |||||
* | Update uk translation | Daniel Korostil | 2013-03-26 | 1 | -265/+340 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-26 | 1 | -14/+8 |
| | |||||
* | release.py: update last_tag_pattern | Guillaume Desmottes | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | 3.8.0EMPATHY_3_8_0 | Guillaume Desmottes | 2013-03-26 | 2 | -3/+26 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2013-03-25 | 1 | -175/+249 |
| | |||||
* | Updated gujarati file | Sweta Kothari | 2013-03-25 | 1 | -214/+291 |
| | |||||
* | Fix translations of keywords in .desktop files | Piotr Drąg | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-03-24 | 1 | -25/+133 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-03-24 | 1 | -489/+522 |
| | |||||
* | Updated Slovenian translation | Andrej Žnidaršič | 2013-03-23 | 1 | -417/+221 |
| | |||||
* | Updated Marathi Translations | Sandeep Sheshrao Shedmake | 2013-03-23 | 1 | -236/+310 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-03-22 | 1 | -457/+733 |
| | |||||
* | Updated Hungarian documentation translation | Gabor Kelemen | 2013-03-21 | 1 | -173/+163 |
| | |||||
* | hindi translation | Rajesh Ranjan | 2013-03-21 | 1 | -177/+248 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-03-21 | 1 | -5/+3 |
| | |||||
* | L10N: Updated Persian Translation | Arash Mousavi | 2013-03-21 | 1 | -170/+248 |
| | |||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2013-03-20 | 1 | -1097/+1343 |
| | |||||
* | Updated Odia Translation. | ManojKumar Giri | 2013-03-20 | 1 | -210/+291 |
| | |||||
* | gitignore: Hide autogenerated resource files from git | Emanuele Aina | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | 3.7.92EMPATHY_3_7_92 | Guillaume Desmottes | 2013-03-20 | 2 | -1/+32 |
| | |||||
* | [l10n] Added Tadjik translation | Victor Ibragimov | 2013-03-20 | 2 | -0/+4413 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-03-19 | 1 | -61/+55 |
| | |||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2013-03-18 | 1 | -265/+334 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2013-03-16 | 1 | -183/+248 |
| | |||||
* | Updated Portuguese translation and converted to New Spelling (Novo AO) | Duarte Loreto | 2013-03-15 | 1 | -372/+439 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-03-14 | 1 | -193/+268 |
| | |||||
* | Fix link issue when UOA is enabled | Xavier Claessens | 2013-03-13 | 1 | -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.0 | Xavier Claessens | 2013-03-13 | 1 | -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 translation | Mattias Põldaru | 2013-03-13 | 1 | -8/+25 |
| | |||||
* | Updated Danish translation | KennethNielsen | 2013-03-13 | 1 | -198/+231 |
| | |||||
* | [l10n] Updated Italian translation. | Milo Casagrande | 2013-03-13 | 1 | -140/+134 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2013-03-12 | 1 | -190/+227 |
| | |||||
* | [l10n] Updated Catalan translation | Gil Forcada | 2013-03-12 | 1 | -261/+330 |
| | |||||
* | irc-network-chooser-dialog: break live search references cycle | Guillaume Desmottes | 2013-03-11 | 1 | -0/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105 | ||||
* | irc-network-chooser-dialog: disconnect live search signals in dispose | Guillaume Desmottes | 2013-03-11 | 1 | -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 NULL | Guillaume Desmottes | 2013-03-11 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105 | ||||
* | explicitely depends on cogl | Guillaume Desmottes | 2013-03-11 | 1 | -0/+1 |
| | | | | | | We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556 | ||||
* | Updated kn translations | Shankar Prasad | 2013-03-11 | 1 | -141/+146 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-11 | 1 | -183/+200 |
| | |||||
* | Updated Hungarian translation by Péter Bojtos <ptr at ulx dot hu> | Gabor Kelemen | 2013-03-10 | 1 | -285/+391 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-03-10 | 1 | -24/+145 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2013-03-07 | 1 | -192/+263 |
| | |||||
* | Updated Brazilian Portuguese translation | Rafael Ferreira | 2013-03-05 | 1 | -255/+327 |
| | |||||
* | prepare 3.7.91EMPATHY_3_7_91 | Guillaume Desmottes | 2013-03-05 | 2 | -2/+15 |
| | |||||
* | Updated German help translation | Tobias Endrigkeit | 2013-03-04 | 1 | -27/+127 |
| | |||||
* | Punjabi: Translation updated (aalam) | A S Alam | 2013-02-27 | 1 | -77/+81 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-25 | 1 | -27/+27 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Updated Greek translation | Dimitris Spingos | 2013-02-25 | 1 | -239/+254 |
| | |||||
* | Updated Czech translation | Adam Matoušek | 2013-02-23 | 1 | -196/+266 |
| | |||||
* | Punjabi: Translation updated (aalam) | A S Alam | 2013-02-22 | 1 | -176/+242 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-02-20 | 1 | -257/+323 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | prepare 3.7.90EMPATHY_3_7_90 | Guillaume Desmottes | 2013-02-19 | 2 | -2/+19 |
| | |||||
* | Revert "Go back to libgee 0.6.x" | Guillaume Desmottes | 2013-02-19 | 5 | -11/+9 |
| | | | | | | This reverts commit 670aec4ba8b16fbf35afdf65b65c1904872286dc. https://bugzilla.gnome.org/show_bug.cgi?id=680152 | ||||
* | [l10n]Updated German translation | Tobias Endrigkeit | 2013-02-18 | 1 | -172/+193 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-02-17 | 1 | -173/+167 |
| | |||||
* | Updated slovak translation | Pavol Klačanský | 2013-02-16 | 1 | -476/+446 |
| | |||||
* | Updated Aragonese translation | Daniel Martinez | 2013-02-15 | 1 | -1051/+458 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-13 | 1 | -3/+3 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-02-09 | 1 | -91/+80 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | tests: Fix empathy-tls-test | Stef Walter | 2013-02-06 | 8 | -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 flag | Guillaume Desmottes | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | tests: disable empathy-tls-testEMPATHY_3_7_5 | Guillaume Desmottes | 2013-02-05 | 1 | -2/+2 |
| | | | | | The test is currently broken because tests/certificates/dhansak-collabora.cer expired. I opened bgo#693190 to fix it. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-02-05 | 1 | -33/+28 |
| | |||||
* | Prepare 3.7.5 | Guillaume Desmottes | 2013-02-04 | 2 | -2/+25 |
| | |||||
* | Help: Fixed installation link. | Sindhu S | 2013-02-03 | 1 | -4/+11 |
| | | | | Used new mallard syntax for installation link of telepathy-idle | ||||
* | Updated Malayalam Localization | Anish A | 2013-02-03 | 1 | -482/+417 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2013-01-31 | 1 | -2308/+2355 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2013-01-28 | 2 | -538/+664 |
| | |||||
* | Merge branch 'gnome-3-6' | Guillaume Desmottes | 2013-01-24 | 1 | -0/+2 |
|\ | |||||
| * | chatroom-manager: save file when only the 'favorite' prop is changed | Guillaume Desmottes | 2013-01-24 | 1 | -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.0 | Debarshi Ray | 2013-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | We are using TplLogWalker. Fixes: https://bugzilla.gnome.org/639877 | ||||
* | | empathy-chat: show pending messages only for the first set of logs | Debarshi Ray | 2013-01-21 | 1 | -4/+5 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/639877 | ||||
* | | empathy-chat: load logs as the user scrolls up or resizes the dialog | Debarshi Ray | 2013-01-21 | 1 | -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_message | Debarshi Ray | 2013-01-21 | 2 | -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 resource | Debarshi Ray | 2013-01-21 | 1 | -0/+8 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/639877 | ||||
* | | empathy-chat: add some JavaScript to prepend messages | Debarshi Ray | 2013-01-21 | 4 | -1/+126 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/639877 | ||||
* | | boxes theme: fix whitespace | Debarshi Ray | 2013-01-21 | 1 | -2/+2 |
| | | |||||
* | | adium themes: support prepend | Debarshi Ray | 2013-01-21 | 5 | -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-18 | 2 | -398/+552 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2013-01-16 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.7.4EMPATHY_3_7_4 | Guillaume Desmottes | 2013-01-16 | 2 | -2/+50 |
| | | |||||
* | | Merge branch 'gnome-3-6' | Guillaume Desmottes | 2013-01-16 | 0 | -0/+0 |
|\| | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | remove released flag | Guillaume Desmottes | 2013-01-09 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.6.3EMPATHY_3_6_3 | Guillaume Desmottes | 2013-01-09 | 2 | -2/+24 |
| | | |||||
| * | extensions: fix parallel build | Guillaume Desmottes | 2013-01-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132 | ||||
| * | Make parallel builds work | Debarshi Ray | 2013-01-09 | 1 | -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 translation | Gheyret Kenji | 2013-01-13 | 1 | -237/+241 |
| | | | | | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2013-01-13 | 1 | -321/+533 |
| | | |||||
* | | UOA: Use the new libaccounts-glib APIs | Alberto Mardegan | 2013-01-11 | 3 | -44/+39 |
| | | | | | | | | | | | | The APIs based on GValue are now deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=691469 | ||||
* | | UOA: share a common configuration plugin | Alberto Mardegan | 2013-01-09 | 46 | -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 button | Guillaume Desmottes | 2013-01-09 | 1 | -19/+24 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657634 | ||||
* | | irc-network-chooser-dialog: use GNOME 3 +/- buttons | Guillaume Desmottes | 2013-01-08 | 1 | -10/+54 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668464 | ||||
* | | Merge branch 'gnome-3-6' | Guillaume Desmottes | 2013-01-08 | 3 | -16/+55 |
|\| | |||||
| * | tp-chat: prepare CONNECTED on the TpConnection first | Guillaume Desmottes | 2013-01-08 | 1 | -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 earlier | Guillaume Desmottes | 2013-01-08 | 1 | -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 title | Guillaume Desmottes | 2013-01-07 | 1 | -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 Casagrande | 2013-01-07 | 1 | -187/+267 |
| | | |||||
* | | Merge branch 'gnome-3-6' | Guillaume Desmottes | 2013-01-07 | 4 | -2055/+2087 |
|\| | | | | | | | | | | | Conflicts: po/kn.po po/ta.po | ||||
| * | log-window: escape the body of the message | Guillaume Desmottes | 2013-01-07 | 1 | -2/+7 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691085 | ||||
| * | Updated Uyghur translation | Gheyret Kenji | 2013-01-04 | 1 | -1831/+1902 |
| | | | | | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
| * | Updated Tamil translation | Dr.T.Vasudevan | 2012-12-09 | 1 | -1002/+1229 |
| | | |||||
| * | Updated Odia Translation with FUEL implementation. | ManojKumar Giri | 2012-12-03 | 1 | -5/+13 |
| | | |||||
| * | Updated Telugu Translations | Krishnababu Krothapalli | 2012-11-28 | 1 | -138/+88 |
| | | |||||
| * | Updated Malayalam translations | Ani Peter | 2012-11-27 | 1 | -76/+77 |
| | | |||||
| * | Updated Malayalam translations | Ani Peter | 2012-11-27 | 1 | -195/+381 |
| | | |||||
| * | hindi translation update | Rajesh Ranjan | 2012-11-23 | 1 | -84/+90 |
| | | |||||
| * | Updated kn translation | Shankar Prasad | 2012-11-21 | 1 | -118/+174 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-01-07 | 1 | -63/+87 |
| | | |||||
* | | roster-window: start live search on Ctrl+f | Guillaume Desmottes | 2013-01-04 | 1 | -2/+6 |
| | | |||||
* | | remove 'Search for contacts' accelerator | Guillaume Desmottes | 2013-01-04 | 1 | -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 size | Guillaume Desmottes | 2013-01-04 | 1 | -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-glib | Guillaume Desmottes | 2013-01-04 | 13 | -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 themes | Guillaume Desmottes | 2013-01-04 | 5 | -7/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688174 | ||||
* | | theme-adium: implement %messageDirection% | Guillaume Desmottes | 2013-01-04 | 1 | -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 devices | Sjoerd Simons | 2013-01-03 | 6 | -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-UsesNotifications | Guillaume Desmottes | 2013-01-03 | 1 | -0/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043 | ||||
* | | notification: set the "desktop-entry" hint | Guillaume Desmottes | 2013-01-03 | 2 | -0/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043 | ||||
* | | factor out empathy_notify_manager_create_notification() | Guillaume Desmottes | 2013-01-03 | 5 | -4/+26 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=691043 | ||||
* | | notifications: no need to set NOTIFY_EXPIRES_DEFAULT | Guillaume Desmottes | 2013-01-03 | 2 | -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 Desmottes | 2013-01-02 | 1 | -2/+2 |
| | | | | | | | | We have to use '|' to combine flags, not '&'... | ||||
* | | configure.ac: fix typo | Guillaume Desmottes | 2013-01-02 | 1 | -1/+1 |
| | | |||||
* | | Check tp-fs version when building with GStreamer 0.10 | Guillaume Desmottes | 2013-01-02 | 1 | -1/+1 |
| | | |||||
* | | extensions: fix parallel build | Guillaume Desmottes | 2013-01-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132 | ||||
* | | Updated Lithuanian translation | Aurimas Černius | 2013-01-02 | 1 | -525/+413 |
| | | |||||
* | | [l10n] Updated Catalan documentation | Gil Forcada | 2013-01-01 | 1 | -33/+32 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2012-12-31 | 1 | -34/+56 |
| | | |||||
* | | Assamese translation updated | Nilamdyuti Goswami | 2012-12-27 | 1 | -62/+84 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2012-12-27 | 1 | -27/+51 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2012-12-27 | 1 | -53/+74 |
| | | |||||
* | | roster-window: prevent adding contact if not supported by CM | Guillaume Desmottes | 2012-12-26 | 1 | -0/+34 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690733 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-12-26 | 1 | -25/+37 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-12-26 | 1 | -1057/+0 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-12-26 | 1 | -21/+21 |
| | | |||||
* | | roster-window: add 'Add Contact...' button when relevant | Guillaume Desmottes | 2012-12-26 | 2 | -1/+41 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670048 | ||||
* | | roster-window: add a 'Show offline button" when relevant | Guillaume Desmottes | 2012-12-26 | 2 | -1/+53 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670048 | ||||
* | | roster-window: display a specific message if there is no offline contact either | Guillaume Desmottes | 2012-12-26 | 1 | -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.c | Guillaume Desmottes | 2012-12-26 | 1 | -0/+1 |
| | | |||||
* | | build with TP_DISABLE_SINGLE_INCLUDE | Guillaume Desmottes | 2012-12-26 | 1 | -0/+1 |
| | | |||||
* | | bump telepathy-farstream and logger deps | Guillaume Desmottes | 2012-12-26 | 1 | -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_INSPECT | Guillaume Desmottes | 2012-12-26 | 1 | -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 flag | Guillaume Desmottes | 2012-12-26 | 2 | -0/+21 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357 | ||||
* | | factor out empathy_webkit_show_inspector() | Guillaume Desmottes | 2012-12-26 | 3 | -6/+15 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357 | ||||
* | | theme-adium: use WebKitWebView::context-menu signal | Guillaume Desmottes | 2012-12-26 | 1 | -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.1 | Guillaume Desmottes | 2012-12-26 | 1 | -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 Desmottes | 2012-12-26 | 2 | -1/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357 | ||||
* | | factor out empathy_webkit_create_context_menu() | Guillaume Desmottes | 2012-12-26 | 1 | -7/+21 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357 | ||||
* | | empathy-webkit-util: coding style fixes | Guillaume Desmottes | 2012-12-26 | 2 | -14/+18 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357 | ||||
* | | roster-contact: prefix status msg in case of error | Guillaume Desmottes | 2012-12-26 | 1 | -1/+21 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688860 | ||||
* | | Updated Galician translations | Fran Diéguez | 2012-12-25 | 1 | -4/+12 |
| | | |||||
* | | Updated Greek translation | Dimitris Spingos | 2012-12-24 | 1 | -156/+214 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-12-21 | 1 | -28/+34 |
| | | |||||
* | | Updated German translation | Hendrik Knackstedt | 2012-12-20 | 1 | -129/+183 |
| | | |||||
* | | [l10n] Updated Estonian translation | Mattias Põldaru | 2012-12-19 | 1 | -3/+9 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | Prepare 3.7.3EMPATHY_3_7_3 | Guillaume Desmottes | 2012-12-18 | 2 | -2/+24 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2012-12-16 | 1 | -145/+198 |
| | | |||||
* | | Updated Odia Translation with FUEL implementation. | ManojKumar Giri | 2012-12-03 | 1 | -5/+13 |
| | | |||||
* | | themes: improve readability of classic theme | Frédéric Péters | 2012-12-03 | 1 | -0/+5 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-12-03 | 1 | -14/+126 |
| | | |||||
* | | Added an Overview help page to Empathy, bug 604975 | Aruna | 2012-12-02 | 5 | -1/+64 |
| | | | | | | | | Created an overview page which briefs a new user on IM and adds a few pictures. | ||||
* | | Make parallel builds work | Debarshi Ray | 2012-12-01 | 1 | -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 default | Guillaume Desmottes | 2012-11-29 | 1 | -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 work | Ryan Lortie | 2012-11-28 | 1 | -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.1 | Bastien Nocera | 2012-11-28 | 2 | -12/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689056 | ||||
* | | Updated Malayalam translations | Ani Peter | 2012-11-27 | 1 | -76/+77 |
| | | |||||
* | | Updated Malayalam translations | Ani Peter | 2012-11-27 | 1 | -195/+381 |
| | | |||||
* | | add some protocolname-displayname | Gabriele Giacone | 2012-11-26 | 1 | -0/+7 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=688988 | ||||
* | | Updated Galician translations | Fran Diéguez | 2012-11-23 | 1 | -141/+184 |
| | | |||||
* | | Fixed Russian translation | Yuri Myasoedov | 2012-11-22 | 1 | -4/+4 |
| | | |||||
* | | Assamese translation updated | Nilamdyuti Goswami | 2012-11-22 | 1 | -224/+350 |
| | | |||||
* | | release.py: update last_tag_pattern | Guillaume Desmottes | 2012-11-22 | 1 | -1/+1 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2012-11-22 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.7.2EMPATHY_3_7_2 | Guillaume Desmottes | 2012-11-22 | 2 | -2/+35 |
| | | |||||
* | | Merge branch 'gnome-3-6' | Guillaume Desmottes | 2012-11-22 | 5 | -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 flag | Guillaume Desmottes | 2012-11-14 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.6.2EMPATHY_3_6_2 | Guillaume Desmottes | 2012-11-13 | 2 | -2/+28 |
| | | |||||
| * | auth-client: Support X-TELEPATHY-PASSWORD for GOA accounts | Debarshi Ray | 2012-11-09 | 1 | -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 accounts | Giovanni Campagna | 2012-11-09 | 1 | -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 camera | Debarshi Ray | 2012-11-09 | 1 | -0/+8 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/687449 | ||||
| * | empathy-call: Handle yanking out of current video input | Debarshi Ray | 2012-11-09 | 3 | -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 certificate | Debarshi Ray | 2012-11-06 | 1 | -2/+2 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/687762 | ||||
| * | Updated Brazilian Portuguese Translation | Rafael Ferreira | 2012-11-05 | 1 | -84/+90 |
| | | |||||
| * | update Punjabi Translation for package | A S Alam | 2012-11-04 | 1 | -87/+88 |
| | | |||||
| * | Updated kn translation | Shankar Prasad | 2012-11-01 | 1 | -84/+88 |
| | | |||||
| * | Updated Irish translation. | Seán de Búrca | 2012-10-29 | 1 | -2264/+2105 |
| | | |||||
| * | [l10n] Updated German translation | Tobias Endrigkeit | 2012-10-26 | 1 | -133/+150 |
| | | |||||
| * | Updated gujarati file | Sweta Kothari | 2012-10-25 | 1 | -8/+15 |
| | | |||||
| * | [l10n] Updated Estonian translation | Mattias Põldaru | 2012-10-23 | 1 | -4/+45 |
| | | |||||
| * | Updated Odia Translation. | ManojKumar Giri | 2012-10-22 | 1 | -474/+434 |
| | | |||||
| * | empathy-call: Free the FsElementAddedNotifiers on fs-conference-removed | Debarshi Ray | 2012-10-18 | 1 | -0/+3 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/686314 | ||||
| * | empathy-call: Clean up the TfChannel before resetting the pipeline | Debarshi Ray | 2012-10-18 | 1 | -8/+14 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/686311 | ||||
| * | L10N: Updated Persian translation | Arash Mousavi | 2012-10-17 | 1 | -406/+362 |
| | | |||||
| * | Updated Norwegian Nynorsk translation (sync with Ubuntu) | Andreas N | 2012-10-17 | 1 | -1481/+2983 |
| | | |||||
| * | remove released flag | Guillaume Desmottes | 2012-10-15 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.6.1EMPATHY_3_6_1 | Guillaume Desmottes | 2012-10-15 | 2 | -3/+16 |
| | | |||||
| * | Updated Danish translation | Ask H. Larsen | 2012-10-15 | 1 | -354/+361 |
| | | |||||
| * | Updated slovak translation | Pavol Klačanský | 2012-10-14 | 1 | -2255/+1713 |
| | | |||||
| * | Updated Korean translation | Changwoo Ryu | 2012-10-13 | 1 | -77/+86 |
| | | |||||
| * | Updated Marathi Translations | Sandeep Sheshrao Shedmake | 2012-10-13 | 1 | -82/+88 |
| | | |||||
| * | Updated British English translation | Bruce Cowan | 2012-10-13 | 1 | -83/+88 |
| | | |||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2012-10-12 | 1 | -353/+362 |
| | | |||||
* | | Updated kn translation | Shankar Prasad | 2012-11-21 | 1 | -151/+211 |
| | | |||||
* | | Updated slovak translation | Pavol Klačanský | 2012-11-21 | 1 | -2354/+2623 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2012-11-20 | 1 | -56/+73 |
| | | |||||
* | | Fixed some errors in Russian translation | Yuri Myasoedov | 2012-11-20 | 1 | -425/+219 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2012-11-15 | 1 | -152/+202 |
| | | |||||
* | | auth-client: Support X-TELEPATHY-PASSWORD for GOA accounts | Debarshi Ray | 2012-11-09 | 1 | -10/+57 |
| | | | | | | | | | | | | | | If a provider supports more than one authentication mechanism (eg., Google), we prefer OAuth2. Fixes: https://bugzilla.gnome.org/687690 | ||||
* | | camera-menu: Show the menu only if there is more than one camera | Debarshi Ray | 2012-11-09 | 1 | -0/+8 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/687449 | ||||
* | | empathy-call: Handle yanking out of current video input | Debarshi Ray | 2012-11-09 | 3 | -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 |