]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoinline account_chooser_setup()
Guillaume Desmottes [Mon, 24 Oct 2011 12:05:13 +0000 (14:05 +0200)]
inline account_chooser_setup()

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

12 years agomove down empathy_account_chooser_class_init()
Guillaume Desmottes [Mon, 24 Oct 2011 12:02:59 +0000 (14:02 +0200)]
move down empathy_account_chooser_class_init()

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

12 years agoaccount-chooser: port to new coding style
Guillaume Desmottes [Mon, 24 Oct 2011 11:53:40 +0000 (13:53 +0200)]
account-chooser: port to new coding style

I wanted to clean the account chooser a bit but the old coding style makes me
cry...

It's good to do anyway, especially if we move this widget to a telepathy-gtk
lib at some point.

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

12 years agoMerge branch 'bug-662727'
Danielle Madeley [Thu, 27 Oct 2011 00:49:19 +0000 (11:49 +1100)]
Merge branch 'bug-662727'

12 years agoempathy-debugger: rely on gtk_application_add_window() to manage the main loop
Guillaume Desmottes [Tue, 25 Oct 2011 15:03:28 +0000 (17:03 +0200)]
empathy-debugger: rely on gtk_application_add_window() to manage the main loop

We have to old the application while doing async preparation as the app window
is not created right away.

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

12 years agoempathy-accounts: prepare the AM in app_command_line_cb
Guillaume Desmottes [Wed, 26 Oct 2011 08:02:01 +0000 (10:02 +0200)]
empathy-accounts: prepare the AM in app_command_line_cb

We just need to prepare it in the main instance; there is no point doing it
the other ones as they will just re-invoke the main one and exit.

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

12 years agoempathy-accounts: re-use existing TpAccount rather than creating a new one
Guillaume Desmottes [Wed, 26 Oct 2011 07:47:20 +0000 (09:47 +0200)]
empathy-accounts: re-use existing TpAccount rather than creating a new one

This allows us to detect right away if the account is a valid one and we don't
have to prepare it any more as the AM already did it for us.

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

12 years agoempathy-debugger: rely on gtk_application_add_window() to manage the main loop
Guillaume Desmottes [Tue, 25 Oct 2011 15:03:28 +0000 (17:03 +0200)]
empathy-debugger: rely on gtk_application_add_window() to manage the main loop

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

12 years agoempathy: rely on gtk_application_add_window() to manage the main loop
Guillaume Desmottes [Tue, 25 Oct 2011 15:03:28 +0000 (17:03 +0200)]
empathy: rely on gtk_application_add_window() to manage the main loop

We are not supposed to call gtk_main_quit() as we don't use gtk_main() any
more. Instead we add the windows to the GtkApplication which will take care of
exiting when they have been all destroyed.

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

12 years agocontact-chooser: refilter when the tmp contacts change capabilities
Danielle Madeley [Wed, 26 Oct 2011 03:26:11 +0000 (14:26 +1100)]
contact-chooser: refilter when the tmp contacts change capabilities

Making a call to GetContactAttributes only gets the attributes currently known
to the CM. If a contact is unknown, lookups for the attributes are then queued
and signalled when retrieved. When we receive this signal, we should refilter
the contact list.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662727
12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 25 Oct 2011 19:17:34 +0000 (21:17 +0200)]
Updated Slovenian translation

12 years ago[l10n]Updated Catalan documentation
Gil Forcada [Tue, 25 Oct 2011 18:59:58 +0000 (20:59 +0200)]
[l10n]Updated Catalan documentation

12 years agoWe need to pass a description to AC_DEFINE
Guillaume Desmottes [Tue, 25 Oct 2011 14:00:33 +0000 (16:00 +0200)]
We need to pass a description to AC_DEFINE

12 years agouse g_format_size instead of g_format_size_for_display
Guillaume Desmottes [Tue, 25 Oct 2011 09:42:58 +0000 (11:42 +0200)]
use g_format_size instead of g_format_size_for_display

