]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 6 Sep 2011 19:53:02 +0000 (21:53 +0200)]
Updated Norwegian bokmål translation

12 years ago[l10n] Updated German doc translation
Mario Blättermann [Tue, 6 Sep 2011 18:56:36 +0000 (20:56 +0200)]
[l10n] Updated German doc translation

12 years agoUpdated Spanish translation
Jorge González [Tue, 6 Sep 2011 18:04:21 +0000 (20:04 +0200)]
Updated Spanish translation

12 years agoContactSelector: mark standard action as the default.
Will Thompson [Tue, 6 Sep 2011 10:25:26 +0000 (11:25 +0100)]
ContactSelector: mark standard action as the default.

This allows Gtk+ to style the button differently to indicate that it
will be pressed when the user hits Enter; it also fixes hitting enter in
the New Conversation dialog, which does not consider GTK_RESPONSE_ACCEPT
to be a reasonable response and ignores it. So we get a bug fix and
better styling in exchange for less code!

https://bugzilla.gnome.org/show_bug.cgi?id=658343

12 years agoIndividualManager: disconnect handler from aggregator
Will Thompson [Tue, 6 Sep 2011 10:06:30 +0000 (11:06 +0100)]
IndividualManager: disconnect handler from aggregator

Previously, the handler for
FolksIndividualAggregator::individuals-changed was never disconnected;
thus it could be called after EmpathyIndividualManager dies (if its
aggregator outlives it), and crash us.

https://bugzilla.gnome.org/show_bug.cgi?id=658340

12 years agouse champlain 0.12
Guillaume Desmottes [Tue, 6 Sep 2011 16:55:34 +0000 (18:55 +0200)]
use champlain 0.12

https://bugzilla.gnome.org/show_bug.cgi?id=658341

12 years agoimport: prevent haze to be used for irc
Alban Browaeys [Wed, 31 Aug 2011 13:13:33 +0000 (15:13 +0200)]
import: prevent haze to be used for irc

Prevent haze to be used for irc even if sole connection
manager to support it.
Reworked by Guillaume Desmottes <gdesmott@gnome.org> .

https://bugzilla.gnome.org/show_bug.cgi?id=657818

12 years agoindividual-store: use Folks directly to watch is-favourite changes
Guillaume Desmottes [Tue, 6 Sep 2011 16:18:05 +0000 (18:18 +0200)]
individual-store: use Folks directly to watch is-favourite changes

We already use it to check if a contact is in favourite or not.
The contact manager should probably be killed at some point any way.

12 years agoPreferences: explain what echo cancellation means
Will Thompson [Tue, 6 Sep 2011 10:49:05 +0000 (11:49 +0100)]
Preferences: explain what echo cancellation means

12 years agoUpdated POTFILES.in
Piotr Drąg [Tue, 6 Sep 2011 15:35:53 +0000 (17:35 +0200)]
Updated POTFILES.in

12 years agoTpChat: don't crash with broken TpProperties implementations
Will Thompson [Tue, 6 Sep 2011 14:52:34 +0000 (15:52 +0100)]
TpChat: don't crash with broken TpProperties implementations

I forgot to take the Telepathy.Properties interface out of Gabble when I
removed Telepathy.Properties support from it. So Empathy called
ListProperties() on it anyway: fine, you might think, except the
callback set priv->had_properties_list to TRUE even if the method
returned an error. empathy_tp_chat_set_property() and
empathy_tp_chat_get_property() assume that if priv->had_properties_list is
TRUE, priv->properties is not NULL.

While I hope that we can delete this code entirely pretty soon, getting
this crash fix in seems like a good idea.

Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoPreferences: reindent .ui file for Theme tab
Will Thompson [Thu, 25 Aug 2011 15:03:37 +0000 (16:03 +0100)]
Preferences: reindent .ui file for Theme tab

There are no XML changes in this commit, just indentation changes.

12 years agoPreferences: remove Appearance label in Themes tab.
Will Thompson [Thu, 25 Aug 2011 15:02:14 +0000 (16:02 +0100)]
Preferences: remove Appearance label in Themes tab.

This label doesn't add anything, so I removed it. The indentation is
weird because I hand-edited the Glade file to show that nothing's really
changed: I'll reindent it in the next patch.

