]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoMove should_create_salut_account to local-xmpp-assistant-widget
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

12 years agoadd empathy-local-xmpp-assistant-widget
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

12 years agoaccounts-dialog: display the import dialog if there is no account
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

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 16 Feb 2012 16:28:08 +0000 (17:28 +0100)]
Updated Spanish translation

12 years agoaccounts-dialog: improve the 'no protocol installed' message
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

12 years agoaccounts_dialog_add_account: select if that's the first account added
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

12 years agoaccounts-dialog: move the 'no protocol' message to a different page
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

12 years agoaccounts-dialog: remove hbox_protocol
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

12 years agoaccounts-dialog: don't automatically open the add account
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

12 years agoimport-dialog: set a verb on the 'Ok' button
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

12 years agoimport-dialog: expand and fill the import widget
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

12 years agoPass EmpathyConnectionManagers to the import widget
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

12 years agofactor out display_import_dialog()
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

12 years agoremove useless include
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

12 years agocoding style fixes
Guillaume Desmottes [Thu, 16 Feb 2012 11:43:28 +0000 (12:43 +0100)]
coding style fixes

12 years agoUpdate Simplified Chinese translation.
Wylmer Wang [Thu, 16 Feb 2012 10:06:00 +0000 (10:06 +0000)]
Update Simplified Chinese translation.

12 years agoUpdated Russian translation
Yuri Myasoedov [Wed, 15 Feb 2012 21:21:04 +0000 (01:21 +0400)]
Updated Russian translation

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Wed, 15 Feb 2012 18:52:10 +0000 (21:52 +0300)]
Updated Belarusian translation.

12 years agoempathy-chat: keep the individual manager alive as a cache
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

12 years agoempathy-chat: use empathy_ensure_individual_from_tp_contact()
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

12 years agoadd empathy_ensure_individual_from_tp_contact()
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

12 years agoadd empathy_individual_manager_lookup_by_contact()
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

12 years agoset the presence message as a tooltip on its label
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

12 years agoaccounts-dialog: ellipsize presence message
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

12 years agoUpdated Galician translations
Fran Diéguez [Tue, 14 Feb 2012 21:00:44 +0000 (22:00 +0100)]
Updated Galician translations

12 years agoDisplay a spinner while loading contacts from Folks
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

12 years agoindividual-manager: add API to know when contacts have been loaded from folks
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

12 years agoUpdated Serbian translation
Мирослав Николић [Tue, 14 Feb 2012 09:33:25 +0000 (10:33 +0100)]
Updated Serbian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 13 Feb 2012 16:13:17 +0000 (17:13 +0100)]
Updated Spanish translation

12 years agotls-dialog: add accessor on the 'Continue' button
Guillaume Desmottes [Mon, 13 Feb 2012 13:31:09 +0000 (14:31 +0100)]
tls-dialog: add accessor on the 'Continue' button

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 13 Feb 2012 11:43:40 +0000 (12:43 +0100)]
Updated Spanish translation

12 years agoToggle telling others you are typing to them
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

12 years agoUpdated Serbian translation
Мирослав Николић [Sun, 12 Feb 2012 15:21:41 +0000 (16:21 +0100)]
Updated Serbian translation

12 years agoUpdated French doc translation
Bruno Brouard [Sun, 12 Feb 2012 10:05:39 +0000 (11:05 +0100)]
Updated French doc translation

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sat, 11 Feb 2012 19:02:59 +0000 (22:02 +0300)]
Updated Belarusian translation.

12 years agoDon't unhighlight chat tabs when more messages are received
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

12 years agostart_gnome_contacts: make sure individual is valid
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:38 +0000 (12:58 +0100)]
start_gnome_contacts: make sure individual is valid

12 years agofix individual_info_menu_item_activate_cb signature
Guillaume Desmottes [Fri, 10 Feb 2012 11:58:20 +0000 (12:58 +0100)]
fix individual_info_menu_item_activate_cb signature

12 years agoContactInfo: always escape IRC channel names in markup
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

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 9 Feb 2012 16:29:26 +0000 (17:29 +0100)]
Updated Spanish translation

12 years agoempathy-call: call XInitThreads()
Guillaume Desmottes [Thu, 9 Feb 2012 15:02:44 +0000 (16:02 +0100)]
empathy-call: call XInitThreads()

12 years agostop using clutter_gst_video_sink_new()
Guillaume Desmottes [Thu, 9 Feb 2012 14:29:03 +0000 (15:29 +0100)]
stop using clutter_gst_video_sink_new()

It has been deprecated.

12 years agoAdd a gsetting key to show/hide groups
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

12 years agoaccount-widget-jabber: doesn't allow negative priority
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

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 9 Feb 2012 11:32:06 +0000 (12:32 +0100)]
Updated Spanish translation

12 years agoUpdated Serbian translation
Мирослав Николић [Thu, 9 Feb 2012 10:58:59 +0000 (11:58 +0100)]
Updated Serbian translation

12 years agopo: Updated en_CA.po
Tiffany Antopolski [Thu, 9 Feb 2012 00:31:32 +0000 (19:31 -0500)]
po: Updated en_CA.po

12 years agocontact-widget: use 'Personal Details' when editing our own info
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

12 years ago[l10n] Update Japanese translation
Mako N [Wed, 8 Feb 2012 15:25:00 +0000 (00:25 +0900)]
[l10n] Update Japanese translation

12 years agoRemove unused persona store/view
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

12 years agoremove linking UI
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

12 years agoindividual-menu: remove link-contacts-activated signal
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

12 years agoRemove 'Link Contact' menu item
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

12 years agodisable clutter deprecation warnings for now
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:55 +0000 (15:04 +0100)]
disable clutter deprecation warnings for now