The latter has been deprecated in GLib 2.31 but g_format_size() has been added
in 2.30 so we can already use it without bumping the dep.

12 years agouse g_unichar_fully_decompose instead of g_unicode_canonical_decomposition
Guillaume Desmottes [Tue, 25 Oct 2011 13:10:53 +0000 (15:10 +0200)]
use g_unichar_fully_decompose instead of g_unicode_canonical_decomposition

The latter has been deprecated and g_unichar_fully_decompose() is already in
2.30.

12 years agoDisable GLib deprecation warnings for now
Guillaume Desmottes [Tue, 25 Oct 2011 09:48:21 +0000 (11:48 +0200)]
Disable GLib deprecation warnings for now

12 years agoInclude config.h in a bunch of files
Guillaume Desmottes [Tue, 25 Oct 2011 09:44:19 +0000 (11:44 +0200)]
Include config.h in a bunch of files

They use deprecated API (g_mutex_new) but we still want to use it for now so
they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.

12 years agouse g_format_size instead of g_format_size_for_display
Guillaume Desmottes [Tue, 25 Oct 2011 09:42:58 +0000 (11:42 +0200)]
use g_format_size instead of g_format_size_for_display

The latter has been deprecated in GLib 2.31 but g_format_size() has been added
in 2.30 so we can already use it without bumping the dep.

12 years ago[presence-chooser] Set status message as the tooltip
Jovanka Gulicoska [Mon, 24 Oct 2011 23:23:24 +0000 (01:23 +0200)]
[presence-chooser] Set status message as the tooltip

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=640846
Signed-off-by: Danielle Madeley <danielle.madeley@collabora.co.uk>
12 years agoUpdated German translation
Christian Kirbach [Mon, 24 Oct 2011 21:37:30 +0000 (23:37 +0200)]
Updated German translation

12 years agoremove released flag
Guillaume Desmottes [Mon, 24 Oct 2011 15:46:11 +0000 (17:46 +0200)]
remove released flag

12 years agoprepare 3.3.1
Guillaume Desmottes [Mon, 24 Oct 2011 15:29:05 +0000 (17:29 +0200)]
prepare 3.3.1

12 years agotheme-adium: escape the name in actions as well
Guillaume Desmottes [Mon, 24 Oct 2011 08:31:55 +0000 (10:31 +0200)]
theme-adium: escape the name in actions as well

12 years agoensure that contact_list_store_contact_active_cb isn't called after the store destruction
Guillaume Desmottes [Fri, 21 Oct 2011 12:55:18 +0000 (14:55 +0200)]
ensure that contact_list_store_contact_active_cb isn't called after the store destruction

This is an exact port of similar code from empathy-individual-store.

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

12 years agocontact_list_store_dispose: unset the timer ids
Guillaume Desmottes [Fri, 21 Oct 2011 12:52:02 +0000 (14:52 +0200)]
contact_list_store_dispose: unset the timer ids

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

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 24 Oct 2011 07:32:54 +0000 (09:32 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Persian Translation
Arash Mousavi [Sun, 23 Oct 2011 22:22:19 +0000 (01:52 +0330)]
Updated Persian Translation

12 years ago[l10n]Minor fixes to Catalan translation
Gil Forcada [Sun, 23 Oct 2011 17:12:11 +0000 (19:12 +0200)]
[l10n]Minor fixes to Catalan translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 23 Oct 2011 18:30:06 +0000 (20:30 +0200)]
Updated Spanish translation

12 years ago[l10n] Updated German translation
Paul Seyfert [Sun, 23 Oct 2011 09:41:00 +0000 (11:41 +0200)]
[l10n] Updated German translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sat, 22 Oct 2011 16:28:55 +0000 (19:28 +0300)]
Updated Latvian translation.

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 22 Oct 2011 09:50:49 +0000 (11:50 +0200)]
Updated Hebrew translation.

12 years agoMerge branch 'balance-errors'
Danielle Madeley [Fri, 21 Oct 2011 21:45:04 +0000 (08:45 +1100)]
Merge branch 'balance-errors'