12 years agoCall preferences: add colons to labels
Will Thompson [Thu, 25 Aug 2011 14:40:17 +0000 (15:40 +0100)]
Call preferences: add colons to labels

12 years agoMerge branch 'remove-cc-plugin'
Danielle Madeley [Tue, 6 Sep 2011 08:54:03 +0000 (18:54 +1000)]
Merge branch 'remove-cc-plugin'

12 years agoremove release flag
Guillaume Desmottes [Tue, 6 Sep 2011 08:22:53 +0000 (10:22 +0200)]
remove release flag

12 years agoprepare 3.1.91
Guillaume Desmottes [Tue, 6 Sep 2011 08:08:34 +0000 (10:08 +0200)]
prepare 3.1.91

12 years agoUpdated Persian translation
Arash Mousavi [Tue, 6 Sep 2011 07:47:43 +0000 (12:17 +0430)]
Updated Persian translation

12 years agoUpdated Persian translation
Arash Mousavi [Tue, 6 Sep 2011 07:38:47 +0000 (12:08 +0430)]
Updated Persian translation

12 years agobuild fix
Guillaume Desmottes [Tue, 6 Sep 2011 07:23:45 +0000 (09:23 +0200)]
build fix

How did I end up commiting this without the ';'??

12 years agoempathy_contact_dup_from_folks_individual: add a debug msg if no contact is found
Guillaume Desmottes [Tue, 6 Sep 2011 07:03:07 +0000 (09:03 +0200)]
empathy_contact_dup_from_folks_individual: add a debug msg if no contact is found

In most cases that's probably either an Empathy or Folks issue, so it's good
to have some info to help debugging.

12 years agoempathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel
Guillaume Desmottes [Mon, 5 Sep 2011 14:30:50 +0000 (16:30 +0200)]
empathy-accounts.desktop.in.in: remove X-GNOME-Settings-Panel

We can't integrate with GNOME control center any more.

https://bugzilla.gnome.org/show_bug.cgi?id=658254

12 years agodon't leak the keys returned by g_key_file_get_keys()
Guillaume Desmottes [Mon, 5 Sep 2011 14:01:44 +0000 (16:01 +0200)]
don't leak the keys returned by g_key_file_get_keys()

12 years agomcp_account_manager_goa_get: rename 'n' to nkeys
Guillaume Desmottes [Mon, 5 Sep 2011 13:55:53 +0000 (15:55 +0200)]
mcp_account_manager_goa_get: rename 'n' to nkeys

12 years agoStore variable parameters to a key file
Guillaume Desmottes [Fri, 2 Sep 2011 12:26:46 +0000 (14:26 +0200)]
Store variable parameters to a key file

12 years agowatch for chat properties change to detect if Chat has enabled/disabled
Guillaume Desmottes [Thu, 1 Sep 2011 12:03:24 +0000 (14:03 +0200)]
watch for chat properties change to detect if Chat has enabled/disabled

12 years agoset TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction
Guillaume Desmottes [Wed, 31 Aug 2011 14:04:30 +0000 (16:04 +0200)]
set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction

We can't change the 'Chat' switch on the GOA account so user will have to use
GOA to enable/disable the TP account.

12 years agoRemove old Facebook code
Guillaume Desmottes [Wed, 31 Aug 2011 12:58:08 +0000 (14:58 +0200)]
Remove old Facebook code

Add a TODO for now.

12 years agowatch for Chat feature changes to enable/disable the account
Guillaume Desmottes [Wed, 31 Aug 2011 12:54:49 +0000 (14:54 +0200)]
watch for Chat feature changes to enable/disable the account

12 years agomcp_account_manager_goa_set: pretend we save everything
Guillaume Desmottes [Wed, 31 Aug 2011 12:43:10 +0000 (14:43 +0200)]
mcp_account_manager_goa_set: pretend we save everything

No doing it result in MC saving the keys in accounts.cfg and so duplicating
the account.

12 years agoEnable TP account only if Chat has been turned on in GOA
Guillaume Desmottes [Wed, 31 Aug 2011 12:22:36 +0000 (14:22 +0200)]
Enable TP account only if Chat has been turned on in GOA

