]> git.0d.be Git - empathy.git/log
empathy.git
11 years agoUpdated Greek translation
Tom Tryfonidis [Mon, 3 Sep 2012 10:14:16 +0000 (13:14 +0300)]
Updated Greek translation

11 years agoPort to gstreamer 1.0
Sjoerd Simons [Sun, 26 Aug 2012 17:23:06 +0000 (19:23 +0200)]
Port to gstreamer 1.0

11 years agoJust check for cheese-gtk
Guillaume Desmottes [Fri, 31 Aug 2012 09:40:38 +0000 (11:40 +0200)]
Just check for cheese-gtk

11 years agoupdated Tamil translation
Dr.T.Vasudevan [Sun, 2 Sep 2012 06:33:14 +0000 (12:03 +0530)]
updated Tamil translation

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 1 Sep 2012 20:07:14 +0000 (22:07 +0200)]
Updated Polish translation

11 years agoroster-view: check_if_empty(): check groups as well
Guillaume Desmottes [Fri, 31 Aug 2012 08:30:12 +0000 (10:30 +0200)]
roster-view: check_if_empty(): check groups as well

The roster is empty if there is no group displayed as well. We don't want to
display an empty message just because the user collapsed all his groups.

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

11 years agoroster-view: factor out check_if_empty()
Guillaume Desmottes [Fri, 31 Aug 2012 08:07:57 +0000 (10:07 +0200)]
roster-view: factor out check_if_empty()

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

11 years agoemapthy-call: Camera toggle button isn't a GtkToggleToolButton
Sjoerd Simons [Mon, 27 Aug 2012 07:03:34 +0000 (09:03 +0200)]
emapthy-call: Camera toggle button isn't a GtkToggleToolButton

11 years agoUpdated Galician translations
Fran Diéguez [Thu, 30 Aug 2012 12:21:47 +0000 (14:21 +0200)]
Updated Galician translations

11 years agoroster-view: remember state expanded status of groups
Guillaume Desmottes [Thu, 30 Aug 2012 12:11:20 +0000 (14:11 +0200)]
roster-view: remember state expanded status of groups

Pretty simple actually, that's a simple port of the logic from
empathy-individual-view.

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

11 years agoroster-view: make sure the same contact isn't added twice to the same group
Guillaume Desmottes [Thu, 30 Aug 2012 10:06:42 +0000 (12:06 +0200)]
roster-view: make sure the same contact isn't added twice to the same group

Calling empathy_roster_model_get_groups_for_individual() in individual_added
may have the side effect for folks to discover the contact's groups and so
fire a bunch of signals leading us to add the contact in the group.
Then we look for his groups in individual_added() and re-add him a second
time.

Fix this by making sure we won't add the same contact twice to the same group.

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

11 years agoUpdated Portuguese translation
Duarte Loreto [Wed, 29 Aug 2012 18:51:07 +0000 (19:51 +0100)]
Updated Portuguese translation

11 years agoroster-model-manager: always remove removed individual from the top group
Guillaume Desmottes [Wed, 29 Aug 2012 13:50:35 +0000 (15:50 +0200)]
roster-model-manager: always remove removed individual from the top group

If the individual has been removed from the manager we should always remove it
from the top group members, even if he's still eligible for this group.

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

11 years agoRemove the level and rms measurements
Sjoerd Simons [Sun, 26 Aug 2012 17:11:11 +0000 (19:11 +0200)]
Remove the level and rms measurements

The UI hasn't used the RMS and peak values from the input source for a
while, so lets remove it.

11 years agoRemove gst dependency from libempathy
Sjoerd Simons [Sun, 26 Aug 2012 14:23:14 +0000 (16:23 +0200)]
Remove gst dependency from libempathy

libempathy only used gstreamer api directly from the camera monitor,
which simply uses it for its debug infrastructure.. Use the standard
empathy debug infrastruction instead so we can drop the gstreamer
dependency.

11 years agoRemove libempathy-gtk dependency on gstreamer
Sjoerd Simons [Sun, 26 Aug 2012 14:20:56 +0000 (16:20 +0200)]
Remove libempathy-gtk dependency on gstreamer

libempathy-gtk uses gstreamer directly only for one utility function
used by empathy-call. Split this one out into a call specific utility
file.

11 years agoUpdated Lithuanian translation
Aurimas Černius [Tue, 28 Aug 2012 20:17:51 +0000 (23:17 +0300)]
Updated Lithuanian translation

11 years agoUpdated egg-list-box version
Laurent Contzen [Mon, 20 Aug 2012 15:11:18 +0000 (17:11 +0200)]
Updated egg-list-box version