12 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 21 Oct 2011 19:20:19 +0000 (21:20 +0200)]
Updated Slovenian translation

12 years agoUpdated POTFILES.in
Piotr Drąg [Fri, 21 Oct 2011 15:54:23 +0000 (17:54 +0200)]
Updated POTFILES.in

12 years agodisplay_error: Put 'Close' button on the bottom/end
Danielle Madeley [Fri, 21 Oct 2011 06:21:29 +0000 (17:21 +1100)]
display_error: Put 'Close' button on the bottom/end

12 years agoInclude dbus-reason in signal arguments
Danielle Madeley [Fri, 21 Oct 2011 06:17:54 +0000 (17:17 +1100)]
Include dbus-reason in signal arguments

12 years agoDon't need to prepare balance feature, already prepared by client factory
Danielle Madeley [Fri, 14 Oct 2011 06:21:16 +0000 (17:21 +1100)]
Don't need to prepare balance feature, already prepared by client factory

12 years agoInline assignments are icky; free leaked string
Danielle Madeley [Fri, 14 Oct 2011 06:20:46 +0000 (17:20 +1100)]
Inline assignments are icky; free leaked string

12 years ago'Get Credit' is called 'Top Up' in other parts of the UI
Danielle Madeley [Fri, 14 Oct 2011 05:48:36 +0000 (16:48 +1100)]
'Get Credit' is called 'Top Up' in other parts of the UI

12 years agoShow an infobar if there's not enough credit
Emilio Pozuelo Monfort [Fri, 29 Apr 2011 12:05:50 +0000 (13:05 +0100)]
Show an infobar if there's not enough credit

With a button to buy some if desired.

12 years agoAdd empathy-contactinfo-utils to POTFILES.in
Danielle Madeley [Wed, 14 Sep 2011 01:30:41 +0000 (11:30 +1000)]
Add empathy-contactinfo-utils to POTFILES.in

12 years agoPort contact-widget to contactinfo-utils
Danielle Madeley [Thu, 14 Apr 2011 04:44:49 +0000 (14:44 +1000)]
Port contact-widget to contactinfo-utils

This is a reworking, rather than rebasing of the original patch because of
large changes in the codebase.

12 years agoIncorporate updates from empathy-contact-widget into contactinfo-utils
Danielle Madeley [Thu, 8 Sep 2011 03:31:00 +0000 (13:31 +1000)]
Incorporate updates from empathy-contact-widget into contactinfo-utils

Update empathy-individual-widget for these changes. This comes from the rebase
of this branch.

12 years agoMove empathy-contactinfo-utils to libempathy-gtk
Danielle Madeley [Thu, 8 Sep 2011 03:11:22 +0000 (13:11 +1000)]
Move empathy-contactinfo-utils to libempathy-gtk

Why do we still have this annoying split?

Rebasing this work will pull in a dependency on empathy-string-parser, which is
part of libempathy-gtk. Hence the move.

12 years agoPort individual-widget to contactinfo-utils
Danielle Madeley [Thu, 14 Apr 2011 04:44:32 +0000 (14:44 +1000)]
Port individual-widget to contactinfo-utils

12 years agoAbstract common contactinfo code into empathy-contactinfo-utils
Danielle Madeley [Thu, 14 Apr 2011 04:42:29 +0000 (14:42 +1000)]
Abstract common contactinfo code into empathy-contactinfo-utils

This handles things like sorting fields and converting field names to human
readable names.

12 years agoMerge branch 'chooser-662250'
Danielle Madeley [Thu, 20 Oct 2011 22:32:08 +0000 (09:32 +1100)]
Merge branch 'chooser-662250'

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Thu, 20 Oct 2011 19:40:17 +0000 (22:40 +0300)]
Updated Belarusian translation.

12 years ago[contact-chooser] Don't reselect the first match if something else is selected
Danielle Madeley [Thu, 20 Oct 2011 04:59:54 +0000 (15:59 +1100)]
[contact-chooser] Don't reselect the first match if something else is selected