12 years agostore the GoaObject rather than the GoaAccount
Guillaume Desmottes [Wed, 31 Aug 2011 12:09:47 +0000 (14:09 +0200)]
store the GoaObject rather than the GoaAccount

We need to keep the GoaObject to check if Chat is enabled on it.

12 years agoAdd params fallback-servers, extra-certificate-identities and require-encryption
Danielle Madeley [Wed, 29 Jun 2011 06:56:49 +0000 (14:56 +0800)]
Add params fallback-servers, extra-certificate-identities and require-encryption

12 years agoDocument hashtable allocation/reffing
Danielle Madeley [Wed, 29 Jun 2011 06:39:11 +0000 (14:39 +0800)]
Document hashtable allocation/reffing

12 years agoTrack accounts created and destroyed from GOA
Danielle Madeley [Tue, 14 Jun 2011 17:37:30 +0000 (18:37 +0100)]
Track accounts created and destroyed from GOA

12 years agoSupport launching GNOME Online Accounts in empathy-accounts
Danielle Madeley [Tue, 14 Jun 2011 17:28:54 +0000 (18:28 +0100)]
Support launching GNOME Online Accounts in empathy-accounts

12 years agoInitial work on a GNOME Online Accounts Mission Control plugin
Danielle Madeley [Tue, 14 Jun 2011 16:18:58 +0000 (17:18 +0100)]
Initial work on a GNOME Online Accounts Mission Control plugin

12 years agoUpdated Spanish translation
Jorge González [Mon, 5 Sep 2011 21:29:57 +0000 (23:29 +0200)]
Updated Spanish translation

12 years agohelp/share-desktop: Updated and improved wording
Ekaterina Gerasimova [Mon, 5 Sep 2011 18:32:57 +0000 (20:32 +0200)]
help/share-desktop: Updated and improved wording

Changed "desktop viewing application" to "desktop sharing application"
when talking about a VNC server. Simplified language, improved grammar
and word order.

12 years agoUpdated Dutch translation by Hannie Dumoleyn
Hannie Dumoleyn [Mon, 5 Sep 2011 18:01:38 +0000 (20:01 +0200)]
Updated Dutch translation by Hannie Dumoleyn

12 years agoUpdated galician translations
Fran Dieguez [Sun, 4 Sep 2011 16:46:02 +0000 (18:46 +0200)]
Updated galician translations

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 15:37:59 +0000 (18:37 +0300)]
Updated Belarusian translation.

12 years agoUpdated Spanish translation
Jorge González [Sat, 3 Sep 2011 18:33:48 +0000 (20:33 +0200)]
Updated Spanish translation

12 years agohelp/irc-manage: Add install link for telepathy-idle
Shaun McCance [Sat, 3 Sep 2011 17:49:07 +0000 (13:49 -0400)]
help/irc-manage: Add install link for telepathy-idle

12 years agomain-window: add back the primary-toolbar hint
Cosimo Cecchi [Thu, 1 Sep 2011 17:55:38 +0000 (13:55 -0400)]
main-window: add back the primary-toolbar hint

https://bugzilla.gnome.org/show_bug.cgi?id=657956

12 years agolog-window: add the "raised" style class to the account chooser
Cosimo Cecchi [Thu, 1 Sep 2011 16:26:29 +0000 (12:26 -0400)]
log-window: add the "raised" style class to the account chooser

So that it raises up from the toolbar below.

https://bugzilla.gnome.org/show_bug.cgi?id=657954

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Fri, 2 Sep 2011 17:59:27 +0000 (20:59 +0300)]
Updated Belarusian translation.

12 years agoUse format-justify-fill everywhere
Emilio Pozuelo Monfort [Fri, 2 Sep 2011 11:43:29 +0000 (12:43 +0100)]
Use format-justify-fill everywhere

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agoLogWindow: fix toolbar icons
Emilio Pozuelo Monfort [Thu, 1 Sep 2011 10:18:08 +0000 (11:18 +0100)]
LogWindow: fix toolbar icons

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agolog-window: align the account chooser and search widget
Guillaume Desmottes [Thu, 1 Sep 2011 14:01:37 +0000 (16:01 +0200)]
log-window: align the account chooser and search widget

Center the account chooser and align the search widget to the right of the
toolbar.

