]> git.0d.be Git - empathy.git/log
empathy.git
11 years agoMigrate from libgnome-keyring to libsecret
Stef Walter [Fri, 13 Jul 2012 15:33:12 +0000 (17:33 +0200)]
Migrate from libgnome-keyring to libsecret

 * See: https://live.gnome.org/GnomeGoals/LibsecretMigration

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

11 years agoGOA: set param-extra-certificate-identities for Windows live accounts
Guillaume Desmottes [Fri, 3 Aug 2012 08:58:36 +0000 (10:58 +0200)]
GOA: set param-extra-certificate-identities for Windows live accounts

Windows live provides a cert for '*.gateway.messenger.live.com'
instead of 'messenger.live.com'. It's not great from them but best to accept
it than confuse users.

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

11 years agogoa-auth-handler: pass the data pointer to auth_cb
Guillaume Desmottes [Fri, 3 Aug 2012 07:36:51 +0000 (09:36 +0200)]
goa-auth-handler: pass the data pointer to auth_cb

We are supposed to use it in this callback, if only to free it, so we should
really pass it as user_data.

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

11 years agogoa-auth-handler: factor out auth_data_new()
Guillaume Desmottes [Fri, 3 Aug 2012 07:28:49 +0000 (09:28 +0200)]
goa-auth-handler: factor out auth_data_new()

We already have the _free() function and it makes easier to track the
lifecycle of the struct.

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

11 years ago[l10n] Update Japanese translation
Jiro Matsuzawa [Thu, 2 Aug 2012 02:57:12 +0000 (11:57 +0900)]
[l10n] Update Japanese translation

Modify the About label

11 years ago[l10n] Update Japanese translation
Jiro Matsuzawa [Thu, 2 Aug 2012 02:55:43 +0000 (11:55 +0900)]
[l10n] Update Japanese translation

Merge latest pot

11 years agoUpdated Galician translations
Fran Diéguez [Mon, 30 Jul 2012 23:54:41 +0000 (01:54 +0200)]
Updated Galician translations

11 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 30 Jul 2012 14:53:00 +0000 (16:53 +0200)]
Updated Spanish translation

11 years agolibraries and plugins must be using gi18n-lib.h
Xavier Claessens [Mon, 30 Jul 2012 07:03:37 +0000 (09:03 +0200)]
libraries and plugins must be using gi18n-lib.h

11 years agoEmpathyContactWidget: remove all remaining flags
Xavier Claessens [Sun, 29 Jul 2012 11:24:57 +0000 (13:24 +0200)]
EmpathyContactWidget: remove all remaining flags

It can now be used only in one scenario: add a new contact dialog

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

11 years agoEmpathyContactWidget: remove unused flags and dead code
Xavier Claessens [Sun, 29 Jul 2012 11:19:13 +0000 (13:19 +0200)]
EmpathyContactWidget: remove unused flags and dead code

This widget is used only to add a new contact, all its flexibility
isn't needed anymore.

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

11 years agoUOA cc plugin: Support editing existing accounts
Xavier Claessens [Thu, 26 Jul 2012 14:05:21 +0000 (16:05 +0200)]
UOA cc plugin: Support editing existing accounts

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

11 years agoadd empathy-app-plugin-widget
Xavier Claessens [Thu, 26 Jul 2012 12:46:07 +0000 (14:46 +0200)]
add empathy-app-plugin-widget

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

11 years agoadd empathy-app-plugin
Guillaume Desmottes [Mon, 23 Jul 2012 09:15:57 +0000 (11:15 +0200)]
add empathy-app-plugin

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

11 years agoUOA accounts plugin widget: tweak styling of the info bar
Xavier Claessens [Wed, 25 Jul 2012 16:20:58 +0000 (18:20 +0200)]
UOA accounts plugin widget: tweak styling of the info bar

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

11 years agoUOA: fix empathy.application XML indentation
Xavier Claessens [Thu, 26 Jul 2012 12:42:19 +0000 (14:42 +0200)]
UOA: fix empathy.application XML indentation

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