12 years agoadd missing config.h
Guillaume Desmottes [Wed, 8 Feb 2012 14:04:24 +0000 (15:04 +0100)]
add missing config.h

12 years agoTry installing gnome-contacts using PackageKit
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

12 years agoadd empathy-pkg-kit
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

12 years agofactor out start_gnome_contacts()
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

12 years agoFactor out show_gnome_contacts_error_dialog()
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

12 years agoimprove TP_ERROR_STR_ALREADY_CONNECTED displayed error string
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

12 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Wed, 8 Feb 2012 09:06:40 +0000 (11:06 +0200)]
[l10n] Updated Estonian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 7 Feb 2012 16:57:38 +0000 (17:57 +0100)]
Updated Spanish translation

12 years agoremove empathy-individual-information-dialog
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

12 years agoUse gnome-contacts instead of the information dialog
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

12 years ago[l10n] Updated German doc translation
Mario Blättermann [Tue, 7 Feb 2012 13:55:25 +0000 (14:55 +0100)]
[l10n] Updated German doc translation

12 years agoadd missing config.h
Guillaume Desmottes [Tue, 7 Feb 2012 11:54:55 +0000 (12:54 +0100)]
add missing config.h

Need to disable GLib deprecation warnings.

12 years agoremove released flag
Guillaume Desmottes [Tue, 7 Feb 2012 10:49:55 +0000 (11:49 +0100)]
remove released flag

12 years agoUpdate telepathy-yell
Guillaume Desmottes [Tue, 7 Feb 2012 10:31:24 +0000 (11:31 +0100)]
Update telepathy-yell

Needed to disable GLib deprecation warnings.

12 years agoprepare 3.3.5
Guillaume Desmottes [Mon, 6 Feb 2012 16:40:58 +0000 (17:40 +0100)]
prepare 3.3.5

12 years agoindividual_menu_add_personas: remove useless variable
Guillaume Desmottes [Mon, 6 Feb 2012 14:40:15 +0000 (15:40 +0100)]
individual_menu_add_personas: remove useless variable

12 years agoaccount_widget_generic_format_param_name: make sure param_name is not NULL
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.

12 years agoMake the default chat window size bigger.
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

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 5 Feb 2012 22:14:54 +0000 (23:14 +0100)]
Updated Galician translations

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 4 Feb 2012 11:35:27 +0000 (12:35 +0100)]
Updated Norwegian bokmål translation

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Sat, 4 Feb 2012 07:10:15 +0000 (15:10 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 3 Feb 2012 15:29:07 +0000 (16:29 +0100)]
Updated Spanish translation

12 years agodisplay a message if accounts need to be enabled
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

12 years agodisplay a specific message if no account is configured
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

12 years agoadd generic contact icon and account settings button to the message page
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

12 years agomake code displaying the 'no match found' page more generic
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

12 years agoassistant: hide the buttons in the salut widget
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

12 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 2 Feb 2012 19:52:46 +0000 (20:52 +0100)]
Updated Slovenian translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 2 Feb 2012 12:57:36 +0000 (13:57 +0100)]
Updated Norwegian bokmål translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 2 Feb 2012 11:23:03 +0000 (12:23 +0100)]
Updated Spanish translation

12 years agopresence-manager: stop watching connectivity changes
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

12 years agoChat: show who changed the subject
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

12 years agoUpdated Telugu Translation
Praveen Illa [Tue, 31 Jan 2012 14:44:29 +0000 (20:14 +0530)]
Updated Telugu Translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 31 Jan 2012 12:14:44 +0000 (13:14 +0100)]
Updated Spanish translation

12 years agopreferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN
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

12 years agoindividual_view_drag_end: remove the auto scroll
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

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 30 Jan 2012 17:28:30 +0000 (18:28 +0100)]
Updated Spanish translation

12 years agoDon't warn before leaving disconnected chatrooms
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

12 years agoShorten "Leave chat room" to "Leave room"
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

12 years agoSpecial-case closing a window with exactly one tab
Will Thompson [Fri, 14 Aug 2009 00:27:19 +0000 (01:27 +0100)]
Special-case closing a window with exactly one tab

The confirmation message when closing a window containing one tab, which
is a chat room, should be identical to the confirmation message when
closing that tab with ^W.

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

12 years agoConfirm closing windows containing chat rooms.
Will Thompson [Mon, 30 Jan 2012 13:19:36 +0000 (13:19 +0000)]
Confirm closing windows containing chat rooms.

Getting the messages to feel right took quite a few iterations. Maybe we
need one more case: when you only have one chat room in a window, and
nothing else, the message from closing the window should probably be the
same as it would have been if you'd hit ^W.

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

12 years agoConfirm closing chat room tabs
Will Thompson [Thu, 13 Aug 2009 23:00:21 +0000 (00:00 +0100)]
Confirm closing chat room tabs

I often accidentally close tabs with Control-W, and more occasionally by
clicking the [X] by mistake. This is okay for 1-1 conversations (I can
just reopen them) but is destructive for chat rooms. So let's make the
user confirm.

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

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 28 Jan 2012 19:29:24 +0000 (20:29 +0100)]
Updated Slovenian translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 28 Jan 2012 14:47:34 +0000 (15:47 +0100)]
Updated Norwegian bokmål translation

12 years agoauth-client: set keep above on dialogs
Guillaume Desmottes [Fri, 27 Jan 2012 13:35:27 +0000 (14:35 +0100)]
auth-client: set keep above on dialogs

This will avoid to accidentally 'loose' the dialog.

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

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 27 Jan 2012 13:12:17 +0000 (15:12 +0200)]
Updated Hebrew translation.