https://bugzilla.gnome.org/show_bug.cgi?id=657842

12 years agoempathy_connection_can_*_personas: check if connection is connected
Guillaume Desmottes [Tue, 30 Aug 2011 08:44:02 +0000 (10:44 +0200)]
empathy_connection_can_*_personas: check if connection is connected

https://bugzilla.gnome.org/show_bug.cgi?id=657266

12 years agoFixes a segfault in empathy-individual-store.c
Cosimo Alfarano [Wed, 31 Aug 2011 16:28:35 +0000 (17:28 +0100)]
Fixes a segfault in empathy-individual-store.c

When a contact cannot be obtained from an individual, icon_name and
contact will be NULL, leading to g_hash_table_lookup for a NULL-value,
segfaulting.

Although there's probably an underlying error somewhere, the NULL case
should be handled, being a valid return value for the method;

https://bugzilla.gnome.org/show_bug.cgi?id=657914

12 years agoUpdated Tamil translation
Dr.T.Vasudevan [Fri, 2 Sep 2011 10:34:03 +0000 (16:04 +0530)]
Updated Tamil translation

12 years agoRemove control centre plugin
Danielle Madeley [Fri, 2 Sep 2011 02:27:04 +0000 (12:27 +1000)]
Remove control centre plugin

GNOME no longer supports control centre plugins, and it was decided at the
hackfest that empathy-accounts should not appear in the control centre.

12 years agoUpdated Tamil translation
Dr.T.Vasudevan [Fri, 2 Sep 2011 00:10:36 +0000 (05:40 +0530)]
Updated Tamil translation

12 years agoUpdated Lithuanian translation
Aurimas Černius [Thu, 1 Sep 2011 20:08:32 +0000 (23:08 +0300)]
Updated Lithuanian translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Thu, 1 Sep 2011 19:41:58 +0000 (23:41 +0400)]
Updated Russian translation

12 years agobuild: fix typo in configure summary
Cosimo Cecchi [Mon, 22 Aug 2011 16:08:46 +0000 (12:08 -0400)]
build: fix typo in configure summary

Geocode support uses geocode-glib, not geoclue.

https://bugzilla.gnome.org/show_bug.cgi?id=657087

12 years agoUpdated Swedish translation
Daniel Nylander [Thu, 1 Sep 2011 10:47:59 +0000 (12:47 +0200)]
Updated Swedish translation

12 years agoUpdated Brazilian Portuguese translation.
Antonio Fernandes C. Neto [Thu, 1 Sep 2011 03:34:18 +0000 (23:34 -0400)]
Updated Brazilian Portuguese translation.

12 years agoMerge branch 'timezones-656189'
Danielle Madeley [Thu, 1 Sep 2011 01:00:08 +0000 (11:00 +1000)]
Merge branch 'timezones-656189'

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 31 Aug 2011 19:24:27 +0000 (21:24 +0200)]
Updated Norwegian bokmål translation

12 years agoCorrect grouping in the hostname regexp
Sjoerd Simons [Wed, 31 Aug 2011 14:14:15 +0000 (15:14 +0100)]
Correct grouping in the hostname regexp

Correctly group our subregexp otherwise hostnames like the following
won't be recognized due to the way things expand:
  a.com
  example.c-om

12 years agoCallWindow: make video buttons unsensitive when video not supported
Emilio Pozuelo Monfort [Wed, 31 Aug 2011 08:20:28 +0000 (09:20 +0100)]
CallWindow: make video buttons unsensitive when video not supported

If we're calling an audio-only contact, make the camera buttons
unsensitive.

https://bugzilla.gnome.org/show_bug.cgi?id=656871

12 years agoremove released flag
Guillaume Desmottes [Wed, 31 Aug 2011 08:24:20 +0000 (10:24 +0200)]
remove released flag

12 years agoprepare 3.1.90.1
Guillaume Desmottes [Wed, 31 Aug 2011 07:52:58 +0000 (09:52 +0200)]
prepare 3.1.90.1

12 years agobuild: use an autoconf macro to get to -lm
Frédéric Péters [Wed, 31 Aug 2011 07:34:12 +0000 (09:34 +0200)]
build: use an autoconf macro to get to -lm

