]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoLet set_send_video do it's job
Nicolas Dufresne [Wed, 6 Jul 2011 22:14:57 +0000 (18:14 -0400)]
Let set_send_video do it's job

12 years agoCheck and create video_preview outside camera control
Nicolas Dufresne [Tue, 19 Jul 2011 17:43:44 +0000 (13:43 -0400)]
Check and create video_preview outside camera control

12 years agoAdd resultion and framerate changing to video src
Nicolas Dufresne [Wed, 6 Jul 2011 22:12:40 +0000 (18:12 -0400)]
Add resultion and framerate changing to video src

12 years agoAdd framerate and resolution change signal
Nicolas Dufresne [Wed, 6 Jul 2011 22:11:28 +0000 (18:11 -0400)]
Add framerate and resolution change signal

12 years agoDon't crash when the buffer has length 0
Danielle Madeley [Mon, 7 Nov 2011 04:45:40 +0000 (15:45 +1100)]
Don't crash when the buffer has length 0

Unexpectedly, a 0 length buffer causes gdk_pixbuf_loader_write() to return
FALSE without setting @error. Would then segv on error->message.

12 years agoMake GOA optional again
Danielle Madeley [Mon, 7 Nov 2011 01:03:50 +0000 (12:03 +1100)]
Make GOA optional again

There is an --disable-goa flag in Empathy's configure, which should be able to
disable GOA, except it had been included as a required dependency. This patch
makes it completely optional again.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663442
12 years agoAdd missing AC_MSG_RESULT
Danielle Madeley [Mon, 7 Nov 2011 01:00:06 +0000 (12:00 +1100)]
Add missing AC_MSG_RESULT

12 years agoMerge branch 'ui-fixes'
Danielle Madeley [Sat, 5 Nov 2011 01:29:59 +0000 (12:29 +1100)]
Merge branch 'ui-fixes'

12 years agoUpdated Galician translations
Fran Diéguez [Fri, 4 Nov 2011 12:02:49 +0000 (13:02 +0100)]
Updated Galician translations

12 years agoImport Facebook and windows Live GOA accounts
Xavier Claessens [Thu, 27 Oct 2011 10:09:59 +0000 (12:09 +0200)]
Import Facebook and windows Live GOA accounts

Implement their auth mechanisms

Fixes bug #661068 and #652544

12 years agoFix crash when opening GOA facebook account settings
Xavier Claessens [Thu, 3 Nov 2011 08:12:49 +0000 (09:12 +0100)]
Fix crash when opening GOA facebook account settings

In that case priv->jid_suffix is NULL, so we should not try to call
remove_jid_suffix().

12 years agoempathy-auth-client: use a TpSimpleClientFactory
Xavier Claessens [Tue, 4 Oct 2011 11:09:04 +0000 (13:09 +0200)]
empathy-auth-client: use a TpSimpleClientFactory

This prevent TpBaseClient to create a full TpAccountManager and allow
us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts

12 years agodialpad-widget: make grid rows/columns homogeneous
Danielle Madeley [Fri, 4 Nov 2011 06:16:42 +0000 (17:16 +1100)]
dialpad-widget: make grid rows/columns homogeneous

Buttons should all be the same size.

12 years agodialpad-widget: ensure able to show with gtk_widget_show()
Danielle Madeley [Fri, 4 Nov 2011 06:12:21 +0000 (17:12 +1100)]
dialpad-widget: ensure able to show with gtk_widget_show()

