Guillaume Desmottes [Thu, 16 Feb 2012 13:50:37 +0000 (14:50 +0100)]
local-xmpp-assistant-widget: inherit from a GtkGrid
It simplifies widgets packing.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 13:42:42 +0000 (14:42 +0100)]
salut-dialog: use 'Skip' instead of 'Ignore'
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:52:01 +0000 (12:52 +0100)]
remove empathy-auto-salut-account-helper
It was used only by the accounts assistant
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:50:28 +0000 (12:50 +0100)]
Remove empathy-account-assistant
DIE DIE DIE!!!
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:48:05 +0000 (12:48 +0100)]
Stop using the accounts assistant
Its features have been re-implemented in empathy-accounts-dialog. Thanks to
Danielle for this new design.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:45:22 +0000 (12:45 +0100)]
empathy-accounts: remove --assistant option
It was only used when hacking on the accounts assistant which is going away.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:15:22 +0000 (12:15 +0100)]
accounts-dialog: suggest to create a salut account
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 11:14:16 +0000 (12:14 +0100)]
Move should_create_salut_account to local-xmpp-assistant-widget
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Thu, 16 Feb 2012 10:56:01 +0000 (11:56 +0100)]
add empathy-local-xmpp-assistant-widget
All of this is duplicated code from empathy-account-assistant and
empathy-auto-salut-account-helper but those are going away so I didn't bother
refactoring them.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Guillaume Desmottes [Wed, 15 Feb 2012 14:28:18 +0000 (15:28 +0100)]
accounts-dialog: display the import dialog if there is no account
This is the first step of merging the accounts-dialog and assistant.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Daniel Mustieles [Thu, 16 Feb 2012 16:28:08 +0000 (17:28 +0100)]
Updated Spanish translation
Guillaume Desmottes [Thu, 16 Feb 2012 12:01:14 +0000 (13:01 +0100)]
accounts-dialog: improve the 'no protocol installed' message
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Guillaume Desmottes [Wed, 15 Feb 2012 15:16:18 +0000 (16:16 +0100)]
accounts_dialog_add_account: select if that's the first account added
This ensures we'll select the first imported account.
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Guillaume Desmottes [Wed, 15 Feb 2012 15:04:49 +0000 (16:04 +0100)]
accounts-dialog: move the 'no protocol' message to a different page
It's cleaner that way
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Guillaume Desmottes [Wed, 15 Feb 2012 14:37:28 +0000 (15:37 +0100)]
accounts-dialog: remove hbox_protocol
It's not used any more since we moved adding account to a separated dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Guillaume Desmottes [Wed, 15 Feb 2012 14:26:33 +0000 (15:26 +0100)]
accounts-dialog: don't automatically open the add account
This legacy code isn't used since a while as the assistant is displayed if
there is no account.
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Guillaume Desmottes [Thu, 16 Feb 2012 11:01:40 +0000 (12:01 +0100)]
import-dialog: set a verb on the 'Ok' button
https://bugzilla.gnome.org/show_bug.cgi?id=670201
Guillaume Desmottes [Wed, 15 Feb 2012 14:22:10 +0000 (15:22 +0100)]
import-dialog: expand and fill the import widget
https://bugzilla.gnome.org/show_bug.cgi?id=670201
Guillaume Desmottes [Wed, 15 Feb 2012 11:43:38 +0000 (12:43 +0100)]
Pass EmpathyConnectionManagers to the import widget
The widget doesn't have to prepare EmpathyConnectionManagers itself any more
and so can populate its treeview right away. By doing so it will request a
more decent size and so the dialog will actually display the accounts which
can be imported without forcing user to resize it.
https://bugzilla.gnome.org/show_bug.cgi?id=670201
Guillaume Desmottes [Wed, 15 Feb 2012 11:05:55 +0000 (12:05 +0100)]
factor out display_import_dialog()
https://bugzilla.gnome.org/show_bug.cgi?id=670201
Guillaume Desmottes [Wed, 15 Feb 2012 10:33:47 +0000 (11:33 +0100)]
remove useless include
https://bugzilla.gnome.org/show_bug.cgi?id=670201
Guillaume Desmottes [Thu, 16 Feb 2012 11:43:28 +0000 (12:43 +0100)]
coding style fixes
Wylmer Wang [Thu, 16 Feb 2012 10:06:00 +0000 (10:06 +0000)]
Update Simplified Chinese translation.
Yuri Myasoedov [Wed, 15 Feb 2012 21:21:04 +0000 (01:21 +0400)]
Updated Russian translation
Ihar Hrachyshka [Wed, 15 Feb 2012 18:52:10 +0000 (21:52 +0300)]
Updated Belarusian translation.
Guillaume Desmottes [Fri, 10 Feb 2012 13:54:19 +0000 (14:54 +0100)]
empathy-chat: keep the individual manager alive as a cache
https://bugzilla.gnome.org/show_bug.cgi?id=669676
Guillaume Desmottes [Fri, 10 Feb 2012 13:53:40 +0000 (14:53 +0100)]
empathy-chat: use empathy_ensure_individual_from_tp_contact()
This ensures we'll pass the right individual ID to gnome-contacts when opening
a meta-contact.
https://bugzilla.gnome.org/show_bug.cgi?id=669676
Guillaume Desmottes [Fri, 10 Feb 2012 13:52:28 +0000 (14:52 +0100)]
add empathy_ensure_individual_from_tp_contact()
https://bugzilla.gnome.org/show_bug.cgi?id=669676
Guillaume Desmottes [Fri, 10 Feb 2012 13:40:28 +0000 (14:40 +0100)]
add empathy_individual_manager_lookup_by_contact()
https://bugzilla.gnome.org/show_bug.cgi?id=669676
Guillaume Desmottes [Fri, 6 Jan 2012 14:06:47 +0000 (15:06 +0100)]
set the presence message as a tooltip on its label
So user can still read the full message if it has been ellipsized.
https://bugzilla.gnome.org/show_bug.cgi?id=663627
Guillaume Desmottes [Fri, 6 Jan 2012 14:03:58 +0000 (15:03 +0100)]
accounts-dialog: ellipsize presence message
Long messages make this dialog looks weird and that's not really the point of
this UI to display it anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=663627
Fran Diéguez [Tue, 14 Feb 2012 21:00:44 +0000 (22:00 +0100)]
Updated Galician translations
Guillaume Desmottes [Mon, 6 Feb 2012 13:16:55 +0000 (14:16 +0100)]
Display a spinner while loading contacts from Folks
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Guillaume Desmottes [Fri, 3 Feb 2012 15:11:47 +0000 (16:11 +0100)]
individual-manager: add API to know when contacts have been loaded from folks
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Мирослав Николић [Tue, 14 Feb 2012 09:33:25 +0000 (10:33 +0100)]
Updated Serbian translation
Daniel Mustieles [Mon, 13 Feb 2012 16:13:17 +0000 (17:13 +0100)]
Updated Spanish translation
Guillaume Desmottes [Mon, 13 Feb 2012 13:31:09 +0000 (14:31 +0100)]
tls-dialog: add accessor on the 'Continue' button
Daniel Mustieles [Mon, 13 Feb 2012 11:43:40 +0000 (12:43 +0100)]
Updated Spanish translation
Patrick F. Allen [Sat, 11 Feb 2012 13:52:14 +0000 (08:52 -0500)]
Toggle telling others you are typing to them
https://bugzilla.gnome.org/show_bug.cgi?id=668985
Мирослав Николић [Sun, 12 Feb 2012 15:21:41 +0000 (16:21 +0100)]
Updated Serbian translation
Bruno Brouard [Sun, 12 Feb 2012 10:05:39 +0000 (11:05 +0100)]
Updated French doc translation
Ihar Hrachyshka [Sat, 11 Feb 2012 19:02:59 +0000 (22:02 +0300)]
Updated Belarusian translation.
Will Thompson [Fri, 10 Feb 2012 17:47:47 +0000 (17:47 +0000)]
Don't unhighlight chat tabs when more messages are received
Travis noticed that if you receive a message in which you are not
mentioned after one in which you are, the highlight on the chat tab is
cleared. This turned out to be because the text of the chat tab label
was set in two different places in empathy-chat-window.c: one which
takes should_highlight into account, and one which does not.
This patch makes EmpathyChat keep track of whether it should be
highlighted (reusing empathy_chat_messages_read(), which is called to
acknowledge messages as having been seen by the user, to clear the
flag), and then uses that from one of the label-updating code paths and
deletes the other.
https://bugzilla.gnome.org/show_bug.cgi?id=669823
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:38 +0000 (12:58 +0100)]
start_gnome_contacts: make sure individual is valid
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:20 +0000 (12:58 +0100)]
fix individual_info_menu_item_activate_cb signature
Will Thompson [Wed, 8 Feb 2012 17:48:07 +0000 (17:48 +0000)]
ContactInfo: always escape IRC channel names in markup
For some reason, I chose to escape the channel name for the contents of
the href='' attribute but not in the body of the tag. Thus, channel
names like "#r&d" made Pango refuse to coöperate.
https://bugzilla.gnome.org/show_bug.cgi?id=669695
Daniel Mustieles [Thu, 9 Feb 2012 16:29:26 +0000 (17:29 +0100)]
Updated Spanish translation
Guillaume Desmottes [Thu, 9 Feb 2012 15:02:44 +0000 (16:02 +0100)]
empathy-call: call XInitThreads()
Guillaume Desmottes [Thu, 9 Feb 2012 14:29:03 +0000 (15:29 +0100)]
stop using clutter_gst_video_sink_new()
It has been deprecated.
Guillaume Desmottes [Fri, 25 Nov 2011 13:44:09 +0000 (14:44 +0100)]
Add a gsetting key to show/hide groups
https://bugzilla.gnome.org/show_bug.cgi?id=627658
Guillaume Desmottes [Thu, 9 Feb 2012 11:51:47 +0000 (12:51 +0100)]
account-widget-jabber: doesn't allow negative priority
Setting a negative priority secretly mean "don't send me any message" which
can be very confusing.
https://bugzilla.gnome.org/show_bug.cgi?id=669712
Daniel Mustieles [Thu, 9 Feb 2012 11:32:06 +0000 (12:32 +0100)]
Updated Spanish translation
Мирослав Николић [Thu, 9 Feb 2012 10:58:59 +0000 (11:58 +0100)]
Updated Serbian translation
Tiffany Antopolski [Thu, 9 Feb 2012 00:31:32 +0000 (19:31 -0500)]
po: Updated en_CA.po
Guillaume Desmottes [Wed, 8 Feb 2012 15:29:19 +0000 (16:29 +0100)]
contact-widget: use 'Personal Details' when editing our own info
https://bugzilla.gnome.org/show_bug.cgi?id=669655
Mako N [Wed, 8 Feb 2012 15:25:00 +0000 (00:25 +0900)]
[l10n] Update Japanese translation
Guillaume Desmottes [Wed, 8 Feb 2012 14:12:16 +0000 (15:12 +0100)]
Remove unused persona store/view
https://bugzilla.gnome.org/show_bug.cgi?id=669482
Guillaume Desmottes [Wed, 8 Feb 2012 13:52:10 +0000 (14:52 +0100)]
remove linking UI
https://bugzilla.gnome.org/show_bug.cgi?id=669482
Guillaume Desmottes [Wed, 8 Feb 2012 13:48:33 +0000 (14:48 +0100)]
individual-menu: remove link-contacts-activated signal
https://bugzilla.gnome.org/show_bug.cgi?id=669482
Guillaume Desmottes [Wed, 8 Feb 2012 13:42:36 +0000 (14:42 +0100)]
Remove 'Link Contact' menu item
We want to use gnome-contacts and the 'Informations' menu item already starts
it.
https://bugzilla.gnome.org/show_bug.cgi?id=669482
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:55 +0000 (15:04 +0100)]
disable clutter deprecation warnings for now
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:24 +0000 (15:04 +0100)]
add missing config.h
Guillaume Desmottes [Tue, 7 Feb 2012 16:12:15 +0000 (17:12 +0100)]
Try installing gnome-contacts using PackageKit
https://bugzilla.gnome.org/show_bug.cgi?id=669578
Guillaume Desmottes [Wed, 8 Feb 2012 10:57:05 +0000 (11:57 +0100)]
add empathy-pkg-kit
https://bugzilla.gnome.org/show_bug.cgi?id=669578
Guillaume Desmottes [Wed, 8 Feb 2012 11:06:41 +0000 (12:06 +0100)]
factor out start_gnome_contacts()
https://bugzilla.gnome.org/show_bug.cgi?id=669578
Guillaume Desmottes [Tue, 7 Feb 2012 14:45:36 +0000 (15:45 +0100)]
Factor out show_gnome_contacts_error_dialog()
https://bugzilla.gnome.org/show_bug.cgi?id=669578
Guillaume Desmottes [Wed, 8 Feb 2012 12:26:25 +0000 (13:26 +0100)]
improve TP_ERROR_STR_ALREADY_CONNECTED displayed error string
'ressource' is XMPP specific and not clear to most users.
https://bugzilla.gnome.org/show_bug.cgi?id=632739
Mattias Põldaru [Wed, 8 Feb 2012 09:06:40 +0000 (11:06 +0200)]
[l10n] Updated Estonian translation
Daniel Mustieles [Tue, 7 Feb 2012 16:57:38 +0000 (17:57 +0100)]
Updated Spanish translation
Guillaume Desmottes [Tue, 7 Feb 2012 12:48:03 +0000 (13:48 +0100)]
remove empathy-individual-information-dialog
https://bugzilla.gnome.org/show_bug.cgi?id=669559
Guillaume Desmottes [Tue, 7 Feb 2012 12:42:00 +0000 (13:42 +0100)]
Use gnome-contacts instead of the information dialog
https://bugzilla.gnome.org/show_bug.cgi?id=669559
Mario Blättermann [Tue, 7 Feb 2012 13:55:25 +0000 (14:55 +0100)]
[l10n] Updated German doc translation
Guillaume Desmottes [Tue, 7 Feb 2012 11:54:55 +0000 (12:54 +0100)]
add missing config.h
Need to disable GLib deprecation warnings.
Guillaume Desmottes [Tue, 7 Feb 2012 10:49:55 +0000 (11:49 +0100)]
remove released flag
Guillaume Desmottes [Tue, 7 Feb 2012 10:31:24 +0000 (11:31 +0100)]
Update telepathy-yell
Needed to disable GLib deprecation warnings.
Guillaume Desmottes [Mon, 6 Feb 2012 16:40:58 +0000 (17:40 +0100)]
prepare 3.3.5
Guillaume Desmottes [Mon, 6 Feb 2012 14:40:15 +0000 (15:40 +0100)]
individual_menu_add_personas: remove useless variable
Guillaume Desmottes [Mon, 6 Feb 2012 14:39:46 +0000 (15:39 +0100)]
account_widget_generic_format_param_name: make sure param_name is not NULL
This should make the clang analyzer happier.
Ken VanDine [Mon, 6 Feb 2012 10:46:48 +0000 (11:46 +0100)]
Make the default chat window size bigger.
https://bugzilla.gnome.org/show_bug.cgi?id=612216
Fran Diéguez [Sun, 5 Feb 2012 22:14:54 +0000 (23:14 +0100)]
Updated Galician translations
Kjartan Maraas [Sat, 4 Feb 2012 11:35:27 +0000 (12:35 +0100)]
Updated Norwegian bokmål translation
Cheng-Chia Tseng [Sat, 4 Feb 2012 07:10:15 +0000 (15:10 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Daniel Mustieles [Fri, 3 Feb 2012 15:29:07 +0000 (16:29 +0100)]
Updated Spanish translation
Guillaume Desmottes [Thu, 2 Feb 2012 16:00:08 +0000 (17:00 +0100)]
display a message if accounts need to be enabled
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Guillaume Desmottes [Thu, 2 Feb 2012 14:50:51 +0000 (15:50 +0100)]
display a specific message if no account is configured
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Guillaume Desmottes [Tue, 23 Aug 2011 09:19:14 +0000 (11:19 +0200)]
add generic contact icon and account settings button to the message page
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Guillaume Desmottes [Tue, 23 Aug 2011 09:08:23 +0000 (11:08 +0200)]
make code displaying the 'no match found' page more generic
https://bugzilla.gnome.org/show_bug.cgi?id=656097
Guillaume Desmottes [Fri, 3 Feb 2012 11:46:48 +0000 (12:46 +0100)]
assistant: hide the buttons in the salut widget
https://bugzilla.gnome.org/show_bug.cgi?id=669300
Matej Urbančič [Thu, 2 Feb 2012 19:52:46 +0000 (20:52 +0100)]
Updated Slovenian translation
Kjartan Maraas [Thu, 2 Feb 2012 12:57:36 +0000 (13:57 +0100)]
Updated Norwegian bokmål translation
Daniel Mustieles [Thu, 2 Feb 2012 11:23:03 +0000 (12:23 +0100)]
Updated Spanish translation
Guillaume Desmottes [Mon, 23 Jan 2012 13:46:24 +0000 (14:46 +0100)]
presence-manager: stop watching connectivity changes
Mission-Control does it for us now (thanks Will!).
We don't remove empathy-connectivity yet because some Empathy components still
rely on it to display the status of the network. Ideally, this could be
exposed by MC as well (fdo #45126).
https://bugzilla.gnome.org/show_bug.cgi?id=668498
Will Thompson [Wed, 1 Feb 2012 14:26:58 +0000 (14:26 +0000)]
Chat: show who changed the subject
https://bugzilla.gnome.org/show_bug.cgi?id=669177
Praveen Illa [Tue, 31 Jan 2012 14:44:29 +0000 (20:14 +0530)]
Updated Telugu Translation
Daniel Mustieles [Tue, 31 Jan 2012 12:14:44 +0000 (13:14 +0100)]
Updated Spanish translation
Guillaume Desmottes [Mon, 30 Jan 2012 13:08:20 +0000 (14:08 +0100)]
preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN
https://bugzilla.gnome.org/show_bug.cgi?id=666522
Guillaume Desmottes [Mon, 30 Jan 2012 14:47:23 +0000 (15:47 +0100)]
individual_view_drag_end: remove the auto scroll
This ensures that we'll stop scrolling if the DnD operation hasn't been
completed.
https://bugzilla.gnome.org/show_bug.cgi?id=662916
Daniel Mustieles [Mon, 30 Jan 2012 17:28:30 +0000 (18:28 +0100)]
Updated Spanish translation
Will Thompson [Mon, 30 Jan 2012 13:21:47 +0000 (13:21 +0000)]
Don't warn before leaving disconnected chatrooms
https://bugzilla.gnome.org/show_bug.cgi?id=591756
Will Thompson [Fri, 21 Aug 2009 00:16:48 +0000 (01:16 +0100)]
Shorten "Leave chat room" to "Leave room"
https://bugzilla.gnome.org/show_bug.cgi?id=591756