11 years agosanity_ctx_ref() is only used by UOA code atm
Guillaume Desmottes [Tue, 28 Aug 2012 11:07:28 +0000 (13:07 +0200)]
sanity_ctx_ref() is only used by UOA code atm

11 years agokeep our reference on the global ctx until the account has been removed
Guillaume Desmottes [Tue, 28 Aug 2012 08:56:11 +0000 (10:56 +0200)]
keep our reference on the global ctx until the account has been removed

This ensures that the proccess stays running until we are actually done.

11 years agoRemove the old account even if we fail to create the new one
Guillaume Desmottes [Tue, 28 Aug 2012 08:53:42 +0000 (10:53 +0200)]
Remove the old account even if we fail to create the new one

There is no point keeping a ghost account around.

11 years agouoa_migration_done: free data once we're done with it
Guillaume Desmottes [Tue, 28 Aug 2012 08:50:54 +0000 (10:50 +0200)]
uoa_migration_done: free data once we're done with it

11 years agouoa-migration: delete account if plugin is missing
Guillaume Desmottes [Tue, 28 Aug 2012 08:19:00 +0000 (10:19 +0200)]
uoa-migration: delete account if plugin is missing

Best to have to re-create an account than having a ghost account staying
around.

11 years agoauth-client: wait for the migration code to be done before starting the timer
Guillaume Desmottes [Mon, 27 Aug 2012 14:41:13 +0000 (16:41 +0200)]
auth-client: wait for the migration code to be done before starting the timer

11 years agoTurn migration code to an async function
Guillaume Desmottes [Mon, 27 Aug 2012 14:38:30 +0000 (16:38 +0200)]
Turn migration code to an async function

11 years agotry installing missing account-plugin-*
Guillaume Desmottes [Mon, 27 Aug 2012 12:22:37 +0000 (14:22 +0200)]
try installing missing account-plugin-*

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

11 years agoImplemented FUEL entries to Assamese translation
Nilamdyuti Goswami [Mon, 27 Aug 2012 17:39:12 +0000 (23:09 +0530)]
Implemented FUEL entries to Assamese translation

11 years agofactor out migrate_account_to_uoa()
Guillaume Desmottes [Mon, 27 Aug 2012 13:58:13 +0000 (15:58 +0200)]
factor out migrate_account_to_uoa()

11 years agopkg-kit: use an 'infinite' timeout when calling InstallPackageNames
Guillaume Desmottes [Mon, 27 Aug 2012 13:00:45 +0000 (15:00 +0200)]
pkg-kit: use an 'infinite' timeout when calling InstallPackageNames

This method can takes quiet a while before returning (if user has to enter his
admin password for example).

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

11 years agoUOA auth: Request password if no credentials have ever be stored
Xavier Claessens [Fri, 24 Aug 2012 12:35:16 +0000 (14:35 +0200)]
UOA auth: Request password if no credentials have ever be stored

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

11 years agoUOA auth: handle the password mechanism as well
Xavier Claessens [Thu, 23 Aug 2012 13:03:51 +0000 (15:03 +0200)]
UOA auth: handle the password mechanism as well

Since password is stored in SSO now, we can use the same code path
than other accounts.

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

11 years agoUOA auth: Wait for callback when requesting password
Xavier Claessens [Thu, 23 Aug 2012 13:02:10 +0000 (15:02 +0200)]
UOA auth: Wait for callback when requesting password

signon_auth_session_process() does not keep its own ref on the session
object, so freeing the AuthContext before callback cancels the call.

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

11 years agoUOA auth: Move more code into auth_context_new()
Xavier Claessens [Thu, 23 Aug 2012 12:57:52 +0000 (14:57 +0200)]
UOA auth: Move more code into auth_context_new()

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

11 years agoUOA auth: factor out auth_context_done()
Xavier Claessens [Thu, 23 Aug 2012 13:01:16 +0000 (15:01 +0200)]
UOA auth: factor out auth_context_done()

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

11 years agoUOA auth: rename QueryInforData to AuthContext
Xavier Claessens [Wed, 22 Aug 2012 14:45:04 +0000 (16:45 +0200)]
UOA auth: rename QueryInforData to AuthContext

This data is not used only to for the query_info call anymore,
so better have a more generic name.

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

11 years agoMove X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.c
Xavier Claessens [Wed, 22 Aug 2012 11:28:32 +0000 (13:28 +0200)]
Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.c

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

