]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoMerge remote branch 'glassrose/accounts-supporting-chatrooms-only-603027'
Guillaume Desmottes [Mon, 10 Jan 2011 10:02:02 +0000 (11:02 +0100)]
Merge remote branch 'glassrose/accounts-supporting-chatrooms-only-603027'

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 8 Jan 2011 23:34:19 +0000 (00:34 +0100)]
Updated Galician translations

13 years agoSkip accounts which don't support rooms in "Manage Favorites" dialog
Chandni Verma [Mon, 3 Jan 2011 15:55:43 +0000 (21:25 +0530)]
Skip accounts which don't support rooms in "Manage Favorites" dialog

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=603027
13 years agoUpdated Norwegian bokmål translation from Torstein Adolf Winterseth
Kjartan Maraas [Sun, 2 Jan 2011 17:32:26 +0000 (18:32 +0100)]
Updated Norwegian bokmål translation from Torstein Adolf Winterseth

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Fri, 31 Dec 2010 08:52:51 +0000 (10:52 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdated Swedish translation
Daniel Nylander [Wed, 29 Dec 2010 17:18:19 +0000 (18:18 +0100)]
Updated Swedish translation

13 years agoRemove the chats_new_msg list from EmpathyChatWindow
Sjoerd Simons [Sun, 26 Dec 2010 18:29:59 +0000 (19:29 +0100)]
Remove the chats_new_msg list from EmpathyChatWindow

13 years agoRemove the composing list
Sjoerd Simons [Sun, 26 Dec 2010 18:22:04 +0000 (19:22 +0100)]
Remove the composing list

13 years agoHighlight both the tab and the menu label
Sjoerd Simons [Sun, 26 Dec 2010 13:50:11 +0000 (14:50 +0100)]
Highlight both the tab and the menu label

13 years agoFix lines > 80 chars
Sjoerd Simons [Mon, 27 Dec 2010 13:55:56 +0000 (14:55 +0100)]
Fix lines > 80 chars

13 years agoPrevent potential freeing of unitialized data
Sjoerd Simons [Mon, 27 Dec 2010 13:55:19 +0000 (14:55 +0100)]
Prevent potential freeing of unitialized data

13 years agoSimplify filter adding code by just using gdk_x11 functions instead of hoops
Sjoerd Simons [Sat, 25 Dec 2010 19:47:24 +0000 (20:47 +0100)]
Simplify filter adding code by just using gdk_x11 functions instead of hoops

13 years agoAlso turn off Access Unit Delimiters (aud)
David Laban [Mon, 20 Dec 2010 15:46:36 +0000 (15:46 +0000)]
Also turn off Access Unit Delimiters (aud)

AUDs are *completely* pointless in RTP and just waste packets/confuse people.

13 years agoupdate Punjabi Translation
A S Alam [Wed, 29 Dec 2010 02:06:25 +0000 (07:36 +0530)]
update Punjabi Translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 28 Dec 2010 22:30:37 +0000 (23:30 +0100)]
Updated Slovenian translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sun, 26 Dec 2010 17:55:05 +0000 (19:55 +0200)]
Updated Hebrew translation.

13 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 24 Dec 2010 17:15:01 +0000 (18:15 +0100)]
Updated Spanish translation

13 years agolibempathy: Fix free of uninitialized variables.
Stef Walter [Fri, 24 Dec 2010 15:32:35 +0000 (09:32 -0600)]
libempathy: Fix free of uninitialized variables.

When a pinned certificate is present, these don't get initialized.

13 years agolibempathy: Store pinned certificate for end entity cert in the chain.
Stef Walter [Mon, 13 Dec 2010 20:34:56 +0000 (20:34 +0000)]
libempathy: Store pinned certificate for end entity cert in the chain.

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

13 years agotests: Fix memory leak of dbus connection
Stef Walter [Mon, 13 Dec 2010 20:25:38 +0000 (20:25 +0000)]
tests: Fix memory leak of dbus connection

https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3

13 years agolibempathy: Fix memory leaks and use consistent naming for various arrays.
Stef Walter [Mon, 13 Dec 2010 20:25:08 +0000 (20:25 +0000)]
libempathy: Fix memory leaks and use consistent naming for various arrays.

https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3

13 years agolibempathy: Fix leak of certificate data.
Stef Walter [Mon, 13 Dec 2010 17:46:03 +0000 (17:46 +0000)]
libempathy: Fix leak of certificate data.

https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3