This patch isn't quite the behaviour I want, but I think it's better than just
re-selecting the first entry every time I type something.

12 years ago[contact-chooser] Move the selection up/down without defocusing the entry
Danielle Madeley [Thu, 20 Oct 2011 04:48:49 +0000 (15:48 +1100)]
[contact-chooser] Move the selection up/down without defocusing the entry

12 years ago[contact-chooser] emit 'activate' on 'row-activated' as well
Danielle Madeley [Thu, 20 Oct 2011 04:29:51 +0000 (15:29 +1100)]
[contact-chooser] emit 'activate' on 'row-activated' as well

This means the selection can be activated when the treeview is focused.

12 years agoFix an article in the Hungarian help translation
Gabor Kelemen [Wed, 19 Oct 2011 23:06:43 +0000 (01:06 +0200)]
Fix an article in the Hungarian help translation

12 years agoSwap SMS and Text buttons
Danielle Madeley [Wed, 19 Oct 2011 22:44:06 +0000 (09:44 +1100)]
Swap SMS and Text buttons

The default action should be on the right.

12 years agoFix extra buttons in new-call/message dialogs
Danielle Madeley [Wed, 19 Oct 2011 22:40:36 +0000 (09:40 +1100)]
Fix extra buttons in new-call/message dialogs

This was caused by a missing parameter of gtk_dialog_add_buttons().

12 years agoRemove contact-selector-dialog
Danielle Madeley [Wed, 19 Oct 2011 22:34:01 +0000 (09:34 +1100)]
Remove contact-selector-dialog

It's no longer used.

12 years agoMerge branch 'dialpad-widget'
Danielle Madeley [Wed, 19 Oct 2011 22:19:13 +0000 (09:19 +1100)]
Merge branch 'dialpad-widget'

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 19 Oct 2011 20:29:14 +0000 (22:29 +0200)]
Updated Norwegian bokmål translation

12 years agoScroll dialpad entry right as more characters are inserted.
Danielle Madeley [Wed, 19 Oct 2011 05:45:04 +0000 (16:45 +1100)]
Scroll dialpad entry right as more characters are inserted.

The user wants to see her most recent history, not what she typed in first.

12 years agoMove dialpad into a widget of its own
Danielle Madeley [Wed, 19 Oct 2011 05:40:22 +0000 (16:40 +1100)]
Move dialpad into a widget of its own

Let's face it, the whole thing was getting a little unwieldly there in the
UI utils, and if we're going to be using it in more places, let's start by
abstracting it into a widget.

12 years agoUpdated Turkish translation
Muhammet Kara [Tue, 18 Oct 2011 17:59:21 +0000 (20:59 +0300)]
Updated Turkish translation

12 years agotheme_adium_append_message: escape alias before displaying it
Guillaume Desmottes [Tue, 18 Oct 2011 16:32:52 +0000 (18:32 +0200)]
theme_adium_append_message: escape alias before displaying it

Not doing so can lead to nasty HTML injection from hostile users.

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

12 years agoempathy_new_message_dialog_response: initialize contact
Guillaume Desmottes [Tue, 18 Oct 2011 15:05:33 +0000 (17:05 +0200)]
empathy_new_message_dialog_response: initialize contact

12 years agoempathy_new_message_dialog_response: initialize individual
Guillaume Desmottes [Tue, 18 Oct 2011 15:00:53 +0000 (17:00 +0200)]
empathy_new_message_dialog_response: initialize individual

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 18 Oct 2011 14:08:47 +0000 (16:08 +0200)]
Updated Spanish translation

12 years agonew-call-dialog: use the self->priv pattern
Guillaume Desmottes [Tue, 18 Oct 2011 09:53:01 +0000 (11:53 +0200)]
new-call-dialog: use the self->priv pattern

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

