aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * empathy-call: Clean up the TfChannel before resetting the pipelineDebarshi Ray2012-10-181-8/+14
| | | | | | | | Fixes: https://bugzilla.gnome.org/686311
| * L10N: Updated Persian translationArash Mousavi2012-10-171-406/+362
| |
| * Updated Norwegian Nynorsk translation (sync with Ubuntu)Andreas N2012-10-171-1481/+2983
| |
| * remove released flagGuillaume Desmottes2012-10-151-1/+1
| |
| * prepare 3.6.1EMPATHY_3_6_1Guillaume Desmottes2012-10-152-3/+16
| |
| * Updated Danish translationAsk H. Larsen2012-10-151-354/+361
| |
| * Updated slovak translationPavol Klačanský2012-10-141-2255/+1713
| |
| * Updated Korean translationChangwoo Ryu2012-10-131-77/+86
| |
| * Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-10-131-82/+88
| |
| * Updated British English translationBruce Cowan2012-10-131-83/+88
| |
| * Updated Norwegian bokmål translation.Kjartan Maraas2012-10-121-353/+362
| |
* | Updated kn translationShankar Prasad2012-11-211-151/+211
| |
* | Updated slovak translationPavol Klačanský2012-11-211-2354/+2623
| |
* | Updated Spanish translationDaniel Mustieles2012-11-201-56/+73
| |
* | Fixed some errors in Russian translationYuri Myasoedov2012-11-201-425/+219
| |
* | updated Tamil translationDr.T.Vasudevan2012-11-151-152/+202
| |
* | 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
* | 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
* | Updated Hebrew translation.Yaron Shahrabani2012-11-091-526/+360
| |
* | Updated Slovenian translationMatej Urbančič2012-11-091-3/+3
| |
* | auth-client: Don't unref properties before creating the certificateDebarshi Ray2012-11-061-2/+2
| | | | | | | | Fixes: https://bugzilla.gnome.org/687762
* | Fix a stringKjartan Maraas2012-11-061-1/+1
| |
* | Updated Slovenian translationMatej Urbančič2012-11-061-2/+6
| |
* | Updated Norwegian bokmål translationKjartan Maraas2012-11-061-372/+432
| |
* | Add keywords to the desktop fileMatthias Clasen2012-11-051-0/+1
| | | | | | | | | | This makes gnome-shell search more pleasant and useful. https://bugzilla.gnome.org/show_bug.cgi?id=686969
* | Updated Slovenian translationMatej Urbančič2012-11-031-57/+61
| |
* | Implement Google OAUTH2 authentication for GOA accountsGiovanni Campagna2012-11-021-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
* | empathy-call: inhibit when we are in a callGuillaume Desmottes2012-11-021-0/+29
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684979
* | call-window: add 'inhibit' signalGuillaume Desmottes2012-11-021-0/+18
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684979
* | accounts-dialog: subdialog window should not resizeableMichael Wood2012-11-021-0/+2
| | | | | | | | | | | | | | This means that when the expanded for advanced option is opened/closed the dialog maintains the correct size. https://bugzilla.gnome.org/show_bug.cgi?id=687338
* | irc-network-dialog: Don't allow window resizingMichael Wood2012-11-021-0/+2
| | | | | | | | | | | | Resizing causes blank space issues with the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=687361
* | irc-network-dialog: Make sure the port GtkSpinButton gets enough spaceMichael Wood2012-11-021-0/+13
| | | | | | | | | | | | | | Column expanding was causing the port cell to be eclipsed by the port spin +/- buttons. https://bugzilla.gnome.org/show_bug.cgi?id=687361
* | irc-network-chooser-dialog: Attach dialog to parent windowMichael Wood2012-11-021-1/+1
| | | | | | | | | | | | This avoid losing the window and the window order. https://bugzilla.gnome.org/show_bug.cgi?id=687361
* | Fix build with gst 0.10Xavier Claessens2012-10-291-1/+1
| | | | | | | | | | | | | | In gstreamer 0.10 gst_debug_bin_to_dot_file() does not exists, it is called _gst_debug_bin_to_dot_file(). However in both 0.10 and 1.0 there is GST_DEBUG_BIN_TO_DOT_FILE() macro that is no-op if gst is not build with --gst-enable-gst-debug.
* | Updated Irish translation.Seán de Búrca2012-10-291-2264/+2105
| |
* | Updated Indonesian translationAndika Triwidada2012-10-271-132/+177
| |
* | [l10n] Updated German translationTobias Endrigkeit2012-10-261-133/+150
| |
* | [l10n] Updated Estonian translationMattias Põldaru2012-10-231-2/+44
| |
* | empathy-call: Free the FsElementAddedNotifiers on fs-conference-removedDebarshi Ray2012-10-181-0/+3
| | | | | | | | Fixes: https://bugzilla.gnome.org/686314
* | empathy-call: Clean up the TfChannel before resetting the pipelineDebarshi Ray2012-10-181-8/+14
| | | | | | | | Fixes: https://bugzilla.gnome.org/686311
* | Updated Slovenian translationMatej Urbančič2012-10-181-4/+4
| |
* | Updated Spanish translationDaniel Mustieles2012-10-181-142/+185
| |
* | debug-window: fix typoGuillaume Desmottes2012-10-171-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=686067
* | L10N: Updated Persian translationArash Mousavi2012-10-171-406/+362
| |
* | Updated Norwegian Nynorsk translation (sync with Ubuntu)Andreas N2012-10-171-1481/+2983
| |
* | Updated Danish translationAsk H. Larsen2012-10-151-376/+419
| |
* | Updated Slovenian translationMatej Urbančič2012-10-141-80/+88
| |
* | Get back old filePavol Klačanský2012-10-141-1713/+2255
| |
* | Updated slovak translationPavol Klačanský2012-10-141-2255/+1713
| |
* | Updated Korean translationChangwoo Ryu2012-10-131-77/+86
| |
* | Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-10-131-82/+88
| |
* | Updated British English translationBruce Cowan2012-10-131-83/+88
| |
* | empathy-call: Add a debug option to dump the GStreamer pipelineDebarshi Ray2012-10-123-3/+79
| | | | | | | | Fixes: https://bugzilla.gnome.org/685888
* | turn EmpathyChatWindow to a GtkWindow subclassGuillaume Desmottes2012-10-103-56/+52
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=685793
* | Updated Slovenian translationMatej Urbančič2012-10-101-76/+100
| |
* | EmpathyRosterWindow: Add UOA specific error infobarXavier Claessens2012-10-091-0/+59
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681445
* | debug-window: add infobar telling user about privacyGuillaume Desmottes2012-10-091-0/+27
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592995
* | start dev of 3.7.xGuillaume Desmottes2012-10-091-3/+3
|/
* Updated Thai translationTheppitak Karoonboonyanan2012-10-091-29/+35
|
* Use better wording in Hungarian translationGabor Kelemen2012-10-091-1/+1
|
* remove released flagGuillaume Desmottes2012-10-081-1/+1
|
* prepare 3.6.0.3EMPATHY_3_6_0_3Guillaume Desmottes2012-10-082-2/+11
|
* UOA mc plugin: Fix build errorsXavier Claessens2012-10-081-5/+5
|
* Updated gujarati fileSweta Kothari2012-10-081-1/+1
|
* Updated gujarati fileSweta Kothari2012-10-081-154/+86
|
* remove released flagGuillaume Desmottes2012-10-081-1/+1
|
* prepare 3.6.0.2EMPATHY_3_6_0_2Guillaume Desmottes2012-10-082-2/+24
|
* Fix planet gnome theme when using a non-default fontSjoerd Simons2012-10-082-15/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685663
* Don't set the DefaultFont{Size,Family} in the themesSjoerd Simons2012-10-083-18/+0
| | | | | | | | For Adium themes Empathy prefers using the default font settings in a theme above the system font settings. So lets not set default fonts for the builtin themes, so these will follow the system instead. https://bugzilla.gnome.org/show_bug.cgi?id=685663
* deal if ag_manager_new_for_service_type() returns NULLGuillaume Desmottes2012-10-081-0/+19
| | | | | | | Looks like it may happen because of Ubuntu's apparmor policy. We can't do much in this case but best to not crash MC at least. https://bugzilla.gnome.org/show_bug.cgi?id=685498
* roster-window: fix event_activated_cb callback signatureGuillaume Desmottes2012-10-081-2/+1
| | | | | | | We receive the EmpathyEvent as the second signal argument, no as user_data pointer (which is 'self'). https://bugzilla.gnome.org/show_bug.cgi?id=681725
* empathy-spell: fix string leakPavel Vasin2012-10-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685652
* theme-manager: fix GList leakPavel Vasin2012-10-081-2/+2
| | | | | | g_hash_table_get_values() returns newly allocated list and it was lost https://bugzilla.gnome.org/show_bug.cgi?id=685652
* empathy_theme_manager_dup_theme_name_from_path(): fix mem leaksPavel Vasin2012-10-081-3/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685652
* contact-search-dialog: fix GtkSizeGroup leakPavel Vasin2012-10-081-0/+1
| | | | | | | | GtkSizeGroup objects are referenced by each widget in the size group, so once you have added all widgets to a GtkSizeGroup, you can drop the initial reference to the size group with g_object_unref(). https://bugzilla.gnome.org/show_bug.cgi?id=685652
* individual-menu: fix another GeeIterator leakPavel Vasin2012-10-081-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685652
* [nst] Link against libempathySjoerd Simons2012-10-071-1/+1
| | | | | | | | | | | | | As the nautilus-sendto-plugin uses functions from libempathy it should link directly against it otherwise the build fails when using -Wl,--as-needed: .libs/empathy-nautilus-sendto.o: In function `dup_contact_from_individual': /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73: undefined reference to `empathy_contact_dup_best_for_action' /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78: undefined reference to `empathy_contact_can_do_action'
* Updated Latvian translationRūdolfs Mazurs2012-10-071-69/+76
|
* Updated Hebrew tranlation.Yaron Shahrabani2012-10-051-198/+404
|
* Minor fixesKhaled Hosny2012-10-051-3/+3
|
* TyposKhaled Hosny2012-10-041-9/+9
|
* Updated Arabic translationKhaled Hosny2012-10-041-84/+81
|
* remove empathy-av old service and client filesGuillaume Desmottes2012-10-043-25/+0
| | | | They are not used since a while.
* Update French translationAlexandre Franke2012-10-041-22/+31
|
* [l10n] Added Khmer translationKhoem Sokhem2012-10-032-0/+4724
|
* print a warning if pulsesrc is missingGuillaume Desmottes2012-10-031-1/+4
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-10-032-694/+710
|
* remove released flagGuillaume Desmottes2012-10-031-1/+1
|
* prepare 3.6.0.1EMPATHY_3_6_0_1Guillaume Desmottes2012-10-032-2/+41
|
* chat-manager: cache the individual mgrGuillaume Desmottes2012-10-031-1/+31
| | | | We want to keep it alive during the whole lifetime of empathy-chat.
* chat-window: expose the individual mgr as a propertyGuillaume Desmottes2012-10-032-0/+42
|
* chat-window: update the contact menu when folks is loadedGuillaume Desmottes2012-10-031-0/+16
|
* chat-window: load the individual mgr when the chat window is focused outGuillaume Desmottes2012-10-031-11/+35
| | | | | Dirty hack to cope with Folks being slow as hell and blocking the main loop while preparing.
* move the individual mgr reference to empathy-chat-windowGuillaume Desmottes2012-10-032-19/+15
| | | | | | The chat window is the one actually using the manager so it makes sense to move it there. It's a singleton so the same instance will be shared between windows anyway.
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2012-10-031-65/+71
|
* Updated Hungarian translationGabor Kelemen2012-10-031-63/+72
|
* roster-view: add some delay before actually starting the live searchGuillaume Desmottes2012-10-021-2/+27
| | | | | | | This avoid stacking a bunch of useless searches while user is typing as we can't stop the old search before starting the new one. https://bugzilla.gnome.org/show_bug.cgi?id=685278
* cope with the top_group_members list being changed while iterating over itGuillaume Desmottes2012-10-021-6/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685203
* individual-manager: make sure the individual stays alive when removing itGuillaume Desmottes2012-10-021-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685203
* roster-model-manager: factor out {add_to,remove_from}_top_group_members()Guillaume Desmottes2012-10-021-14/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685203
* Updated Greek translationTom Tryfonidis2012-10-021-30/+39
|
* Updated Bulgarian translationAlexander Shopov2012-10-021-62/+71
|
* Updated Galician translationsFran Diéguez2012-10-011-44/+43
|
* Updated Spanish translationDaniel Mustieles2012-09-301-34/+40
|
* Updated Lithuanian translationŽygimantas Beručka2012-09-301-256/+439
|
* Updated Serbian translationМирослав Николић2012-09-302-46/+64
|
* Updated Belarusian translation.Ihar Hrachyshka2012-09-291-22/+31
|
* Updated Aragonese translationDaniel Martinez Cucalon2012-09-291-1814/+1795
|
* Updated Hebrew translation.Yaron Shahrabani2012-09-281-102/+109
|
* individual_menu_add_personas(): restore the persona.individual after ↵Guillaume Desmottes2012-09-281-0/+5
| | | | | | creating single_individual https://bugzilla.gnome.org/show_bug.cgi?id=684971
* empathy_chat_window_present_chat: return the window presenting the chatGuillaume Desmottes2012-09-282-5/+6
|
* No need to pass twice the same param to chat_window_contact_menu_update()Guillaume Desmottes2012-09-281-4/+3
|
* document when/how Folks is used in empathy-chatGuillaume Desmottes2012-09-281-1/+8
|
* make sure that chat_window_contact_menu_update is not called recursivelyGuillaume Desmottes2012-09-281-0/+8
| | | | | | | Calling empathy_chat_get_contact_menu() may have as a side effect to call empathy_contact_set_persona() which will fire a 'notify' signal and so trigger another mennu update. There is no point doing a second one, and creating a second menu, so best to avoid recursive calls.
* Updated Portuguese translationDuarte Loreto2012-09-281-24/+30
|
* [l10n] Minor update to Catalan translationGil Forcada2012-09-281-24/+30
|
* Updated Lithuanian translationAurimas Černius2012-09-281-100/+110
|
* Updated Polish translationPiotr Drąg2012-09-271-22/+31
|
* Updated Indonesian translationAndika Triwidada2012-09-271-22/+32
|
* Updated Russian translationYuri Myasoedov2012-09-271-23/+32
|
* Updated Galician translationsFran Diéguez2012-09-271-25/+32
|
* Updated Czech translationMarek Černocký2012-09-271-21/+30
|
* [l10n] Updated Italian translation.Milo Casagrande2012-09-271-22/+31
|
* Assamese translation updatedNilamdyuti Goswami2012-09-271-26/+32
|
* Updated Slovenian translationMatej Urbančič2012-09-271-24/+31
|
* POTFILES.in: add empathy-roster-model.hGuillaume Desmottes2012-09-271-0/+1
| | | | | | Some translated strings have been moved to this file but we forgot to include it in POTFILES.in. This is not a string break as those strings were not translated before.
* server-tls-handler: fix the variant type when fetching ServerCertificateGuillaume Desmottes2012-09-251-1/+1
| | | | | | | g_variant_lookup() fails if we don't specificy that this string is secretly an object path. https://bugzilla.gnome.org/show_bug.cgi?id=684783
* Say in the status message when the call has been terminatedGuillaume Desmottes2012-09-251-0/+2
| | | | | | | | | | This is not a string freeze break as this string is already used in a bunch of place in this file. We could probably improve the phrasing a little bit but that's too late for this cycle. https://bugzilla.gnome.org/show_bug.cgi?id=684528
* call_state is a CallState enumGuillaume Desmottes2012-09-251-1/+1
|
* tp-chat: set Private and InviteOnly props on conference channelsGuillaume Desmottes2012-09-251-3/+30
| | | | | | | Only the person invited are suppose to join these channels so tweak their settings to make them more secure. https://bugzilla.gnome.org/show_bug.cgi?id=684675
* update last_tag_patternGuillaume Desmottes2012-09-251-1/+1
|
* remove released flagGuillaume Desmottes2012-09-251-1/+1
|
* fix ubuntu-online-accounts/Makefile.amEMPATHY_3_6_0Guillaume Desmottes2012-09-251-1/+1
|
* prepare 3.6.0Guillaume Desmottes2012-09-252-3/+62
|