11 years agoUOA: Store password into signond instead of gnome-keyring
Xavier Claessens [Thu, 9 Aug 2012 08:38:13 +0000 (10:38 +0200)]
UOA: Store password into signond instead of gnome-keyring

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

11 years agoUOA: Use an AgManager singleton
Xavier Claessens [Fri, 24 Aug 2012 11:13:07 +0000 (13:13 +0200)]
UOA: Use an AgManager singleton

This is especially useful in empathy-keyring where it would reload
all accounts each time we set a password.

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

11 years agoUOA: Set password auth mechanism/method on generic IM services
Xavier Claessens [Wed, 22 Aug 2012 17:23:41 +0000 (19:23 +0200)]
UOA: Set password auth mechanism/method on generic IM services

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

11 years agoRemember password at least until session restart
Xavier Claessens [Fri, 24 Aug 2012 08:14:43 +0000 (10:14 +0200)]
Remember password at least until session restart

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

11 years agoUOA: Migrate passwords to SSO
Xavier Claessens [Mon, 27 Aug 2012 12:43:55 +0000 (14:43 +0200)]
UOA: Migrate passwords to SSO

11 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Mon, 27 Aug 2012 10:19:36 +0000 (18:19 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

11 years agoAssamese translation updated
Nilamdyuti Goswami [Sun, 26 Aug 2012 16:40:58 +0000 (22:10 +0530)]
Assamese translation updated

11 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sun, 26 Aug 2012 07:20:53 +0000 (10:20 +0300)]
Updated Hebrew translation.

11 years agoUpdated Russian translation
Yuri Myasoedov [Sat, 25 Aug 2012 20:24:59 +0000 (00:24 +0400)]
Updated Russian translation

11 years ago[l10n] Updated Italian translation.
Milo Casagrande [Fri, 24 Aug 2012 14:16:53 +0000 (16:16 +0200)]
[l10n] Updated Italian translation.

11 years agoUpdated Polish translation
Piotr Drąg [Wed, 22 Aug 2012 22:16:59 +0000 (00:16 +0200)]
Updated Polish translation

11 years agoUOA: Changing enable state of MC account should not modify per-service state
Xavier Claessens [Wed, 22 Aug 2012 13:02:12 +0000 (15:02 +0200)]
UOA: Changing enable state of MC account should not modify per-service state

ag_account_set_enabled() is not global enable state, we have to ensure that
selected service is NULL before that.

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 22 Aug 2012 08:42:54 +0000 (10:42 +0200)]
Updated Norwegian bokmål translation

11 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Wed, 22 Aug 2012 07:17:19 +0000 (14:17 +0700)]
Updated Vietnamese translation

11 years agopo/vi: imported from Damned Lies
Nguyễn Thái Ngọc Duy [Wed, 22 Aug 2012 07:07:47 +0000 (14:07 +0700)]
po/vi: imported from Damned Lies

11 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 21 Aug 2012 08:07:25 +0000 (15:07 +0700)]
Updated Indonesian translation

11 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 20 Aug 2012 18:03:20 +0000 (20:03 +0200)]
Updated Spanish translation

11 years agoFix missing names in NEWS
Xavier Claessens [Mon, 20 Aug 2012 16:31:33 +0000 (18:31 +0200)]
Fix missing names in NEWS

Sorry Laurent... :-)

11 years agoremove release flag
Xavier Claessens [Mon, 20 Aug 2012 16:22:23 +0000 (18:22 +0200)]
remove release flag

11 years agoPrepare 3.5.90
Xavier Claessens [Mon, 20 Aug 2012 16:09:27 +0000 (18:09 +0200)]
Prepare 3.5.90

11 years agoChange default to not show offline contacts
Xavier Claessens [Mon, 20 Aug 2012 16:01:17 +0000 (18:01 +0200)]
Change default to not show offline contacts

According to Aday it does not scale with new roster view, and we now
display a msg when no contacts are displayed.

11 years agoEmpathyRosterWindow: Show message when there is no online accounts
Xavier Claessens [Mon, 20 Aug 2012 15:58:13 +0000 (17:58 +0200)]
EmpathyRosterWindow: Show message when there is no online accounts

See https://bugzilla.gnome.org/show_bug.cgi?id=656097#c20

11 years agoUOA auth handler: Inform SSO when access token didn't work
Xavier Claessens [Mon, 20 Aug 2012 15:20:02 +0000 (17:20 +0200)]
UOA auth handler: Inform SSO when access token didn't work

11 years agoTelepathy service is "google-talk" not "google"
Xavier Claessens [Mon, 20 Aug 2012 11:23:23 +0000 (13:23 +0200)]
Telepathy service is "google-talk" not "google"

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