12 years agonew-message-dialog: port to EmpathyContactChooser
Guillaume Desmottes [Wed, 24 Aug 2011 12:31:39 +0000 (14:31 +0200)]
new-message-dialog: port to EmpathyContactChooser

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

12 years agonew-call-dialog: port to EmpathyContactChooser
Guillaume Desmottes [Wed, 24 Aug 2011 12:31:39 +0000 (14:31 +0200)]
new-call-dialog: port to EmpathyContactChooser

Replace the 'send video' checkbox by an extra button

It's more coherent with the other places where we allow user to start calls.
It also gives better feedback as we can unsensitive this button if the
selected contact doesn't support video.

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

12 years agofactor out empathy_individual_can_audio_video_call()
Guillaume Desmottes [Fri, 5 Aug 2011 11:13:31 +0000 (13:13 +0200)]
factor out empathy_individual_can_audio_video_call()

Also allow caller to get a ref on the EmpathyContact supporting audio/video.

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

12 years agonew-call-dialog: fix typo in comment
Guillaume Desmottes [Fri, 5 Aug 2011 10:47:54 +0000 (12:47 +0200)]
new-call-dialog: fix typo in comment

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

12 years agoinvite-participant-dialog: activate the dialog when the chooser is activated
Guillaume Desmottes [Mon, 17 Oct 2011 12:14:31 +0000 (14:14 +0200)]
invite-participant-dialog: activate the dialog when the chooser is activated

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

12 years agocontact-chooser: add 'activate' signal
Guillaume Desmottes [Mon, 17 Oct 2011 12:10:01 +0000 (14:10 +0200)]
contact-chooser: add 'activate' signal

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

12 years agocontact-chooser: when searching, make sure that the first matching item is selected
Guillaume Desmottes [Mon, 17 Oct 2011 11:37:44 +0000 (13:37 +0200)]
contact-chooser: when searching, make sure that the first matching item is selected

So user can just type the phone number of the contact he wants to call and hit
enter.

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

12 years agoadd empathy_individual_view_select_first()
Guillaume Desmottes [Mon, 17 Oct 2011 11:37:06 +0000 (13:37 +0200)]
add empathy_individual_view_select_first()

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

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 18 Oct 2011 05:40:57 +0000 (07:40 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Mon, 17 Oct 2011 08:51:26 +0000 (19:51 +1100)]
Updated Vietnamese translation

12 years agopo/vi: import from Damned Lies
Nguyễn Thái Ngọc Duy [Mon, 17 Oct 2011 08:45:34 +0000 (19:45 +1100)]
po/vi: import from Damned Lies

12 years agol10n: updated Italian translation
Luca Ferretti [Mon, 17 Oct 2011 08:14:45 +0000 (10:14 +0200)]
l10n: updated Italian translation

12 years agoUpdated Swedish translation
Daniel Nylander [Mon, 17 Oct 2011 04:35:26 +0000 (06:35 +0200)]
Updated Swedish translation

12 years agoUpdated Korean translation
Changwoo Ryu [Sun, 16 Oct 2011 18:04:05 +0000 (03:04 +0900)]
Updated Korean translation

12 years agoUpdated British English translation
Bruce Cowan [Sun, 16 Oct 2011 13:47:21 +0000 (14:47 +0100)]
Updated British English translation

12 years agoUpdaged Galician translations
Fran Dieguez [Sat, 15 Oct 2011 13:36:00 +0000 (15:36 +0200)]
Updaged Galician translations

12 years agoUpdated Bulgarian translation
Alexander Shopov [Sat, 15 Oct 2011 07:05:10 +0000 (10:05 +0300)]
Updated Bulgarian translation

12 years agoUpdated Hungarian translation
Gabor Kelemen [Fri, 14 Oct 2011 18:17:25 +0000 (20:17 +0200)]
Updated Hungarian translation

12 years agocontact-list: remove favourite API
Guillaume Desmottes [Fri, 14 Oct 2011 20:45:34 +0000 (16:45 -0400)]
contact-list: remove favourite API

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