11 years agoEmpathAccountsDialog: user the new EmpathyUserInfo widget
Xavier Claessens [Sat, 28 Jul 2012 11:49:18 +0000 (13:49 +0200)]
EmpathAccountsDialog: user the new EmpathyUserInfo widget

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

11 years agoEmpathyUserInfo: New widget to edit personal information
Xavier Claessens [Sat, 28 Jul 2012 11:47:22 +0000 (13:47 +0200)]
EmpathyUserInfo: New widget to edit personal information

This is a much simplified version of EmpathyContactWidget

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

11 years agoEmpathyCalendarButton: Make it work without gtk_widget_show_all
Xavier Claessens [Sat, 28 Jul 2012 11:37:11 +0000 (13:37 +0200)]
EmpathyCalendarButton: Make it work without gtk_widget_show_all

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

11 years agoEmpathyAvatarChooser: rebase on TpAccount API
Xavier Claessens [Fri, 27 Jul 2012 13:20:16 +0000 (15:20 +0200)]
EmpathyAvatarChooser: rebase on TpAccount API

It can now edit the avatar of a TpAccount passed at construct time.
The image is taken from the TpAccount directly instead of asking
the user to set one. This is much more self contained code.

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

11 years agoEmpathyContactWidget: Stop using EmpathyAvatarChooser
Xavier Claessens [Fri, 27 Jul 2012 13:16:40 +0000 (15:16 +0200)]
EmpathyContactWidget: Stop using EmpathyAvatarChooser

Changing avatar is only used for editing user's information, and
it will soon be replaced by a dedicated widget.

This is done to make easier to change EmpathyAvatarChooser's API before
introducing the new widget.

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

11 years agoUpdated Galician translations
Fran Diéguez [Mon, 30 Jul 2012 00:45:11 +0000 (02:45 +0200)]
Updated Galician translations

11 years agoUpdated Slovenian translation
Matej Urbančič [Sun, 29 Jul 2012 12:34:38 +0000 (14:34 +0200)]
Updated Slovenian translation

11 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 28 Jul 2012 16:00:31 +0000 (18:00 +0200)]
Updated Hungarian translation

11 years agoUpdated Hungarian translation by Bence Lukacs <lukacs.bence1 at gmail dot com>
Gabor Kelemen [Sat, 28 Jul 2012 15:44:28 +0000 (17:44 +0200)]
Updated Hungarian translation by Bence Lukacs <lukacs.bence1 at gmail dot com>

11 years agoUpdated Indonesian translation
Andika Triwidada [Sat, 28 Jul 2012 12:20:45 +0000 (19:20 +0700)]
Updated Indonesian translation

11 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 27 Jul 2012 09:32:03 +0000 (11:32 +0200)]
Updated Spanish translation

11 years agoAccounts dialog: use external app for readonly UOA accounts
Xavier Claessens [Wed, 25 Jul 2012 08:05:20 +0000 (10:05 +0200)]
Accounts dialog: use external app for readonly UOA accounts

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

11 years agoUOA mc-plugin: CANNOT_SET_PARAMETERS depends on account's settings
Xavier Claessens [Wed, 25 Jul 2012 07:35:59 +0000 (09:35 +0200)]
UOA mc-plugin: CANNOT_SET_PARAMETERS depends on account's settings

A special key has been added in .service files of online accounts
telling its args should be considered readonly. Generic accounts (e.g. AIM)
can still be modified.

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

11 years agofactor out start_from_desktop_file()
Guillaume Desmottes [Tue, 24 Jul 2012 13:31:22 +0000 (15:31 +0200)]
factor out start_from_desktop_file()

11 years agoUpdated Gujarati Translations
Sweta Kothari [Thu, 26 Jul 2012 10:19:03 +0000 (15:49 +0530)]
Updated Gujarati Translations

11 years agoUpdated Gujarati Translations
Sweta Kothari [Thu, 26 Jul 2012 09:05:43 +0000 (14:35 +0530)]
Updated Gujarati Translations

11 years agoUpdated Gujarati Translations
Sweta Kothari [Thu, 26 Jul 2012 09:02:12 +0000 (14:32 +0530)]
Updated Gujarati Translations

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 26 Jul 2012 08:30:50 +0000 (10:30 +0200)]
Updated Norwegian bokmål translation

