]> git.0d.be Git - empathy.git/log
empathy.git
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

14 years agoSet the stock-person icon for contact online/offline notification
Guillaume Desmottes [Fri, 27 Nov 2009 17:11:50 +0000 (17:11 +0000)]
Set the stock-person icon for contact online/offline notification

This one makes more sense than the info icon as notifications are obviously an
information (#590700).

14 years agoCapitalize first letter of debug msg
Guillaume Desmottes [Fri, 27 Nov 2009 16:27:50 +0000 (16:27 +0000)]
Capitalize first letter of debug msg

14 years agoDisable video preview when there is no call
Guillaume Desmottes [Wed, 25 Nov 2009 13:45:45 +0000 (13:45 +0000)]
Disable video preview when there is no call

This is a workaround until bug 602937 is fixed.

14 years agoenable the camera-off button if call doens't have initial video
Guillaume Desmottes [Wed, 25 Nov 2009 13:08:09 +0000 (13:08 +0000)]
enable the camera-off button if call doens't have initial video

14 years agoenable the camera-off button when call is disconnected
Guillaume Desmottes [Wed, 25 Nov 2009 12:56:32 +0000 (12:56 +0000)]
enable the camera-off button when call is disconnected

Disabling the camera on button doesn't make sense any more.

14 years agoempathy_call_window_set_send_video: don't request video stream if the call is not...
Guillaume Desmottes [Wed, 25 Nov 2009 11:44:17 +0000 (11:44 +0000)]
empathy_call_window_set_send_video: don't request video stream if the call is not connected yet

14 years agodisable_camera: disable send video only if we were sending it
Guillaume Desmottes [Wed, 25 Nov 2009 11:32:30 +0000 (11:32 +0000)]
disable_camera: disable send video only if we were sending it

14 years agoupdate toggle buttons when the camera state is changed because of radio buttons
Guillaume Desmottes [Wed, 25 Nov 2009 11:26:29 +0000 (11:26 +0000)]
update toggle buttons when the camera state is changed because of radio buttons

14 years agohook the camera radio buttons
Guillaume Desmottes [Wed, 25 Nov 2009 11:22:46 +0000 (11:22 +0000)]
hook the camera radio buttons

14 years agomake disable_camera, enable_preview and enable_camera no-op if we are already in...
Guillaume Desmottes [Wed, 25 Nov 2009 11:20:10 +0000 (11:20 +0000)]
make disable_camera, enable_preview and enable_camera no-op if we are already in the desired state

14 years agoupdate radio actions when a button is pressed
Guillaume Desmottes [Tue, 24 Nov 2009 17:51:26 +0000 (17:51 +0000)]
update radio actions when a button is pressed

14 years agoadd video menu containing radio actions to control video
Guillaume Desmottes [Tue, 24 Nov 2009 17:22:55 +0000 (17:22 +0000)]
add video menu containing radio actions to control video

14 years agoremove the "send video" menu item
Guillaume Desmottes [Tue, 24 Nov 2009 17:04:49 +0000 (17:04 +0000)]
remove the "send video" menu item

We're going to replace it by radio buttons.

14 years agoempathy_call_window_set_send_video: add a debug msg
Guillaume Desmottes [Tue, 24 Nov 2009 16:58:50 +0000 (16:58 +0000)]
empathy_call_window_set_send_video: add a debug msg

14 years agostop sending video when 'camera off' or 'preview' is enabled
Guillaume Desmottes [Tue, 24 Nov 2009 16:58:43 +0000 (16:58 +0000)]
stop sending video when 'camera off' or 'preview' is enabled

14 years agoearly return if the camera_state is already the one we want
Guillaume Desmottes [Tue, 24 Nov 2009 16:28:49 +0000 (16:28 +0000)]
early return if the camera_state is already the one we want

14 years agodisable the others button when 'camera on' is enabled
Guillaume Desmottes [Tue, 24 Nov 2009 16:26:15 +0000 (16:26 +0000)]
disable the others button when 'camera on' is enabled

14 years agorename camera to camera_on
Guillaume Desmottes [Tue, 24 Nov 2009 16:01:07 +0000 (16:01 +0000)]
rename camera to camera_on

Also move down tool_button_camera_on_toggled_cb so it doesn't need a
prototype.

14 years agoremove the "Always Show Video Preview" menuitem
Guillaume Desmottes [Tue, 24 Nov 2009 15:53:58 +0000 (15:53 +0000)]
remove the "Always Show Video Preview" menuitem

We use buttons for that now.

14 years agoconnect the 'camera off' and 'preview' buttons
Guillaume Desmottes [Tue, 24 Nov 2009 15:51:48 +0000 (15:51 +0000)]
connect the 'camera off' and 'preview' buttons

14 years agoset the icon of the camera_off button
Guillaume Desmottes [Tue, 24 Nov 2009 14:37:02 +0000 (14:37 +0000)]
set the icon of the camera_off button

14 years agoadd "camera off" and "preview" buttons to the toolbar
Guillaume Desmottes [Tue, 24 Nov 2009 13:55:18 +0000 (13:55 +0000)]
add "camera off" and "preview" buttons to the toolbar

Also rename "send video" to "camera on"

14 years agocall-window: check box labels should use sentence capitalization
Guillaume Desmottes [Mon, 23 Nov 2009 15:43:07 +0000 (16:43 +0100)]
call-window: check box labels should use sentence capitalization

14 years agoWe should display the avatar/preview when call is disconnected
Guillaume Desmottes [Tue, 10 Nov 2009 12:02:23 +0000 (12:02 +0000)]
We should display the avatar/preview when call is disconnected

14 years agocall-window: add some debug msg
Guillaume Desmottes [Tue, 10 Nov 2009 11:34:28 +0000 (11:34 +0000)]
call-window: add some debug msg

14 years agodisable video preview when we turn off video sending
Guillaume Desmottes [Tue, 10 Nov 2009 11:10:09 +0000 (11:10 +0000)]
disable video preview when we turn off video sending

14 years agoEnable 'send video' buttons and display the preview if call has 'initial video' ...
Guillaume Desmottes [Mon, 9 Nov 2009 18:05:28 +0000 (18:05 +0000)]
Enable 'send video' buttons and display the preview if call has 'initial video' (#601288)

14 years agoDon't display the video preview when the sink is added
Guillaume Desmottes [Mon, 9 Nov 2009 17:51:57 +0000 (17:51 +0000)]
Don't display the video preview when the sink is added

We should dislpay it since we started the sending video process so
there is no point to enforce it at this stage.

14 years agowe don't want to hide the self frame anymore
Guillaume Desmottes [Mon, 9 Nov 2009 17:46:59 +0000 (17:46 +0000)]
we don't want to hide the self frame anymore

14 years agoremove empathy_call_window_update_self_avatar_visibility
Guillaume Desmottes [Mon, 9 Nov 2009 17:42:07 +0000 (17:42 +0000)]
remove empathy_call_window_update_self_avatar_visibility

This function is wrong. We should disable the preview only when we stop
sending video.

14 years agocall-window: factor out display_video_preview to display/hide the video preview
Guillaume Desmottes [Mon, 9 Nov 2009 17:37:24 +0000 (17:37 +0000)]
call-window: factor out display_video_preview to display/hide the video preview

14 years agoadd 'voip' debug domain
Guillaume Desmottes [Mon, 9 Nov 2009 16:35:17 +0000 (16:35 +0000)]
add 'voip' debug domain

14 years agocall-window: change the semantic of the "Video Preview" menu item (#601288)
Guillaume Desmottes [Mon, 9 Nov 2009 17:23:07 +0000 (17:23 +0000)]
call-window: change the semantic of the "Video Preview" menu item (#601288)

Change it to "Always Show Video preview". We should always display the
preview when we are sending video. So by changing the semantic of this
menu it won't be possible to disable the preview while we are sending
video.

This mean that this menu isn't changed automatically anymore when the
preview is displayed.

14 years agochange 'unread from everyone' to 'unread from all'
Guillaume Desmottes [Fri, 27 Nov 2009 15:25:54 +0000 (15:25 +0000)]
change 'unread from everyone' to 'unread from all'

14 years agofix typo in comments
Guillaume Desmottes [Thu, 26 Nov 2009 10:40:31 +0000 (10:40 +0000)]
fix typo in comments

14 years agoupdate the window title when a new message is received
Guillaume Desmottes [Wed, 25 Nov 2009 17:25:24 +0000 (17:25 +0000)]
update the window title when a new message is received

14 years agodisplay the number of unread message in the window title (#548701)
Guillaume Desmottes [Wed, 25 Nov 2009 17:25:07 +0000 (17:25 +0000)]
display the number of unread message in the window title (#548701)

14 years agocall empathy_chat_messages_read when messages have been read in a tab
Guillaume Desmottes [Wed, 25 Nov 2009 17:03:52 +0000 (17:03 +0000)]
call empathy_chat_messages_read when messages have been read in a tab

14 years agoempathy-chat: keep count of the number of unread messages
Guillaume Desmottes [Wed, 25 Nov 2009 17:03:00 +0000 (17:03 +0000)]
empathy-chat: keep count of the number of unread messages

14 years agodisplay the number of other tabs
Guillaume Desmottes [Wed, 25 Nov 2009 16:33:35 +0000 (16:33 +0000)]
display the number of other tabs

14 years agofactor out empathy_chat_get_name
Guillaume Desmottes [Wed, 25 Nov 2009 16:12:02 +0000 (16:12 +0000)]
factor out empathy_chat_get_name

Dup the string as we are going to use g_strdup_printf

14 years agoUpdate Romanian translations
Adi Roiban [Fri, 27 Nov 2009 02:54:21 +0000 (04:54 +0200)]
Update Romanian translations

14 years agochat-text-view: override GtkTextView copy_clipboard
Guillaume Desmottes [Thu, 26 Nov 2009 11:38:07 +0000 (11:38 +0000)]
chat-text-view: override GtkTextView copy_clipboard

This allow us to hook our copy_clipboard function as so have pretty pasting
when copying using the text view context menu (#603031).

14 years agoUpdated Galician Translation
Antón Méixome [Thu, 26 Nov 2009 13:41:49 +0000 (14:41 +0100)]
Updated Galician Translation

14 years agoAlways display the 'Room' column (#586678)
Guillaume Desmottes [Wed, 25 Nov 2009 17:50:01 +0000 (17:50 +0000)]
Always display the 'Room' column (#586678)

There is no reason to only display it when an account is selected.

14 years agoRemember the geometry of debug window
Xavier Claessens [Mon, 23 Nov 2009 16:14:28 +0000 (17:14 +0100)]
Remember the geometry of debug window

14 years agogssize isn't an int on various platforms
Sjoerd Simons [Thu, 26 Nov 2009 09:35:42 +0000 (09:35 +0000)]
gssize isn't an int on various platforms

14 years agoMerge branch 'adium-events'
Xavier Claessens [Thu, 26 Nov 2009 09:20:40 +0000 (10:20 +0100)]
Merge branch 'adium-events'

Conflicts:
libempathy-gtk/empathy-theme-adium.c

14 years agoClean how we insert smileys in adium themes
Xavier Claessens [Thu, 26 Nov 2009 09:18:31 +0000 (10:18 +0100)]
Clean how we insert smileys in adium themes

14 years agoClean how we insert link in adium themes
Xavier Claessens [Thu, 26 Nov 2009 09:16:39 +0000 (10:16 +0100)]
Clean how we insert link in adium themes

14 years agoRework the link regex to have "(user@server.com)" case work.
Xavier Claessens [Wed, 25 Nov 2009 09:19:55 +0000 (10:19 +0100)]
Rework the link regex to have "(user@server.com)" case work.

14 years agoAdd some more tests, and fail only after all have run, it's easier to debug
Xavier Claessens [Wed, 25 Nov 2009 09:19:21 +0000 (10:19 +0100)]
Add some more tests, and fail only after all have run, it's easier to debug

14 years agoEscape what is put inside <a> tags
Gustavo Noronha Silva [Tue, 24 Nov 2009 17:28:59 +0000 (15:28 -0200)]
Escape what is put inside <a> tags

We should be careful here, and make sure whatever is put enclosed by
<a> tags is correctly encoded. What caused bug #597049 is that what
was being liked to looked like a tag, so the browser ignored it, but
this is potentially a security vulnerability.

Bug #597049

14 years agoSome improvements to file drag-and-drop based on comments on #595226
Shaun McCance [Tue, 24 Nov 2009 17:26:45 +0000 (11:26 -0600)]
Some improvements to file drag-and-drop based on comments on #595226

14 years ago[empathy-contact-list-view] Don't accept file drags to offline/non-FT contacts
Shaun McCance [Wed, 7 Oct 2009 15:47:41 +0000 (10:47 -0500)]
[empathy-contact-list-view] Don't accept file drags to offline/non-FT contacts

14 years ago[empathy-chat-window] Cleanup DND, don't accept drags to offline contacts
Shaun McCance [Tue, 6 Oct 2009 22:56:47 +0000 (17:56 -0500)]
[empathy-chat-window] Cleanup DND, don't accept drags to offline contacts

14 years agoMove GtkTargetLists into priv so they're no longer static
Shaun McCance [Mon, 5 Oct 2009 20:09:46 +0000 (15:09 -0500)]
Move GtkTargetLists into priv so they're no longer static

14 years ago[empathy-chat-window] Documented MOVE/COPY selection in drag_motion
Shaun McCance [Mon, 5 Oct 2009 19:52:46 +0000 (14:52 -0500)]
[empathy-chat-window] Documented MOVE/COPY selection in drag_motion

14 years agoFixed leak in drag motion and added comments for bug #595226
Shaun McCance [Mon, 5 Oct 2009 19:48:24 +0000 (14:48 -0500)]
Fixed leak in drag motion and added comments for bug #595226