13 years agolibempathy, tests: Wrap new function arguments properly.
Stef Walter [Mon, 13 Dec 2010 17:42:15 +0000 (17:42 +0000)]
libempathy, tests: Wrap new function arguments properly.

https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3

13 years agotests: Lookup the pkcs11 standalone directory at run time.
Stef Walter [Sat, 11 Dec 2010 03:31:01 +0000 (03:31 +0000)]
tests: Lookup the pkcs11 standalone directory at run time.

Rather than cluttering up configure, lookup the relevant
directory at runtime.

13 years agolibempathy: Match changes in libgcr terminology and debug output.
Stef Walter [Sat, 11 Dec 2010 03:16:16 +0000 (03:16 +0000)]
libempathy: Match changes in libgcr terminology and debug output.

Add debug output for certificate chain, and fix up for some changes
in libgcr terminology.

13 years agolibempathy: Use new certificate chain facilities in libgcr
Stef Walter [Fri, 10 Dec 2010 23:04:52 +0000 (23:04 +0000)]
libempathy: Use new certificate chain facilities in libgcr

Build the chain with new GcrCertificateChain and then use gnutls
to verify it.

13 years agotest: Add tests which load PKCS#11 modules for TLS verification.
Stef Walter [Fri, 10 Dec 2010 04:25:13 +0000 (04:25 +0000)]
test: Add tests which load PKCS#11 modules for TLS verification.

Add various tests which load gnome-keyring PKCS#11 modules and
use them in the TLS verification. These are the standalone
versions of the builtin gnome-keyring PKCS#11 modules.

13 years agolibempathy: Complete successful verification properly.
Stef Walter [Fri, 10 Dec 2010 03:48:13 +0000 (03:48 +0000)]
libempathy: Complete successful verification properly.

Complete TLS verification properly in TLS verifier.

13 years agotests: Add test for basic verification.
Stef Walter [Thu, 9 Dec 2010 22:14:38 +0000 (22:14 +0000)]
tests: Add test for basic verification.

This test depends on the certificates you have in gnome-keyring,
will fix this dependency in later commits.

13 years agolibempathy: Fix reference counting of certs in verifier.
Stef Walter [Thu, 9 Dec 2010 22:14:19 +0000 (22:14 +0000)]
libempathy: Fix reference counting of certs in verifier.

13 years agotests: Add mock object and test infrastructure for testing tls.
Stef Walter [Thu, 9 Dec 2010 21:51:28 +0000 (21:51 +0000)]
tests: Add mock object and test infrastructure for testing tls.

Create a mock o.f.T.Authentication.TLSCertificate object and connect
to it in various tests.

Loads certificate data from certificates/ subdir

13 years agolibempathy: Use new gcr functions properly and fix build.
Stef Walter [Mon, 6 Dec 2010 22:47:13 +0000 (22:47 +0000)]
libempathy: Use new gcr functions properly and fix build.

libgcr now uses single header include model.

13 years agolibempathy: Load complete certificate chain even when not sent.
Stef Walter [Thu, 2 Dec 2010 19:55:54 +0000 (19:55 +0000)]
libempathy: Load complete certificate chain even when not sent.

Even when a complete certificate chain is not sent by the remote
host, we can load a complete certificate chain based on the local
certificates.

13 years agoconfigure: Remove option to specify system certificates.
Stef Walter [Thu, 2 Dec 2010 18:10:14 +0000 (18:10 +0000)]
configure: Remove option to specify system certificates.

These are now handled by gnome-keyring through libgcr.

13 years agolibempathy: Store certificate exceptions in gnome-keyring.
Stef Walter [Thu, 2 Dec 2010 18:08:51 +0000 (18:08 +0000)]
libempathy: Store certificate exceptions in gnome-keyring.

Use libgcr to store certificate trust exceptions properly.

13 years agolibempathy: Use trust assertions instead of certificate directories.
Stef Walter [Thu, 2 Dec 2010 17:46:47 +0000 (17:46 +0000)]
libempathy: Use trust assertions instead of certificate directories.

Initial implementation.

13 years agoprepare 2.91.4.3
Guillaume Desmottes [Fri, 24 Dec 2010 10:57:03 +0000 (11:57 +0100)]
prepare 2.91.4.3

13 years agoDepends on gcr 2.91.4
Guillaume Desmottes [Fri, 24 Dec 2010 10:51:24 +0000 (11:51 +0100)]
Depends on gcr 2.91.4

We need it as we don't ship our own version of gcr-simple-certificate any
more. I'm not sure we still need depending on gnome-keyring itself, I'll check
with Stef; but for now I just want to make a release usable by the release
team.