11 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 24 Jul 2012 19:31:28 +0000 (22:31 +0300)]
Updated Hebrew translation.

11 years agoUpdated POTFILES.in
Piotr Drąg [Tue, 24 Jul 2012 18:19:31 +0000 (20:19 +0200)]
Updated POTFILES.in

11 years agoUpdated Greek translation
Tom Tryfonidis [Tue, 24 Jul 2012 15:25:31 +0000 (18:25 +0300)]
Updated Greek translation

11 years agoaccounts-plugin-widget: set the right icon name
Guillaume Desmottes [Tue, 24 Jul 2012 09:14:17 +0000 (11:14 +0200)]
accounts-plugin-widget: set the right icon name

We don't want Empathy to use the default icon name.

11 years agoaccount-plugins: implement delete
Guillaume Desmottes [Wed, 18 Jul 2012 13:44:31 +0000 (15:44 +0200)]
account-plugins: implement delete

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

11 years agoGenerate plugins for most protocols
Guillaume Desmottes [Wed, 18 Jul 2012 10:48:46 +0000 (12:48 +0200)]
Generate plugins for most protocols

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

11 years agoadd generate-plugins.py
Guillaume Desmottes [Wed, 18 Jul 2012 09:37:04 +0000 (11:37 +0200)]
add generate-plugins.py

Handy script to generate all the boilerplates for each protocol we are
supporting.

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

11 years agoAdd jabber provider, service and plugin
Guillaume Desmottes [Wed, 18 Jul 2012 08:12:24 +0000 (10:12 +0200)]
Add jabber provider, service and plugin

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

11 years agoaccount-plugin-widget: display the top bar and account widget
Guillaume Desmottes [Fri, 13 Jul 2012 13:18:39 +0000 (15:18 +0200)]
account-plugin-widget: display the top bar and account widget

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

11 years agoHook cc-plugins to the build system
Guillaume Desmottes [Wed, 18 Jul 2012 08:11:39 +0000 (10:11 +0200)]
Hook cc-plugins to the build system

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

11 years agoadd empathy-account-plugin
Guillaume Desmottes [Fri, 13 Jul 2012 10:32:36 +0000 (12:32 +0200)]
add empathy-account-plugin

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

11 years agoadd account-plugin-widget
Guillaume Desmottes [Fri, 13 Jul 2012 10:21:00 +0000 (12:21 +0200)]
add account-plugin-widget

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

11 years agoremove released flag
Guillaume Desmottes [Tue, 24 Jul 2012 14:14:03 +0000 (16:14 +0200)]
remove released flag

11 years agoadd empathy.application to EXTRA_DIST
Guillaume Desmottes [Tue, 24 Jul 2012 14:07:53 +0000 (16:07 +0200)]
add empathy.application to EXTRA_DIST

11 years agoprepare 3.5.4.1
Guillaume Desmottes [Tue, 24 Jul 2012 07:47:30 +0000 (09:47 +0200)]
prepare 3.5.4.1

11 years agoadd empathy.application
Guillaume Desmottes [Thu, 19 Jul 2012 09:38:34 +0000 (11:38 +0200)]
add empathy.application

11 years agoempathy-roster-model-manager: added xmpp-local contacts support empathy-roster-view...
Laurent Contzen [Sun, 8 Jul 2012 11:54:08 +0000 (13:54 +0200)]
empathy-roster-model-manager: added xmpp-local contacts support empathy-roster-view: removed xmpp-local contacts support

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

11 years agoempathy-roster-model: New virtual method _get_groups_for_individual empathy-roster...
Laurent Contzen [Wed, 4 Jul 2012 13:29:41 +0000 (15:29 +0200)]
empathy-roster-model: New virtual method _get_groups_for_individual empathy-roster-model-manager: implemented _get_groups_for_individual empathy-roster-view.c: using _get_groups_for_individual

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