12 years agoUse g_date_time_new_from_unix_local() to read timestamps from logger
Danielle Madeley [Wed, 31 Aug 2011 03:13:16 +0000 (13:13 +1000)]
Use g_date_time_new_from_unix_local() to read timestamps from logger

g_date_time_new_from_unix_local() reads a Unix timestamp (which is defined
to be in UTC) and sets the timezone for the GDateTime to be the local timezone.
Thus when we format it, we get times in local time.

g_date_time_new_from_unix_utc() is not correct, because it sets the timezone
to UTC.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656189
12 years agoUpdated Spanish translation
Jorge González [Tue, 30 Aug 2011 16:59:52 +0000 (18:59 +0200)]
Updated Spanish translation

12 years agoCallWindow: destroy the preview clone when restarting the pipeline
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 15:02:53 +0000 (16:02 +0100)]
CallWindow: destroy the preview clone when restarting the pipeline

https://bugzilla.gnome.org/show_bug.cgi?id=656886

12 years agoDon't update presence on session changes if the Shell is running
Guillaume Desmottes [Tue, 30 Aug 2011 11:25:35 +0000 (13:25 +0200)]
Don't update presence on session changes if the Shell is running

The Shell does it for us.

https://bugzilla.gnome.org/show_bug.cgi?id=656631

12 years agofix typo
Guillaume Desmottes [Tue, 30 Aug 2011 11:57:01 +0000 (13:57 +0200)]
fix typo

12 years agobuild: remove -enumtypes rules
Frédéric Péters [Tue, 30 Aug 2011 10:54:10 +0000 (12:54 +0200)]
build: remove -enumtypes rules

12 years agobuild: add -lm where required
Frédéric Péters [Tue, 30 Aug 2011 10:53:34 +0000 (12:53 +0200)]
build: add -lm where required

12 years agoDon't set presence to offline when Shell is running
Guillaume Desmottes [Tue, 30 Aug 2011 10:10:23 +0000 (12:10 +0200)]
Don't set presence to offline when Shell is running

https://bugzilla.gnome.org/show_bug.cgi?id=656632

12 years agoCallWindow: don't spit unnecessary criticals
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 09:37:29 +0000 (10:37 +0100)]
CallWindow: don't spit unnecessary criticals

There's no guarantee that an actor has an allocation all the time,
so gracefully handle the case when it doesn't.

https://bugzilla.gnome.org/show_bug.cgi?id=656911

12 years agoSave the video preview position in gsettings
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 08:00:06 +0000 (09:00 +0100)]
Save the video preview position in gsettings

And place it in the last used position when starting a new call.

https://bugzilla.gnome.org/show_bug.cgi?id=656889

12 years agodon't create the status icon if GNOME Shell is running
Guillaume Desmottes [Wed, 19 Jan 2011 09:58:48 +0000 (10:58 +0100)]
don't create the status icon if GNOME Shell is running

https://bugzilla.gnome.org/show_bug.cgi?id=631944

12 years agoremove released flag
Guillaume Desmottes [Mon, 29 Aug 2011 14:51:57 +0000 (16:51 +0200)]
remove released flag

12 years agocoding style fix
Guillaume Desmottes [Mon, 29 Aug 2011 14:37:22 +0000 (16:37 +0200)]
coding style fix

12 years agoprepare 3.1.90
Guillaume Desmottes [Mon, 29 Aug 2011 14:19:45 +0000 (16:19 +0200)]
prepare 3.1.90

12 years agoMerge branch 'account-widget-657616'
Guillaume Desmottes [Mon, 29 Aug 2011 13:49:12 +0000 (15:49 +0200)]
Merge branch 'account-widget-657616'

12 years agocontact list: optimize loading contacts
Alban Crequy [Thu, 25 Aug 2011 15:46:25 +0000 (16:46 +0100)]
contact list: optimize loading contacts

The previous algorithm was O(n^2) with the number of contacts. Each contact can
be in several groups, so when a contact is added or updated, we iterated over
all the contact list to find the rows representing the contact. When connecting
to an account and getting all the contacts, this was too slow.

The groups are stored in the GtkTreeStore and suffer from the same problem: to
look for a group, it needed to iterate on all contacts.

The new algorithm maintains a hash from the contact to the list of rows
representing it, and another hash from the group to the row representing it.