13 years agojust include gcr.h
Guillaume Desmottes [Fri, 24 Dec 2010 10:42:57 +0000 (11:42 +0100)]
just include gcr.h

13 years agolibempathy-gtk: No need to 'egg' gcr-simple-certificate.[ch]
Stef Walter [Thu, 2 Dec 2010 17:21:38 +0000 (17:21 +0000)]
libempathy-gtk: No need to 'egg' gcr-simple-certificate.[ch]

These are now properly distributed by libgcr.

13 years agoMerge remote branch 'glassrose/enable-disable-accounts-popup-609568'
Danielle Madeley [Fri, 24 Dec 2010 06:04:05 +0000 (17:04 +1100)]
Merge remote branch 'glassrose/enable-disable-accounts-popup-609568'

13 years agoPopup menu feature to quickly enable/disable an account.
Chandni Verma [Fri, 17 Dec 2010 20:22:12 +0000 (01:52 +0530)]
Popup menu feature to quickly enable/disable an account.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609568
13 years agoAdded UG translation
Gheyret T.Kenji [Thu, 23 Dec 2010 17:32:01 +0000 (18:32 +0100)]
Added UG translation

13 years agoremove released flag
Guillaume Desmottes [Thu, 23 Dec 2010 15:12:09 +0000 (16:12 +0100)]
remove released flag

13 years agoprepare 2.91.4.2
Guillaume Desmottes [Thu, 23 Dec 2010 15:01:51 +0000 (16:01 +0100)]
prepare 2.91.4.2

13 years agoMerge branch 'release.py'
Guillaume Desmottes [Thu, 23 Dec 2010 14:59:14 +0000 (15:59 +0100)]
Merge branch 'release.py'

13 years agoFix build warnings for uninitialized variables
Xavier Claessens [Thu, 23 Dec 2010 14:53:27 +0000 (15:53 +0100)]
Fix build warnings for uninitialized variables

13 years agoprepare 2.91.4.1
Guillaume Desmottes [Thu, 23 Dec 2010 14:43:36 +0000 (15:43 +0100)]
prepare 2.91.4.1

13 years agoaccount-widget: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)
Guillaume Desmottes [Thu, 23 Dec 2010 13:17:14 +0000 (14:17 +0100)]
account-widget: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)

13 years agomain-window: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)
Guillaume Desmottes [Thu, 23 Dec 2010 12:36:50 +0000 (13:36 +0100)]
main-window: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)