11 years agoempathy-roster-model, empathy-roster-model-manager: Now deals with groups-changed...
Laurent Contzen [Wed, 4 Jul 2012 12:59:48 +0000 (14:59 +0200)]
empathy-roster-model, empathy-roster-model-manager: Now deals with groups-changed signal empathy-roster-view.c: now uses roster-model's groups-changed signal

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

11 years agoFix distcheck when doing parallel build
Xavier Claessens [Mon, 23 Jul 2012 13:43:19 +0000 (15:43 +0200)]
Fix distcheck when doing parallel build

This makes sure the icones are done (un)installing before
regenerating the icon cache.

11 years agoDo not install MC plugins into MC's prefix
Xavier Claessens [Mon, 23 Jul 2012 13:27:20 +0000 (15:27 +0200)]
Do not install MC plugins into MC's prefix

MC and Empathy could be installed in different prefixes

11 years agoGo back to libgee 0.6.x
Guillaume Desmottes [Mon, 23 Jul 2012 13:15:20 +0000 (15:15 +0200)]
Go back to libgee 0.6.x

It's not clear if 0.8 will be released for GNOME 3.6 so the release team
prefers to stick with 0.6 for now.

And yeah, gee-1.0 is the 0.6.x series and gee-0.8 the 0.7.x, nice work
guys...

Revert "gee_iterator_first is no more in libgee 0.8"
This reverts commit 24d30e15b34b654eff96f4a358801290ebe09ec0.

Revert "libempathy: Port empathy to libgee 0.8."
This reverts commit d563fa078b2a13b3c06b1de626105e0510568e57.

11 years agoAdd Ubuntu Online Accounts auth handler
Xavier Claessens [Mon, 16 Jul 2012 12:15:45 +0000 (14:15 +0200)]
Add Ubuntu Online Accounts auth handler

11 years agoUOA mc-plugin: Actually implement it
Xavier Claessens [Tue, 17 Jul 2012 17:50:05 +0000 (19:50 +0200)]
UOA mc-plugin: Actually implement it

11 years agoMake sure we define MISSION_CONTROL_PLUGINS_DIR when building with UOA
Guillaume Desmottes [Tue, 17 Jul 2012 15:30:10 +0000 (17:30 +0200)]
Make sure we define MISSION_CONTROL_PLUGINS_DIR when building with UOA

11 years agoconfigure.ac: export a bunch of variables from UOA pc files
Guillaume Desmottes [Tue, 17 Jul 2012 15:24:51 +0000 (17:24 +0200)]
configure.ac: export a bunch of variables from UOA pc files

11 years agoAdd skeleton of an MC plugin to import Ubuntu Online Accounts
Xavier Claessens [Mon, 16 Jul 2012 12:51:51 +0000 (14:51 +0200)]
Add skeleton of an MC plugin to import Ubuntu Online Accounts

11 years agoconfigure: detect if Ubuntu Online Accounts dep is present
Guillaume Desmottes [Thu, 12 Jul 2012 13:01:39 +0000 (15:01 +0200)]
configure: detect if Ubuntu Online Accounts dep is present

11 years agocoding style fixes
Guillaume Desmottes [Mon, 23 Jul 2012 12:09:11 +0000 (14:09 +0200)]
coding style fixes

11 years agoempathy-roster-model-manager: deal with members-changed signals empathy-roster-view...
Laurent Contzen [Wed, 4 Jul 2012 12:06:51 +0000 (14:06 +0200)]
empathy-roster-model-manager: deal with members-changed signals empathy-roster-view: use empathy-roster-model-manager signals

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

11 years agoempathy-roster-view: start using empathy-roster-model
Laurent Contzen [Wed, 4 Jul 2012 09:59:15 +0000 (11:59 +0200)]
empathy-roster-view: start using empathy-roster-model

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

11 years agoempathy-roster-model-manager.c: implement empathy_roster_model_manager_get_individuals ()
Laurent Contzen [Wed, 4 Jul 2012 09:41:05 +0000 (11:41 +0200)]
empathy-roster-model-manager.c: implement empathy_roster_model_manager_get_individuals ()

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

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