The child widgets of the dialpad-widget weren't being shown, so the widget
required a gtk_widget_show_all() to show up. Unexpected :(

12 years agotls: Cast argument to gcr_simple_certificate_new to avoid compiler warning
Colin Walters [Fri, 4 Nov 2011 02:58:46 +0000 (22:58 -0400)]
tls: Cast argument to gcr_simple_certificate_new to avoid compiler warning

Gcr correctly treats these as unsigned.

12 years agoFix set-but-not-used build warning
Xavier Claessens [Wed, 2 Nov 2011 14:45:40 +0000 (15:45 +0100)]
Fix set-but-not-used build warning

12 years agoRevert "contact-blocking-dialog: use tp-glib high level blocking API"
Guillaume Desmottes [Wed, 2 Nov 2011 10:41:11 +0000 (11:41 +0100)]
Revert "contact-blocking-dialog: use tp-glib high level blocking API"

This reverts commit d8153fa21a7beb4229dbba1810eb8544af91db4f.

I was not supposed to commit that yet; the tp-glib API hasn't been released.

12 years agocontact-blocking-dialog: use tp-glib high level blocking API
Guillaume Desmottes [Wed, 26 Oct 2011 15:43:50 +0000 (17:43 +0200)]
contact-blocking-dialog: use tp-glib high level blocking API

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

12 years agocontact-blocking-dialog: split COL_* enums
Guillaume Desmottes [Wed, 26 Oct 2011 15:23:31 +0000 (17:23 +0200)]
contact-blocking-dialog: split COL_* enums

We have 2 different models having their own set of columns.

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

12 years agoUpdated Turkish translation
Muhammet Kara [Wed, 2 Nov 2011 10:21:12 +0000 (12:21 +0200)]
Updated Turkish translation

12 years agomain-window: port to GtkGrid
Guillaume Desmottes [Tue, 1 Nov 2011 14:45:06 +0000 (15:45 +0100)]
main-window: port to GtkGrid

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

12 years agoindividual-widget: port to GtkGrid
Guillaume Desmottes [Tue, 1 Nov 2011 14:45:06 +0000 (15:45 +0100)]
individual-widget: port to GtkGrid

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

12 years agodialpad-widget: port to GtkGrid
Guillaume Desmottes [Tue, 1 Nov 2011 14:45:06 +0000 (15:45 +0100)]
dialpad-widget: port to GtkGrid

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

12 years agocontact-widget: port to GtkGrid
Guillaume Desmottes [Tue, 1 Nov 2011 14:45:06 +0000 (15:45 +0100)]
contact-widget: port to GtkGrid

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

12 years agoaccount-widget-*: port to GtkGrid
Guillaume Desmottes [Tue, 1 Nov 2011 12:39:49 +0000 (13:39 +0100)]
account-widget-*: port to GtkGrid

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

12 years agoIgnore generated files from pl doc
Guillaume Desmottes [Tue, 1 Nov 2011 12:38:33 +0000 (13:38 +0100)]
Ignore generated files from pl doc

12 years agoFix for misaligned 16x16 app icon
Michael Monreal [Mon, 31 Oct 2011 16:59:11 +0000 (17:59 +0100)]
Fix for misaligned 16x16 app icon

The 16x16 app icon that ships with empathy 3.x is missing the upper border
because it is shifted one pixel up. I have rearranged the vector image to the
baseplate and created a fixed 16x16.

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

12 years agocoding style fix
Guillaume Desmottes [Fri, 28 Oct 2011 14:57:34 +0000 (16:57 +0200)]
coding style fix

12 years agoUpdated Czech translation
Marek Černocký [Sun, 30 Oct 2011 11:16:30 +0000 (12:16 +0100)]
Updated Czech translation

12 years agoAdded Polish translation of help
Aleksander Łukasiewicz [Fri, 28 Oct 2011 16:45:06 +0000 (18:45 +0200)]
Added Polish translation of help

12 years agoempathy_account_chooser_set_account: select account later if not ready yet
Guillaume Desmottes [Wed, 26 Oct 2011 10:23:45 +0000 (12:23 +0200)]
empathy_account_chooser_set_account: select account later if not ready yet

It's stupid to have to ask to any user of this widget to do this itself.

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

12 years agoaccount-chooser: factor out select_account()
Guillaume Desmottes [Wed, 26 Oct 2011 10:13:45 +0000 (12:13 +0200)]
account-chooser: factor out select_account()

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

12 years agoinvite-participant-dialog: don't display treeview if no contact list
Guillaume Desmottes [Thu, 27 Oct 2011 14:14:58 +0000 (16:14 +0200)]
invite-participant-dialog: don't display treeview if no contact list

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

12 years agoadd empathy_contact_chooser_show_tree_view()
Guillaume Desmottes [Thu, 27 Oct 2011 13:19:24 +0000 (15:19 +0200)]
add empathy_contact_chooser_show_tree_view()

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

12 years agoMerge branch 'ui-work'
Danielle Madeley [Fri, 28 Oct 2011 06:57:16 +0000 (17:57 +1100)]
Merge branch 'ui-work'

12 years agorefilter if the TpConnection of a TpAccount is changed
Guillaume Desmottes [Mon, 24 Oct 2011 13:53:34 +0000 (15:53 +0200)]
refilter if the TpConnection of a TpAccount is changed

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

12 years agofactor out update_account()
Guillaume Desmottes [Mon, 24 Oct 2011 13:51:23 +0000 (15:51 +0200)]
factor out update_account()

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

12 years agoaccount-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTION_FEATU...
Guillaume Desmottes [Mon, 24 Oct 2011 13:42:06 +0000 (15:42 +0200)]
account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTION_FEATURE_CAPABILITIES are prepared

Most filter will need those.

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

12 years agolog-window: use empathy_account_chooser_refilter()
Guillaume Desmottes [Mon, 24 Oct 2011 13:27:38 +0000 (15:27 +0200)]
log-window: use empathy_account_chooser_refilter()

It's cleaner than re-setting the same filter function.

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

12 years agofactor out empathy_account_chooser_refilter()
Guillaume Desmottes [Mon, 24 Oct 2011 13:26:26 +0000 (15:26 +0200)]
factor out empathy_account_chooser_refilter()

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

12 years agomove pre-defined filter at the end of the files
Guillaume Desmottes [Mon, 24 Oct 2011 12:27:15 +0000 (14:27 +0200)]
move pre-defined filter at the end of the files

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

12 years agoaccount-chooser: replace finalize by dispose
Guillaume Desmottes [Mon, 24 Oct 2011 12:17:26 +0000 (14:17 +0200)]
account-chooser: replace finalize by dispose

It just unref one object so dispose is the best place.

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

12 years agoaccount-chooser: use tp_g_signal_connect_object()
Guillaume Desmottes [Mon, 24 Oct 2011 12:14:05 +0000 (14:14 +0200)]
account-chooser: use tp_g_signal_connect_object()

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

12 years agoaccount-chooser: use self->priv pattern
Guillaume Desmottes [Mon, 24 Oct 2011 12:12:32 +0000 (14:12 +0200)]
account-chooser: use self->priv pattern

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

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 agoaccounts-dialog: fix infobar packing issues by porting to GtkGrid
Danielle Madeley [Thu, 27 Oct 2011 04:48:31 +0000 (15:48 +1100)]
accounts-dialog: fix infobar packing issues by porting to GtkGrid

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().