]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoempathy-new-message-dialog: port to TP coding style
Guillaume Desmottes [Tue, 15 Dec 2009 18:03:36 +0000 (18:03 +0000)]
empathy-new-message-dialog: port to TP coding style

We rewrote most of this file any way.

14 years agonew-message-dialog: inherit from EmpathyContactSelectorDialog
Guillaume Desmottes [Tue, 15 Dec 2009 17:58:21 +0000 (17:58 +0000)]
new-message-dialog: inherit from EmpathyContactSelectorDialog

14 years agoadd empathy-contact-selector-dialog
Guillaume Desmottes [Tue, 15 Dec 2009 17:56:26 +0000 (17:56 +0000)]
add empathy-contact-selector-dialog

EmpathyContactSelectorDialog is an abstract class to helping to implement
dialog such as the "new message" dialog.

14 years agonew-message-dialog: remove the call button
Guillaume Desmottes [Tue, 15 Dec 2009 15:41:26 +0000 (15:41 +0000)]
new-message-dialog: remove the call button

We are about to create a new dialog for it.

14 years agocontact_list: displays an icon showing the protocol by the contact (#603877)
chantra [Wed, 16 Dec 2009 16:20:36 +0000 (16:20 +0000)]
contact_list: displays an icon showing the protocol by the contact (#603877)

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 16 Dec 2009 11:21:09 +0000 (12:21 +0100)]
Updated Norwegian bokmål translation.

14 years agoremove duplicate expression
Felix Kaser [Wed, 16 Dec 2009 10:28:42 +0000 (11:28 +0100)]
remove duplicate expression

probably the product of a faulty merge in 4bca2228

14 years agosay if incoming call are video or not (#582596)
Guillaume Desmottes [Mon, 14 Dec 2009 17:32:59 +0000 (17:32 +0000)]
say if incoming call are video or not (#582596)

14 years agoadd empathy_tp_call_has_initial_video
Guillaume Desmottes [Mon, 14 Dec 2009 17:32:24 +0000 (17:32 +0000)]
add empathy_tp_call_has_initial_video

14 years agoempathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567)
Guillaume Desmottes [Tue, 15 Dec 2009 12:28:57 +0000 (12:28 +0000)]
empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567)

14 years agodont show infobar when creating an account
Felix Kaser [Tue, 15 Dec 2009 12:28:28 +0000 (13:28 +0100)]
dont show infobar when creating an account

14 years agoget connectivity only when needed
Felix Kaser [Mon, 14 Dec 2009 08:42:21 +0000 (09:42 +0100)]
get connectivity only when needed

14 years agofixed a crash when creating account
Felix Kaser [Mon, 14 Dec 2009 08:22:15 +0000 (09:22 +0100)]
fixed a crash when creating account

the infobar in accounts dialog provoked a crash when creating a new account because TpAccount *account was NULL

14 years agoupdate infobar only on selected account
Felix Kaser [Wed, 9 Dec 2009 23:28:34 +0000 (00:28 +0100)]
update infobar only on selected account

previously the infobar contained wrong statuses sometimes, if the auto reconnect on a faulty account triggered the update

14 years agoupdated status messages
Felix Kaser [Wed, 9 Dec 2009 23:22:35 +0000 (00:22 +0100)]
updated status messages

small updates on the status messages

14 years agoset infobar message to no network connection
Felix Kaser [Tue, 8 Dec 2009 19:01:03 +0000 (20:01 +0100)]
set infobar message to no network connection

if the account is disconnected and there is no internet connection at all.

14 years agorefactor friendly status reason messages
Felix Kaser [Tue, 8 Dec 2009 18:41:57 +0000 (19:41 +0100)]
refactor friendly status reason messages

the friendly status reason can be asked from empathy-utils

14 years agoadded case for requested disconnection
Felix Kaser [Tue, 8 Dec 2009 18:08:28 +0000 (19:08 +0100)]
added case for requested disconnection

14 years agohandle presence changes
Felix Kaser [Tue, 8 Dec 2009 17:50:55 +0000 (18:50 +0100)]
handle presence changes

some refactoring was neccesary to handl correctly the presence changes. all information about the connection status and reason and presence are gathered explicitly in update_status_infobar and not passed by the callbacks.

14 years agoshow infobar when connected
Felix Kaser [Tue, 8 Dec 2009 17:22:01 +0000 (18:22 +0100)]
show infobar when connected

the infobar should be visible when connected, not only when an error occured

14 years agoset expand of infobar to false
Felix Kaser [Tue, 8 Dec 2009 12:08:38 +0000 (13:08 +0100)]
set expand of infobar to false

the infobar should not be expanded when the window is resized

14 years agoadded case for disabled account
Felix Kaser [Tue, 8 Dec 2009 11:57:58 +0000 (12:57 +0100)]
added case for disabled account

if the account is disabled the status-infobar shows as disconnected reason "disabled"

14 years agoadded reson to status infobar
Felix Kaser [Tue, 8 Dec 2009 11:13:30 +0000 (12:13 +0100)]
added reson to status infobar

14 years agoadded spinner to connecting infobar
Felix Kaser [Tue, 8 Dec 2009 10:48:36 +0000 (11:48 +0100)]
added spinner to connecting infobar

14 years agoadded status image to infobar
Felix Kaser [Tue, 8 Dec 2009 08:59:37 +0000 (09:59 +0100)]
added status image to infobar

when disconnected the infobar shows the offline icon

14 years agochange position of the infobar
Felix Kaser [Wed, 2 Dec 2009 23:18:16 +0000 (00:18 +0100)]
change position of the infobar

14 years agouse different message types in infobar
Felix Kaser [Wed, 2 Dec 2009 22:59:22 +0000 (23:59 +0100)]
use different message types in infobar

14 years agoshow the infobar when not connected
Felix Kaser [Wed, 2 Dec 2009 22:55:08 +0000 (23:55 +0100)]
show the infobar when not connected

fixes bug #599153

14 years agoadded infobar with empty label
Felix Kaser [Wed, 2 Dec 2009 22:37:41 +0000 (23:37 +0100)]
added infobar with empty label

14 years agoadded vbox for the status-infobar
Felix Kaser [Wed, 2 Dec 2009 22:11:51 +0000 (23:11 +0100)]
added vbox for the status-infobar

the vbox should hold the infobar which shows the connection status in accounts-dialog

14 years agorefactoring - use main_window_remove_error
Felix Kaser [Mon, 14 Dec 2009 09:34:05 +0000 (10:34 +0100)]
refactoring - use main_window_remove_error

use remove_error function everywhere the error is removed

14 years agoremove error infobars if account disabled/removed
Felix Kaser [Tue, 8 Dec 2009 21:43:39 +0000 (22:43 +0100)]
remove error infobars if account disabled/removed

fixes bug #601379

14 years agoadd im-silc icon (#604554)
Guillaume Desmottes [Mon, 14 Dec 2009 17:43:35 +0000 (17:43 +0000)]
add im-silc icon (#604554)

Thanks to K.Vishnoo Charan Reddy for the icon.

14 years agoadd empathy-new-message-dialog.c to POTFILES.in
Guillaume Desmottes [Mon, 14 Dec 2009 13:40:30 +0000 (13:40 +0000)]
add empathy-new-message-dialog.c to POTFILES.in

14 years agoadd myself to AUTHORS
Guillaume Desmottes [Mon, 14 Dec 2009 10:34:27 +0000 (10:34 +0000)]
add myself to AUTHORS

14 years agoadd K.Vishnoo Charan Reddy as an artist contributor
Guillaume Desmottes [Mon, 14 Dec 2009 10:33:46 +0000 (10:33 +0000)]
add K.Vishnoo Charan Reddy as an artist contributor

14 years agoMerge branch 'create-cancel-crash'
Felix Kaser [Mon, 14 Dec 2009 07:18:19 +0000 (08:18 +0100)]
Merge branch 'create-cancel-crash'

14 years agoconnect the 'group-members-changed' on groups once they are ready
Guillaume Desmottes [Fri, 11 Dec 2009 13:12:14 +0000 (14:12 +0100)]
connect the 'group-members-changed' on groups once they are ready

The previous code was racy. If the 'group-members-changed' was fired before
the channel was ready, the group didn't exist yet in Empathy and so the
contact didn't appear in the group.

We fix that by connecting this signal once the group channel is ready and
adding current members manually.

14 years agoUse EnsureChannel to get Stored/Publish/Subscribe channels
Xavier Claessens [Thu, 10 Dec 2009 07:59:40 +0000 (08:59 +0100)]
Use EnsureChannel to get Stored/Publish/Subscribe channels

14 years agoempathy_spell_check: remove debug message if there is no languages configured
Guillaume Desmottes [Fri, 11 Dec 2009 10:00:30 +0000 (11:00 +0100)]
empathy_spell_check: remove debug message if there is no languages configured

It floods debug logs.

14 years agochanged way of tracking pending changes
Felix Kaser [Wed, 9 Dec 2009 10:22:58 +0000 (11:22 +0100)]
changed way of tracking pending changes

fixes bug #603490, we track pending changes explicitly now. before they were connected to the sensitivity of the control buttons (if buttons sensitive -> pending changes). When an account is about to be created and the user hits "Cancel" we don't show the "are you sure" dialog any more because the action of the user is clear and not accidental. When closing the window during creation the dialog still shows up.

14 years agoMerge branch 'enabled-first-604166'
Guillaume Desmottes [Wed, 9 Dec 2009 17:28:43 +0000 (17:28 +0000)]
Merge branch 'enabled-first-604166'

14 years agouse tp_asv_new
Guillaume Desmottes [Wed, 9 Dec 2009 16:18:53 +0000 (16:18 +0000)]
use tp_asv_new

14 years agotp_contact_list_remove: add FIXME about potential race
Guillaume Desmottes [Wed, 9 Dec 2009 16:15:09 +0000 (16:15 +0000)]
tp_contact_list_remove: add FIXME about potential race

14 years agotp_contact_list_remove: remove from the stored list if possible (#604181)
Guillaume Desmottes [Wed, 9 Dec 2009 15:53:51 +0000 (15:53 +0000)]
tp_contact_list_remove: remove from the stored list if possible (#604181)

14 years agotp-contact-list: request the 'stored' channel
Guillaume Desmottes [Wed, 9 Dec 2009 15:23:22 +0000 (15:23 +0000)]
tp-contact-list: request the 'stored' channel

14 years agoaccount-chooser: display enabled accounts first (#604166)
Guillaume Desmottes [Wed, 9 Dec 2009 11:59:33 +0000 (11:59 +0000)]
account-chooser: display enabled accounts first (#604166)

14 years agonew-message-dialog: inherit from GtkDialog (#604097)
Guillaume Desmottes [Wed, 9 Dec 2009 11:06:23 +0000 (11:06 +0000)]
new-message-dialog: inherit from GtkDialog (#604097)

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Wed, 9 Dec 2009 05:06:45 +0000 (13:06 +0800)]
Updated Simplified Chinese translation.

14 years agochat: don't display pending messages before messages from logs
Guillaume Desmottes [Tue, 8 Dec 2009 14:56:38 +0000 (14:56 +0000)]
chat: don't display pending messages before messages from logs

empathy_chat_set_tp_chat has a comment saying that show_pending_messages is a
no-op when calling during object construction. This now is now actually true
as we added a boolean saying if we can display pending messages or not.

This is to avoid displaying pending messages *before* the messages fetched
from logs (#603980).

14 years agoremember the chat window's paned width (#586290)
ranjiao [Tue, 8 Dec 2009 01:29:25 +0000 (09:29 +0800)]
remember the chat window's paned width (#586290)

14 years agoremove useless cast
Guillaume Desmottes [Mon, 7 Dec 2009 17:34:51 +0000 (17:34 +0000)]
remove useless cast

14 years agochat: wait that connection is ready before re-requesting the channel (#603976)
Guillaume Desmottes [Mon, 7 Dec 2009 15:40:18 +0000 (15:40 +0000)]
chat: wait that connection is ready before re-requesting the channel (#603976)

14 years agochat-window: ref the contact stored as a data in the chat
Guillaume Desmottes [Mon, 7 Dec 2009 16:19:30 +0000 (16:19 +0000)]
chat-window: ref the contact stored as a data in the chat

14 years agoSeparate geometry of private and muc chat windows (#604003)
Guillaume Desmottes [Mon, 7 Dec 2009 17:13:24 +0000 (17:13 +0000)]
Separate geometry of private and muc chat windows (#604003)

14 years agochange empathy_chat_window_get_nb_rooms to get_chats_type
Guillaume Desmottes [Mon, 7 Dec 2009 16:52:26 +0000 (16:52 +0000)]
change empathy_chat_window_get_nb_rooms to get_chats_type

That way we can implement the semantic we meant to. Muc and 1-1 chat are
handled the same way.

14 years agofix comments
Guillaume Desmottes [Mon, 7 Dec 2009 16:35:18 +0000 (16:35 +0000)]
fix comments

14 years agoempathy_chat_window_get_default: rename room_filter to room
Guillaume Desmottes [Mon, 7 Dec 2009 16:32:27 +0000 (16:32 +0000)]
empathy_chat_window_get_default: rename room_filter to room

14 years agoempathy_chat_window_get_default: check if the window has at least one room
Guillaume Desmottes [Mon, 7 Dec 2009 15:15:03 +0000 (15:15 +0000)]
empathy_chat_window_get_default: check if the window has at least one room

Also, check if the window has a least one 1-1 chat before adding a new one.
That way we won't mix 1-1 and muc chat if user doesn't want to (he can still
re-arrange the tabs manually).

14 years agoadd empathy_chat_window_get_nb_rooms
Guillaume Desmottes [Mon, 7 Dec 2009 15:14:46 +0000 (15:14 +0000)]
add empathy_chat_window_get_nb_rooms

14 years agoGrouping all 1-to-1 chats in one window and MUC's in another one. (Fixes #588812)
Abner Silva [Thu, 16 Jul 2009 19:55:31 +0000 (16:55 -0300)]
Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes #588812)

14 years agochat_destroy_cb: use chat_update_contacts_visibility instead of empathy_chat_set_show...
Guillaume Desmottes [Mon, 7 Dec 2009 14:42:12 +0000 (14:42 +0000)]
chat_destroy_cb: use chat_update_contacts_visibility instead of empathy_chat_set_show_contacts

That way priv->show_contacts is not changed and we'll redisplay the contact
list when reconnecting if needed (#598964).

14 years agoexplicitely pass the show state to empathy_chat_set_show_contacts
Guillaume Desmottes [Mon, 7 Dec 2009 14:39:54 +0000 (14:39 +0000)]
explicitely pass the show state to empathy_chat_set_show_contacts

This will allow us to show/hide the contact list without changing
priv->show_contacts.

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Fri, 4 Dec 2009 20:48:09 +0000 (21:48 +0100)]
Updated Norwegian bokmål translation.

14 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 4 Dec 2009 19:04:09 +0000 (20:04 +0100)]
Updated Slovenian translation

14 years agoUpdated Hebrew translation
Yaron Sharabani [Fri, 4 Dec 2009 16:46:27 +0000 (18:46 +0200)]
Updated Hebrew translation

14 years agoadd im-groupwise icon (#603634)
Guillaume Desmottes [Thu, 3 Dec 2009 11:05:47 +0000 (11:05 +0000)]
add im-groupwise icon (#603634)

Thanks to K.Vishnoo Charan Reddy for the icon.

14 years agochat_new_connection_cb: don't try to reconnect chats if the account is not connected
Guillaume Desmottes [Wed, 2 Dec 2009 13:05:38 +0000 (13:05 +0000)]
chat_new_connection_cb: don't try to reconnect chats if the account is not connected

We should wait that the account is connected before reconnecting chats
(#603593).

14 years agoDon't highlight scrollback messages (#602288)
Guillaume Desmottes [Wed, 2 Dec 2009 12:42:50 +0000 (12:42 +0000)]
Don't highlight scrollback messages (#602288)

14 years agotp-chat: set the flags of the message
Guillaume Desmottes [Tue, 1 Dec 2009 17:04:03 +0000 (17:04 +0000)]
tp-chat: set the flags of the message

14 years agoempathy-message: add message flags
Guillaume Desmottes [Tue, 1 Dec 2009 17:03:51 +0000 (17:03 +0000)]
empathy-message: add message flags

14 years agoHide state image in contact widget until the presense state is notified. (#603545)
Brian Pepple [Wed, 2 Dec 2009 00:20:05 +0000 (19:20 -0500)]
Hide state image in contact widget until the presense state is notified. (#603545)

14 years agoadd im-sametime icon (#603508)
Guillaume Desmottes [Tue, 1 Dec 2009 18:11:05 +0000 (18:11 +0000)]
add im-sametime icon (#603508)

Thanks to K.Vishnoo Charan Reddy for the icon.

14 years agoadd 24x24 and 32x32 versions of the im-meanwhile icon
Guillaume Desmottes [Tue, 1 Dec 2009 17:53:49 +0000 (17:53 +0000)]
add 24x24 and 32x32 versions of the im-meanwhile icon

14 years agoadd im-myspace icon (#603502)
Guillaume Desmottes [Tue, 1 Dec 2009 17:51:27 +0000 (17:51 +0000)]
add im-myspace icon (#603502)

Thanks to K.Vishnoo Charan Reddy for the icon.

14 years agochat: don't display latest logs in room
Guillaume Desmottes [Tue, 1 Dec 2009 17:33:39 +0000 (17:33 +0000)]
chat: don't display latest logs in room

14 years agoadded destroyed flag
Felix Kaser [Tue, 1 Dec 2009 16:04:30 +0000 (17:04 +0100)]
added destroyed flag

the destroyed flag indicates if the widgets in empathy-account-widget have already been destroyed. this is important for some async calls.

14 years agofixed problem with destroyed widget in async call
Felix Kaser [Tue, 1 Dec 2009 12:53:24 +0000 (13:53 +0100)]
fixed problem with destroyed widget in async call

with all the async calls the widget needed in one of the callbacks was destroyed before the callback was called.

14 years agoupdate presence when account is enabled
Felix Kaser [Tue, 24 Nov 2009 17:45:46 +0000 (18:45 +0100)]
update presence when account is enabled

the problem was that disabling accounts forced their requested presence to _offline_, when the account was re-enabled the r-s stayed offline and the account did not try to reconnect. this was introduced with TpAccount. fixes bug #602821

14 years agoemit account-created signal outside enabled_cb
Felix Kaser [Tue, 24 Nov 2009 17:13:17 +0000 (18:13 +0100)]
emit account-created signal outside enabled_cb

the account-created signal should be emitted independently from enabled-callback. the signal should be emitted even if for some reason the account could not be enabled.

14 years agorephrase the 'redial' tooltip
Guillaume Desmottes [Tue, 1 Dec 2009 15:29:22 +0000 (15:29 +0000)]
rephrase the 'redial' tooltip

14 years agoLink libempathy-gtk against libnotify
Laurent Bigonville [Tue, 1 Dec 2009 14:18:32 +0000 (15:18 +0100)]
Link libempathy-gtk against libnotify

14 years agoadd tooltips on the hang-up, redial and audio buttons (#576542)
Guillaume Desmottes [Tue, 1 Dec 2009 12:41:20 +0000 (12:41 +0000)]
add tooltips on the hang-up, redial and audio buttons (#576542)

14 years agorename update_join_button_sensitivy to update_join_button_sensitivity
Guillaume Desmottes [Tue, 1 Dec 2009 12:46:44 +0000 (12:46 +0000)]
rename update_join_button_sensitivy to update_join_button_sensitivity

14 years agonew-chatroom-dialog: unsensitive the join button when account is disconnected
Guillaume Desmottes [Tue, 1 Dec 2009 12:03:42 +0000 (12:03 +0000)]
new-chatroom-dialog: unsensitive the join button when account is disconnected

Trying to join a room with a not connected account leads to crash (#603393).

14 years agofactor out update_join_button_sensitivy
Guillaume Desmottes [Tue, 1 Dec 2009 11:57:02 +0000 (11:57 +0000)]
factor out update_join_button_sensitivy

14 years agonew-chatroom-dialog: store the currently selected account
Guillaume Desmottes [Tue, 1 Dec 2009 11:44:57 +0000 (11:44 +0000)]
new-chatroom-dialog: store the currently selected account

14 years agodep on nautilus-sendto is actually 2.28.1
Guillaume Desmottes [Tue, 1 Dec 2009 12:05:27 +0000 (12:05 +0000)]
dep on nautilus-sendto is actually 2.28.1

14 years agoUse \s to match spaces, it is the same as [ \t\n\r\f\v]
Xavier Claessens [Tue, 1 Dec 2009 10:38:37 +0000 (11:38 +0100)]
Use \s to match spaces, it is the same as [ \t\n\r\f\v]

14 years agostart dev of 2.29.4
Guillaume Desmottes [Mon, 30 Nov 2009 16:40:55 +0000 (16:40 +0000)]
start dev of 2.29.4

14 years agoprepare 2.29.3 release
Guillaume Desmottes [Mon, 30 Nov 2009 16:17:30 +0000 (16:17 +0000)]
prepare 2.29.3 release

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 30 Nov 2009 16:16:45 +0000 (17:16 +0100)]
Updated Slovenian translation

14 years agodebug-window: don't disconnect the new debug msg signal once the proxy has been inval...
Guillaume Desmottes [Mon, 30 Nov 2009 16:03:58 +0000 (16:03 +0000)]
debug-window: don't disconnect the new debug msg signal once the proxy has been invalidated

According to tp_proxy_signal_connection_disconnect's documentation it's not
safe to disconnect a signal after its proxy has been invalidated (#603384).

14 years agoMerge commit 'shaunm/dndfiles2'
Guillaume Desmottes [Mon, 30 Nov 2009 15:08:24 +0000 (15:08 +0000)]
Merge commit 'shaunm/dndfiles2'

14 years agocontact_manager_status_changed_cb: ignore disconnected account
Guillaume Desmottes [Mon, 30 Nov 2009 14:11:47 +0000 (14:11 +0000)]
contact_manager_status_changed_cb: ignore disconnected account

There is no point to start tracking an account which is about to be removed.
Furthemore, this avoid to re-add previoulsy invalidated connections (#603361).

14 years agoadd tooltips on the camera buttons
Guillaume Desmottes [Mon, 30 Nov 2009 11:33:45 +0000 (11:33 +0000)]
add tooltips on the camera buttons

14 years agoAdd check for new NetworkManager-glib pkgconfig file.
Brian Pepple [Fri, 27 Nov 2009 21:56:22 +0000 (16:56 -0500)]
Add check for new NetworkManager-glib pkgconfig file.

Fixes bug #599315.

14 years agouse conn-status-reason instead of conn-status
Felix Kaser [Sat, 28 Nov 2009 19:16:45 +0000 (20:16 +0100)]
use conn-status-reason instead of conn-status

a hardcoded callback call used TP_CONNECTION_STATUS_DISCONNECTED where a TP_CONNECTION_STATUS_REASON should have been, changed to TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED.

14 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 28 Nov 2009 11:08:59 +0000 (12:08 +0100)]
Updated Hungarian translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 28 Nov 2009 09:54:10 +0000 (10:54 +0100)]
Updated Spanish translation