13 years agoaccounts-dialog: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)
Guillaume Desmottes [Thu, 23 Dec 2010 12:31:01 +0000 (13:31 +0100)]
accounts-dialog: use g_app_info_launch() instead of gdk_spawn_on_screen() (#637854)

13 years agogdk_xid_table_lookup has been deprecated (#637855)
Guillaume Desmottes [Thu, 23 Dec 2010 10:39:03 +0000 (11:39 +0100)]
gdk_xid_table_lookup has been deprecated (#637855)

13 years agoDon't display any contact menu for muc chats
Guillaume Desmottes [Wed, 22 Dec 2010 13:14:47 +0000 (14:14 +0100)]
Don't display any contact menu for muc chats

It's confusing to have it in muc, even if a contact is selected. And we can
still interact with the contact by right clicking on it if needed.

13 years agochat-window: unsensitive the Contact menu if there is no submenu (#637799)
Guillaume Desmottes [Wed, 22 Dec 2010 13:12:49 +0000 (14:12 +0100)]
chat-window: unsensitive the Contact menu if there is no submenu (#637799)

13 years agoaccount-settings: only remove the MC password param if set in the keyring OK
Jonny Lamb [Wed, 22 Dec 2010 12:08:08 +0000 (12:08 +0000)]
account-settings: only remove the MC password param if set in the keyring OK

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: use tp_account_get_path_suffix
Jonny Lamb [Wed, 22 Dec 2010 11:58:38 +0000 (11:58 +0000)]
account-settings: use tp_account_get_path_suffix

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: add a comment saying what to remove when purging migration code
Jonny Lamb [Wed, 22 Dec 2010 11:57:38 +0000 (11:57 +0000)]
account-settings: add a comment saying what to remove when purging migration code

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: move the migration code to another function
Jonny Lamb [Wed, 22 Dec 2010 11:56:20 +0000 (11:56 +0000)]
account-settings: move the migration code to another function

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: migrate passwords from MC to gk ourselves
Jonny Lamb [Wed, 22 Dec 2010 11:49:47 +0000 (11:49 +0000)]
account-settings: migrate passwords from MC to gk ourselves

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agodisable maintainer mode for now
Guillaume Desmottes [Tue, 21 Dec 2010 10:15:59 +0000 (11:15 +0100)]
disable maintainer mode for now

13 years agoFix build warning
Xavier Claessens [Tue, 21 Dec 2010 09:05:39 +0000 (10:05 +0100)]
Fix build warning

13 years agoremove released flag
Guillaume Desmottes [Mon, 20 Dec 2010 15:57:38 +0000 (16:57 +0100)]
remove released flag

13 years agoprepare 2.91.4 release
Guillaume Desmottes [Mon, 20 Dec 2010 15:42:17 +0000 (16:42 +0100)]
prepare 2.91.4 release

13 years agoTurn off sliced-threads, some implementations have problems with decoding it
Sjoerd Simons [Mon, 20 Dec 2010 15:22:30 +0000 (15:22 +0000)]
Turn off sliced-threads, some implementations have problems with decoding it

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Mon, 20 Dec 2010 12:13:30 +0000 (14:13 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sun, 19 Dec 2010 13:26:49 +0000 (14:26 +0100)]
Updated Esperanto translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 18 Dec 2010 23:00:22 +0000 (01:00 +0200)]
Updated Hebrew translation.

13 years agoUpdated Spanish Translation
Daniel Mustieles [Sat, 18 Dec 2010 08:50:13 +0000 (09:50 +0100)]
Updated Spanish Translation

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Fri, 17 Dec 2010 12:18:20 +0000 (13:18 +0100)]
Updated Norwegian bokmål translation

13 years agopassword-dialog: make OK insensitive unless there's a password set
Jonny Lamb [Fri, 17 Dec 2010 10:05:00 +0000 (10:05 +0000)]
password-dialog: make OK insensitive unless there's a password set

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoMake empathy-persona-view include empathy-ui-utils
Sjoerd Simons [Fri, 17 Dec 2010 10:05:55 +0000 (10:05 +0000)]
Make empathy-persona-view include empathy-ui-utils

13 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 15 Dec 2010 21:09:31 +0000 (22:09 +0100)]
Updated Spanish translation

13 years agoMerge branch 'gtk-style-636654'
Guillaume Desmottes [Wed, 15 Dec 2010 16:01:37 +0000 (17:01 +0100)]
Merge branch 'gtk-style-636654'

13 years agodepends on GTK+ 2.91.6 as we use the new style API
Guillaume Desmottes [Wed, 15 Dec 2010 15:56:32 +0000 (16:56 +0100)]
depends on GTK+ 2.91.6 as we use the new style API

13 years agoremove useless paranthesis
Guillaume Desmottes [Wed, 15 Dec 2010 15:50:52 +0000 (16:50 +0100)]
remove useless paranthesis

13 years agopersona-view: use new GTK+ style API (#636500)
Guillaume Desmottes [Wed, 15 Dec 2010 13:55:29 +0000 (14:55 +0100)]
persona-view: use new GTK+ style API (#636500)

13 years agoindividual-view: use new GTK+ style API (#636500)
Guillaume Desmottes [Wed, 15 Dec 2010 13:53:11 +0000 (14:53 +0100)]
individual-view: use new GTK+ style API (#636500)

13 years agocontact-list-view: use new GTK+ style API (#636500)
Guillaume Desmottes [Wed, 15 Dec 2010 13:46:24 +0000 (14:46 +0100)]
contact-list-view: use new GTK+ style API (#636500)

13 years agofactor out empathy_make_color_whiter()
Guillaume Desmottes [Wed, 15 Dec 2010 13:43:31 +0000 (14:43 +0100)]
factor out empathy_make_color_whiter()

13 years agoaccount-widget: use new GTK+ style API (#636500)
Guillaume Desmottes [Wed, 15 Dec 2010 13:28:19 +0000 (14:28 +0100)]
account-widget: use new GTK+ style API (#636500)

13 years agostatus-preset-dialog: use new GTK+ style API (#636500)
Guillaume Desmottes [Tue, 7 Dec 2010 08:53:48 +0000 (09:53 +0100)]
status-preset-dialog: use new GTK+ style API (#636500)

13 years agochat-text-view: use new GTK+ style API (#636500)
Guillaume Desmottes [Tue, 7 Dec 2010 08:52:40 +0000 (09:52 +0100)]
chat-text-view: use new GTK+ style API (#636500)

13 years agovideo-widget: use new GTK+ style API (#636500)
Guillaume Desmottes [Mon, 6 Dec 2010 14:08:29 +0000 (15:08 +0100)]
video-widget: use new GTK+ style API (#636500)

13 years agouse tp_account_get_path_suffix()
Guillaume Desmottes [Wed, 15 Dec 2010 14:57:52 +0000 (15:57 +0100)]
use tp_account_get_path_suffix()

13 years agoshow the account UI even if the selected account doesn't exist
Guillaume Desmottes [Wed, 15 Dec 2010 14:57:41 +0000 (15:57 +0100)]
show the account UI even if the selected account doesn't exist

13 years agoalways set account_manager_prepared
Guillaume Desmottes [Wed, 15 Dec 2010 14:52:36 +0000 (15:52 +0100)]
always set account_manager_prepared

13 years agoget the value of selected_account_name in the callback (#637307)
Guillaume Desmottes [Wed, 15 Dec 2010 14:49:08 +0000 (15:49 +0100)]
get the value of selected_account_name in the callback (#637307)

There is no point to pass it as user_data as selected_account_name is global
and it's not defined yet when calling tp_account_manager_prepare_async() as
the GApplication has not be prepared yet.

13 years agoempathy-accounts: no need to get argv, we don't use it
Guillaume Desmottes [Wed, 15 Dec 2010 14:34:35 +0000 (15:34 +0100)]
empathy-accounts: no need to get argv, we don't use it

13 years agopassword-dialog: destroy the dialog if the handler is invalidated
Jonny Lamb [Wed, 15 Dec 2010 13:57:02 +0000 (13:57 +0000)]
password-dialog: destroy the dialog if the handler is invalidated

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agokeyring: change display name for passwords to be more human-readable
Jonny Lamb [Wed, 15 Dec 2010 09:17:15 +0000 (09:17 +0000)]
keyring: change display name for passwords to be more human-readable

Apparently people complained that when they opened seahorse to look at
their passwords they were greeted by nice display names for keys for
wireless networks saved by NetworkManager, and ugly keys for secret
parameters saved by mission-control. Let's fix this now then and shut
these people up.

gnome-keyring finds passwords on the parameters set in the schema, so
the display name really is only to show in seahorse. We can set
anything we want here.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoserver-sasl-handler: add more debugging and only call Close in Status_Succeeded
Jonny Lamb [Wed, 15 Dec 2010 09:10:56 +0000 (09:10 +0000)]
server-sasl-handler: add more debugging and only call Close in Status_Succeeded

Calling Close() straight after AcceptSASL() should be fine, but it
crashed gabble on versions < 0.11.4. Waiting for State_Accepted is
fine though.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoMerge branch 'sasl-gui'
Jonny Lamb [Wed, 15 Dec 2010 08:56:03 +0000 (08:56 +0000)]
Merge branch 'sasl-gui'

13 years agomain-window: s/Cancel/Disconnect/ when not giving a password
Jonny Lamb [Tue, 14 Dec 2010 16:38:48 +0000 (16:38 +0000)]
main-window: s/Cancel/Disconnect/ when not giving a password

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agomain-window: don't use _full functions where not necessary
Jonny Lamb [Tue, 14 Dec 2010 16:38:19 +0000 (16:38 +0000)]
main-window: don't use _full functions where not necessary

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agomain-window: document what the key and value types are for hash tables
Jonny Lamb [Tue, 14 Dec 2010 16:37:18 +0000 (16:37 +0000)]
main-window: document what the key and value types are for hash tables

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoevent-manager: use tp_clear_object
Jonny Lamb [Tue, 14 Dec 2010 16:33:46 +0000 (16:33 +0000)]
event-manager: use tp_clear_object

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: add a comment as to why we're also an approver
Jonny Lamb [Tue, 14 Dec 2010 16:31:57 +0000 (16:31 +0000)]
auth-factory: add a comment as to why we're also an approver

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: use tp_clear_object in dispose
Jonny Lamb [Tue, 14 Dec 2010 16:30:41 +0000 (16:30 +0000)]
account-settings: use tp_clear_object in dispose

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoremove released flag
Guillaume Desmottes [Tue, 14 Dec 2010 15:43:03 +0000 (16:43 +0100)]
remove released flag

13 years agoprepare 2.91.3.1
Guillaume Desmottes [Tue, 14 Dec 2010 15:04:51 +0000 (16:04 +0100)]
prepare 2.91.3.1