11 years agoempathy-roster-model-manager: Pass an EmpathyIndividualManager to EmpathyRosterModelM...
Laurent Contzen [Wed, 4 Jul 2012 08:54:13 +0000 (10:54 +0200)]
empathy-roster-model-manager: Pass an EmpathyIndividualManager to EmpathyRosterModelManager

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

11 years agoroster-model: add API to track individuals
Guillaume Desmottes [Wed, 4 Jul 2012 07:43:05 +0000 (09:43 +0200)]
roster-model: add API to track individuals

11 years agoadd empathy-roster-model-manager
Guillaume Desmottes [Tue, 3 Jul 2012 13:49:50 +0000 (15:49 +0200)]
add empathy-roster-model-manager

11 years agoadd empathy-roster-model
Guillaume Desmottes [Tue, 3 Jul 2012 13:22:20 +0000 (15:22 +0200)]
add empathy-roster-model

11 years agoadd empathy_account_settings_set_storage_provider()
Guillaume Desmottes [Wed, 18 Jul 2012 09:03:18 +0000 (11:03 +0200)]
add empathy_account_settings_set_storage_provider()

11 years agoDepend on tp-glib 0.19;4
Guillaume Desmottes [Thu, 19 Jul 2012 10:39:02 +0000 (12:39 +0200)]
Depend on tp-glib 0.19;4

Needed for tp_account_request_set_storage_provider()

11 years agoexport empathy_account_widget_apply_and_log_in()
Guillaume Desmottes [Wed, 18 Jul 2012 08:53:46 +0000 (10:53 +0200)]
export empathy_account_widget_apply_and_log_in()

11 years agoCheck for libgee dep
Guillaume Desmottes [Thu, 19 Jul 2012 08:07:43 +0000 (10:07 +0200)]
Check for libgee dep

We are using it directly so should depend on it.

11 years agogee_iterator_first is no more in libgee 0.8
Alban Browaeys [Tue, 17 Jul 2012 05:37:25 +0000 (07:37 +0200)]
gee_iterator_first is no more in libgee 0.8

With folks depending upon libgee-0.8 brealage in empathy arise,
that is gee_iterator_first is not available.

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

11 years agolibempathy: Port empathy to libgee 0.8.
Jeremy Whiting [Wed, 18 Jul 2012 17:31:04 +0000 (11:31 -0600)]
libempathy: Port empathy to libgee 0.8.

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

11 years agoImplement Google X-OAUTH2 SASL mechanism
Xavier Claessens [Wed, 18 Jul 2012 11:50:46 +0000 (13:50 +0200)]
Implement Google X-OAUTH2 SASL mechanism

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

11 years agoMove SASL mechanism implementations into its own file
Xavier Claessens [Fri, 13 Jul 2012 10:05:38 +0000 (12:05 +0200)]
Move SASL mechanism implementations into its own file

We could have other account providers than GOA requiring
this SASL code.

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

11 years agoempathy: use tp_account_manager_enable_restart()
Guillaume Desmottes [Tue, 17 Jul 2012 14:14:47 +0000 (16:14 +0200)]
empathy: use tp_account_manager_enable_restart()