11 years ago[l10n] Updated Italian translation.
Milo Casagrande [Mon, 20 Aug 2012 11:33:52 +0000 (13:33 +0200)]
[l10n] Updated Italian translation.

11 years agoUpdated Galician translations
Fran Diéguez [Thu, 16 Aug 2012 21:39:36 +0000 (23:39 +0200)]
Updated Galician translations

11 years agomigrate existing TP accounts to libaccounts
Xavier Claessens [Mon, 6 Aug 2012 13:04:48 +0000 (15:04 +0200)]
migrate existing TP accounts to libaccounts

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

11 years agoaccounts-dialog: invoke the UOA panel if needed
Guillaume Desmottes [Fri, 3 Aug 2012 12:51:40 +0000 (14:51 +0200)]
accounts-dialog: invoke the UOA panel if needed

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

11 years agouse empathy_launch_external_app() to launch gnome-contacts
Guillaume Desmottes [Fri, 3 Aug 2012 12:25:25 +0000 (14:25 +0200)]
use empathy_launch_external_app() to launch gnome-contacts

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

11 years agoempathy_launch_external_app: allow to pass arguments
Guillaume Desmottes [Fri, 3 Aug 2012 12:12:00 +0000 (14:12 +0200)]
empathy_launch_external_app: allow to pass arguments

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

11 years agofactor out empathy_launch_external_app()
Guillaume Desmottes [Fri, 3 Aug 2012 12:00:48 +0000 (14:00 +0200)]
factor out empathy_launch_external_app()

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

11 years agostart_external_app: fix critical warning message
Guillaume Desmottes [Fri, 3 Aug 2012 11:35:17 +0000 (13:35 +0200)]
start_external_app: fix critical warning message

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

11 years agofactor out launch_empathy_accounts()
Guillaume Desmottes [Thu, 2 Aug 2012 14:42:47 +0000 (16:42 +0200)]
factor out launch_empathy_accounts()

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

11 years agoUse TpWeakRef when user_data of an async call is a widget
Xavier Claessens [Thu, 9 Aug 2012 12:10:59 +0000 (14:10 +0200)]
Use TpWeakRef when user_data of an async call is a widget

Keeping a ref on widgets is not enough to keep it alive, because
gtk_widget_destroy will run destroy even if there are still refs.

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

11 years agoaccounts-plugin-widget: only use the simple account widget when creating account
Guillaume Desmottes [Thu, 9 Aug 2012 12:12:17 +0000 (14:12 +0200)]
accounts-plugin-widget: only use the simple account widget when creating account

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

11 years ago"gck/pkcs11.h" is deprecated, must use p11-kit/pkcs11.h now
Xavier Claessens [Tue, 14 Aug 2012 13:30:49 +0000 (15:30 +0200)]
"gck/pkcs11.h" is deprecated, must use p11-kit/pkcs11.h now

11 years agoUpdated kn translation
Shankar Prasad [Mon, 13 Aug 2012 08:40:58 +0000 (14:10 +0530)]
Updated kn translation

11 years agoMerge remote-tracking branch 'burton/aggregator'
Guillaume Desmottes [Fri, 10 Aug 2012 15:23:52 +0000 (17:23 +0200)]
Merge remote-tracking branch 'burton/aggregator'

11 years agomodel-aggregator test app filters on avatar presence
Laurent Contzen [Fri, 10 Aug 2012 13:51:47 +0000 (15:51 +0200)]
model-aggregator test app filters on avatar presence

11 years agoUOA plugins: link on libempathy as well
Guillaume Desmottes [Fri, 10 Aug 2012 13:28:30 +0000 (15:28 +0200)]
UOA plugins: link on libempathy as well

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

11 years agoConnected notify on individuals to refilter if needed
Laurent Contzen [Thu, 9 Aug 2012 08:54:06 +0000 (10:54 +0200)]
Connected notify on individuals to refilter if needed

11 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 10 Aug 2012 12:40:05 +0000 (15:40 +0300)]
Updated Hebrew translation.

11 years agoUpdated Marathi Translations
Sandeep Sheshrao Shedmake [Fri, 10 Aug 2012 11:48:36 +0000 (17:18 +0530)]
Updated Marathi Translations

11 years agoAdded filtering function to model-aggregator
Laurent Contzen [Thu, 9 Aug 2012 06:44:19 +0000 (08:44 +0200)]
Added filtering function to model-aggregator