12 years agocontact-list-store: stop tracking favourite contacts
Guillaume Desmottes [Fri, 14 Oct 2011 20:43:59 +0000 (16:43 -0400)]
contact-list-store: stop tracking favourite contacts

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

12 years agocontact-manager: remove unused favourite code
Guillaume Desmottes [Fri, 14 Oct 2011 19:38:32 +0000 (15:38 -0400)]
contact-manager: remove unused favourite code

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

12 years agocontact-list-store: remove 'fake group' code
Guillaume Desmottes [Fri, 14 Oct 2011 19:30:01 +0000 (15:30 -0400)]
contact-list-store: remove 'fake group' code

This store is only used for MUC members which doesn't use these fake groups.
Actually we could drop all the group code but it would probably be easier to
completely rewrite the way we display MUC members.

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

12 years agoremove unused EMPATHY_CONTACT_FEATURE_FAVOURITE
Guillaume Desmottes [Fri, 14 Oct 2011 18:09:23 +0000 (14:09 -0400)]
remove unused EMPATHY_CONTACT_FEATURE_FAVOURITE

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

12 years ago[l10n] Updated German translation
Mario Blättermann [Fri, 14 Oct 2011 19:35:38 +0000 (21:35 +0200)]
[l10n] Updated German translation

12 years agoUpdated Polish translation
Piotr Drąg [Fri, 14 Oct 2011 17:53:09 +0000 (19:53 +0200)]
Updated Polish translation

12 years agoMark a forgotten string for translation.
Gabor Kelemen [Fri, 14 Oct 2011 11:25:00 +0000 (13:25 +0200)]
Mark a forgotten string for translation.

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

12 years agoadium themes: crash less hard when Template.html is missing
Will Thompson [Fri, 14 Oct 2011 15:22:54 +0000 (16:22 +0100)]
adium themes: crash less hard when Template.html is missing

If Template.html is missing, then you haven't installed Empathy properly
(or set EMPATHY_SRCDIR or whatever in my case). But previously we would
just crash later down this function when passing template_html to
string_with_format() without checking if it's NULL. This patch makes
it fail a little less inscrutably.

12 years agoTpChat: remove support for old Properties
Will Thompson [Thu, 8 Sep 2011 11:17:31 +0000 (12:17 +0100)]
TpChat: remove support for old Properties

Change notification for this is broken in the CMs *anyway*.

12 years agoTpChat: Use RoomConfig1 and Subject if available
Will Thompson [Thu, 8 Sep 2011 10:34:36 +0000 (11:34 +0100)]
TpChat: Use RoomConfig1 and Subject if available

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

12 years agoconfigure: depend on tp-glib with Subject.
Will Thompson [Fri, 14 Oct 2011 14:31:59 +0000 (15:31 +0100)]
configure: depend on tp-glib with Subject.

Actually, a slightly earlier version of telepathy-glib, on the unstable
0.15.x branch, includes Subject, but we may as well depend on the stable
branch: it includes fixes for Empathy bugs.

12 years agoTpChat: track subject and title explicitly.
Will Thompson [Thu, 8 Sep 2011 09:48:03 +0000 (10:48 +0100)]
TpChat: track subject and title explicitly.

This will allow us to also use the new API (and, ultimately, delete
the Telepathy.Properties code cleanly).

12 years agoTpChat: hide guts of Telepathy properties.
Will Thompson [Thu, 8 Sep 2011 07:07:08 +0000 (08:07 +0100)]
TpChat: hide guts of Telepathy properties.

This will make it easier to replace these with new stuff. The funky
indentation in the callbacks for the subject and title changing is to
make it clear that I didn't change that code; I'll reindent it in
another patch.

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 14 Oct 2011 08:22:51 +0000 (10:22 +0200)]
Updated Spanish translation

12 years agoMerge remote-tracking branch 'pochu/upgrade-software'
Danielle Madeley [Fri, 14 Oct 2011 04:42:36 +0000 (15:42 +1100)]
Merge remote-tracking branch 'pochu/upgrade-software'