If for some reason MC crashes we should restart it right away. Ideally this
should be done by the Shell (#680099) but it's good to have in Empathy as
well.

11 years agoremove MC password migration code
Guillaume Desmottes [Tue, 17 Jul 2012 13:04:13 +0000 (15:04 +0200)]
remove MC password migration code

We are shipping this since a bunch of releases so all passwords should be
migrated since a while.
Furthemore, it may cause issues when the password has been updated in Empathy
but not MC.

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

11 years agoTurn libempathy-gtk to a public lib
Guillaume Desmottes [Thu, 12 Jul 2012 09:24:44 +0000 (11:24 +0200)]
Turn libempathy-gtk to a public lib

We use "-release" versioning as it's not meant to be used out of Empathy's
tree.

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

11 years agoTurn libempathy to a public lib
Guillaume Desmottes [Thu, 12 Jul 2012 09:24:44 +0000 (11:24 +0200)]
Turn libempathy to a public lib

We use "-release" versioning as it's not meant to be used out of Empathy's
tree.

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

11 years agotp-chat: prepare the Password feature if needed
Guillaume Desmottes [Tue, 17 Jul 2012 12:46:39 +0000 (14:46 +0200)]
tp-chat: prepare the Password feature if needed

11 years agoRevert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD"
Guillaume Desmottes [Tue, 17 Jul 2012 11:47:03 +0000 (13:47 +0200)]
Revert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD"

This reverts commit 33ad5c340ed97da141c3182051502043a710e92f.

This is not the right way to fix this bug. If the channel doesn't implement
the Password iface (like in a 1-1 chat) our own tp-chat feature is never
prepared.

11 years agoDisplay the Top Contacts group name above the top contacts even if all of them are...
Laurent Contzen [Fri, 13 Jul 2012 15:10:50 +0000 (17:10 +0200)]
Display the Top Contacts group name above the top contacts even if all of them are offline

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

11 years agotp-chat:requires TP_CHANNEL_FEATURE_PASSWORD
Guillaume Desmottes [Tue, 17 Jul 2012 09:15:14 +0000 (11:15 +0200)]
tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD

check_almost_ready() relies on the password feature to be prepared so we
should make sure that tp-glib prepares it for us before starting to prepare
our own feature.

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

11 years agoremove released flag
Guillaume Desmottes [Mon, 16 Jul 2012 15:15:37 +0000 (17:15 +0200)]
remove released flag

11 years agoprepare 3.5.4
Guillaume Desmottes [Mon, 16 Jul 2012 14:59:35 +0000 (16:59 +0200)]
prepare 3.5.4

11 years agoDisplay GOA_PKG_ERRORS if deps are missing
Guillaume Desmottes [Mon, 16 Jul 2012 13:28:40 +0000 (15:28 +0200)]
Display GOA_PKG_ERRORS if deps are missing

11 years agoFix build warning: A string format is required
Xavier Claessens [Mon, 16 Jul 2012 12:18:47 +0000 (14:18 +0200)]
Fix build warning: A string format is required

11 years agoUse new tp_account_* getters
Guillaume Desmottes [Mon, 16 Jul 2012 09:10:57 +0000 (11:10 +0200)]
Use new tp_account_* getters

11 years agopreferences: use the factory to create the TpAccount
Guillaume Desmottes [Mon, 16 Jul 2012 09:10:19 +0000 (11:10 +0200)]
preferences: use the factory to create the TpAccount

tp_account_new() has been deprecated.

11 years agoDepend on tp-glib 0.19.3
Guillaume Desmottes [Mon, 16 Jul 2012 09:10:00 +0000 (11:10 +0200)]
Depend on tp-glib 0.19.3

Needed to fix deprecation warnings.

11 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 15 Jul 2012 11:42:22 +0000 (14:42 +0300)]
Updated Belarusian translation.

11 years agochat-window: use self->priv pattern
Guillaume Desmottes [Wed, 11 Jul 2012 13:30:29 +0000 (15:30 +0200)]
chat-window: use self->priv pattern

11 years agochat-window: port to new coding styles
Guillaume Desmottes [Wed, 11 Jul 2012 11:54:46 +0000 (13:54 +0200)]
chat-window: port to new coding styles

11 years agonew-chatroom-dialog: set default response
Guillaume Desmottes [Wed, 11 Jul 2012 09:50:45 +0000 (11:50 +0200)]
new-chatroom-dialog: set default response

We want to activate the dialog when user hits 'Enter' so he joins the room
right away.

11 years agoremove empathy-contact-dialogs
Guillaume Desmottes [Wed, 11 Jul 2012 09:02:48 +0000 (11:02 +0200)]
remove empathy-contact-dialogs

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

11 years agoremove useless includes
Guillaume Desmottes [Wed, 11 Jul 2012 09:31:46 +0000 (11:31 +0200)]
remove useless includes

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

11 years agoindividual-menu: use the individual version of the add dialog
Guillaume Desmottes [Wed, 11 Jul 2012 09:30:09 +0000 (11:30 +0200)]
individual-menu: use the individual version of the add dialog

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