11 years agoNew test app test-empathy-roster-model-aggregator.c
Laurent Contzen [Wed, 8 Aug 2012 13:15:47 +0000 (15:15 +0200)]
New test app test-empathy-roster-model-aggregator.c

11 years agoImplemented _get_groups_for_individual
Laurent Contzen [Wed, 8 Aug 2012 13:15:14 +0000 (15:15 +0200)]
Implemented _get_groups_for_individual

11 years agoNew GHashTable individuals and _get_individuals implementation
Laurent Contzen [Wed, 8 Aug 2012 12:46:12 +0000 (14:46 +0200)]
New GHashTable individuals and _get_individuals implementation

11 years agoConnected the aggregator to individuals-changed signal
Laurent Contzen [Wed, 8 Aug 2012 10:29:11 +0000 (12:29 +0200)]
Connected the aggregator to individuals-changed signal

11 years agoAdded new aggregator property in EmpathyRosterModelAggregator
Laurent Contzen [Wed, 8 Aug 2012 09:18:38 +0000 (11:18 +0200)]
Added new aggregator property in EmpathyRosterModelAggregator

11 years agoEmpathyRosterModelAggregator implements EmpathyRosterModel iface
Laurent Contzen [Wed, 8 Aug 2012 09:07:20 +0000 (11:07 +0200)]
EmpathyRosterModelAggregator implements EmpathyRosterModel iface

11 years agoCoding style fixups
Laurent Contzen [Wed, 8 Aug 2012 08:43:13 +0000 (10:43 +0200)]
Coding style fixups

11 years agoadd empathy-roster-model-aggregator
Guillaume Desmottes [Wed, 8 Aug 2012 08:37:07 +0000 (10:37 +0200)]
add empathy-roster-model-aggregator

11 years agoUpdated Serbian translation
Мирослав Николић [Wed, 8 Aug 2012 21:23:10 +0000 (23:23 +0200)]
Updated Serbian translation

11 years agoAssamese translation updated
Nilamdyuti Goswami [Wed, 8 Aug 2012 16:17:50 +0000 (21:47 +0530)]
Assamese translation updated

11 years agokeyring: fix format issue
Guillaume Desmottes [Wed, 8 Aug 2012 10:10:57 +0000 (12:10 +0200)]
keyring: fix format issue

11 years agoimprove SASL debug output
Guillaume Desmottes [Wed, 8 Aug 2012 10:05:06 +0000 (12:05 +0200)]
improve SASL debug output

11 years agoRemoved now useless _get_top_individuals function in the model
Laurent Contzen [Tue, 7 Aug 2012 14:44:14 +0000 (16:44 +0200)]
Removed now useless _get_top_individuals function in the model

11 years agoMoved _contact_in_top from the model to the view
Laurent Contzen [Tue, 7 Aug 2012 14:28:21 +0000 (16:28 +0200)]
Moved _contact_in_top from the model to the view

empathy-roster-model and empathy-roster-model-manager: removed _contact_in_top
empathy-roster-view: added new function contact_in_top and modified functions to use it

11 years agoAdded top_group_members list in model, view relying on it
Laurent Contzen [Tue, 7 Aug 2012 09:01:13 +0000 (11:01 +0200)]
Added top_group_members list in model, view relying on it

empathy-roster-model: no longer emits top-individuals and favourites-changed signals
empathy-roster-model-manager: new top_group_members GList with filling function. _contact_in_top uses top_group_members. top_group_members is modified when top-individuals and
favourites-changed signals are caught.
empathy-roster-view: no longer catches top-individuals or favourites-changed signals from the model

11 years agoremove empathy-accounts.desktop
Guillaume Desmottes [Tue, 7 Aug 2012 10:09:29 +0000 (12:09 +0200)]
remove empathy-accounts.desktop

Now that we have desktop wide UI to configure accounts (GNOME/Ubuntu Online
Accounts) it doesn't make much sense to expose empathy-accounts as a separated
application.

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

11 years agoUpdated Greek translation
Tom Tryfonidis [Mon, 6 Aug 2012 16:13:48 +0000 (19:13 +0300)]
Updated Greek translation

11 years agoremove released flag
Guillaume Desmottes [Mon, 6 Aug 2012 14:54:54 +0000 (16:54 +0200)]
remove released flag

11 years agofix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
Guillaume Desmottes [Mon, 6 Aug 2012 14:47:47 +0000 (16:47 +0200)]
fix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am

11 years agoprepare 3.5.5
Guillaume Desmottes [Mon, 6 Aug 2012 14:34:45 +0000 (16:34 +0200)]
prepare 3.5.5