On Empathy 2.30.2 when tested on MeeGo with 300 contacts, loading the contacts
is faster: roughly 9 seconds before the patch, 3 seconds after.

On Empathy 3.1.5, it seems to load in background so I don't know how to measure
the time lost in GtkTreeStore. But before the patch, GProf says 23% is lost in
individual_store_find_contact_foreach(), and after the patch it is not visible
anymore. And "time" says we win 5s of CPU when starting+quitting Empathy:

      Before the patch:        After the patch:
      real    0m23.485s        real    0m23.460s
      user    0m13.805s        user    0m8.305s
      sys     0m0.308s         sys     0m0.316s

https://bugzilla.gnome.org/show_bug.cgi?id=657086

12 years agoaccount-widget-local-xmpp: put all the labels in a GtkSizeGroup
Guillaume Desmottes [Mon, 29 Aug 2011 13:00:01 +0000 (15:00 +0200)]
account-widget-local-xmpp: put all the labels in a GtkSizeGroup

https://bugzilla.gnome.org/show_bug.cgi?id=657616

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Mon, 29 Aug 2011 11:11:50 +0000 (19:11 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Spanish translation
Jorge González [Mon, 29 Aug 2011 11:04:22 +0000 (13:04 +0200)]
Updated Spanish translation

12 years agocontact-widget: use the day-selected sig to update birthday
Guillaume Desmottes [Mon, 29 Aug 2011 08:29:18 +0000 (10:29 +0200)]
contact-widget: use the day-selected sig to update birthday

Having to double click on a day to update it was really confusing and most
people (including me!) were just thinking that was not working.

12 years agoAllow to call phone number of contacts
Guillaume Desmottes [Fri, 26 Aug 2011 08:59:14 +0000 (10:59 +0200)]
Allow to call phone number of contacts

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agoadd EmpathyAccountSelectorDialog
Guillaume Desmottes [Fri, 26 Aug 2011 12:53:01 +0000 (14:53 +0200)]
add EmpathyAccountSelectorDialog

Dialog asking user to pick an account from a pre-defined list.

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agoexport empathy_account_has_uri_scheme_tel()
Guillaume Desmottes [Fri, 26 Aug 2011 09:15:11 +0000 (11:15 +0200)]
export empathy_account_has_uri_scheme_tel()

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agochatroom_manager_parse_chatroom: check account path is valid
Guillaume Desmottes [Mon, 29 Aug 2011 09:32:36 +0000 (11:32 +0200)]
chatroom_manager_parse_chatroom: check account path is valid

https://bugzilla.gnome.org/show_bug.cgi?id=657362

12 years agoUpdated galician translations
Fran Dieguez [Sun, 28 Aug 2011 15:52:27 +0000 (17:52 +0200)]
Updated galician translations

12 years ago[l10n] Updated German translation
Mario Blättermann [Sun, 28 Aug 2011 11:52:41 +0000 (13:52 +0200)]
[l10n] Updated German translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Fri, 26 Aug 2011 19:51:38 +0000 (23:51 +0400)]
Updated Russian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 26 Aug 2011 19:24:31 +0000 (21:24 +0200)]
Updated Spanish translation

12 years agoDon't leak FDs when loading avatars.
Will Thompson [Fri, 26 Aug 2011 12:48:57 +0000 (13:48 +0100)]
Don't leak FDs when loading avatars.

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
12 years agoMove the 'Show previous conversation' menu entry
Guillaume Desmottes [Fri, 26 Aug 2011 10:19:08 +0000 (12:19 +0200)]
Move the 'Show previous conversation' menu entry

It used to be right in the middle of actions on the contact.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Fri, 26 Aug 2011 10:07:16 +0000 (12:07 +0200)]
Updated Norwegian bokmål translation

12 years agoFix unclear string in avatar chooser
Milo Casagrande [Thu, 25 Aug 2011 20:11:40 +0000 (22:11 +0200)]
Fix unclear string in avatar chooser

* Fix an unclear error string in the avatar chooser
  when saving camera taken image to file.
  Fixes bug #657166

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Thu, 25 Aug 2011 16:14:14 +0000 (19:14 +0300)]
Updated Belarusian translation.