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

14 years agoUtilitiy function to send files from a URI list, for dnd implementations
Shaun McCance [Mon, 5 Oct 2009 19:22:32 +0000 (14:22 -0500)]
Utilitiy function to send files from a URI list, for dnd implementations

14 years agoSplit contact_list_view_drag_data_received into smaller functions
Shaun McCance [Mon, 5 Oct 2009 18:37:23 +0000 (13:37 -0500)]
Split contact_list_view_drag_data_received into smaller functions

14 years agoSetting reorderable on the contact list view to get row previews as drag icons
Shaun McCance [Fri, 18 Sep 2009 19:11:44 +0000 (14:11 -0500)]
Setting reorderable on the contact list view to get row previews as drag icons

This is a hack.  There's a comment explaining the hack.  Read it.

14 years agoAllow contacts to be dragged anywhere in a group, or dragged to the non-group
Shaun McCance [Thu, 17 Sep 2009 22:11:11 +0000 (17:11 -0500)]
Allow contacts to be dragged anywhere in a group, or dragged to the non-group

14 years agoImplemented file drags to contact list, along with row highlights
Shaun McCance [Thu, 17 Sep 2009 21:17:49 +0000 (16:17 -0500)]
Implemented file drags to contact list, along with row highlights

14 years agoHandle MOVE and COPY drags better, change contact-id drags to COPY
Shaun McCance [Tue, 15 Sep 2009 20:57:51 +0000 (15:57 -0500)]
Handle MOVE and COPY drags better, change contact-id drags to COPY

14 years agoAlways prefer GDK_ACTION_COPY for text/uri-list drags
Shaun McCance [Tue, 15 Sep 2009 20:10:24 +0000 (15:10 -0500)]
Always prefer GDK_ACTION_COPY for text/uri-list drags

14 years agoDon't try to offer file transfers to MUCs
Shaun McCance [Tue, 15 Sep 2009 17:47:09 +0000 (12:47 -0500)]
Don't try to offer file transfers to MUCs

14 years agoCall gtk_drag_finish when we get a file transfer drag on a chat window
Shaun McCance [Tue, 15 Sep 2009 02:31:58 +0000 (21:31 -0500)]
Call gtk_drag_finish when we get a file transfer drag on a chat window

14 years agoImplementing drag and drop file sending on chat windows
Shaun McCance [Tue, 15 Sep 2009 02:15:06 +0000 (21:15 -0500)]
Implementing drag and drop file sending on chat windows

14 years agoAdd test for bug #597049
Xavier Claessens [Tue, 24 Nov 2009 17:38:38 +0000 (18:38 +0100)]
Add test for bug #597049

14 years agoDo not escape twice /me messages with adium theme.
Xavier Claessens [Tue, 24 Nov 2009 17:25:22 +0000 (18:25 +0100)]
Do not escape twice /me messages with adium theme.

14 years agoAdd more test cases and fix some found issues in link regex.
Xavier Claessens [Tue, 24 Nov 2009 15:44:29 +0000 (16:44 +0100)]
Add more test cases and fix some found issues in link regex.

14 years agoReplace GString param with a generic gpointer user_data, and port EmpathyChatTextView...
Xavier Claessens [Tue, 24 Nov 2009 14:54:21 +0000 (15:54 +0100)]
Replace GString param with a generic gpointer user_data, and port EmpathyChatTextView to new parser API.

14 years agoAlso parse smileys in tests
Xavier Claessens [Tue, 24 Nov 2009 13:37:32 +0000 (14:37 +0100)]
Also parse smileys in tests

14 years agoInit GTK from test_init()
Xavier Claessens [Tue, 24 Nov 2009 13:37:21 +0000 (14:37 +0100)]
Init GTK from test_init()

14 years agoAdd parser tests
Xavier Claessens [Tue, 24 Nov 2009 13:32:00 +0000 (14:32 +0100)]
Add parser tests

14 years agoCall empathy_init() from test_init()
Xavier Claessens [Tue, 24 Nov 2009 13:31:13 +0000 (14:31 +0100)]
Call empathy_init() from test_init()

14 years agoAdd Test debug domain
Xavier Claessens [Tue, 24 Nov 2009 13:30:50 +0000 (14:30 +0100)]
Add Test debug domain

14 years agoMake possible to define different replace function for parsers
Xavier Claessens [Tue, 24 Nov 2009 13:29:45 +0000 (14:29 +0100)]
Make possible to define different replace function for parsers

14 years agoAccept any foo:// URL Schemes
Xavier Claessens [Tue, 24 Nov 2009 10:41:05 +0000 (11:41 +0100)]
Accept any foo:// URL Schemes

14 years agostart and end positions in EmpathySmileyHit struct can't be negative. Change them...
Xavier Claessens [Mon, 16 Nov 2009 08:27:50 +0000 (09:27 +0100)]
start and end positions in EmpathySmileyHit struct can't be negative. Change them to guint.

14 years agoAdd comments to explain empathy_smiley_manager_parse_len(), it is non-trivial function.
Xavier Claessens [Mon, 16 Nov 2009 08:23:12 +0000 (09:23 +0100)]
Add comments to explain empathy_smiley_manager_parse_len(), it is non-trivial function.

14 years agoOptimisation: Do not fetch use-smiley gconf key for each substring.
Xavier Claessens [Sun, 1 Nov 2009 10:24:35 +0000 (11:24 +0100)]
Optimisation: Do not fetch use-smiley gconf key for each substring.

14 years agoExtract empathy_string_parser_link and empathy_string_parser_escape from empathy...
Xavier Claessens [Sun, 1 Nov 2009 10:19:57 +0000 (11:19 +0100)]
Extract empathy_string_parser_link and empathy_string_parser_escape from empathy-theme-adium.c

14 years agoCreate API for generic string parser
Xavier Claessens [Sun, 1 Nov 2009 10:04:00 +0000 (11:04 +0100)]
Create API for generic string parser

14 years agoRemove dead code from EmpathySmileyManager
Xavier Claessens [Mon, 26 Oct 2009 12:09:38 +0000 (13:09 +0100)]
Remove dead code from EmpathySmileyManager

14 years agoUse new smiley parser in EmpathyChatTextView.
Xavier Claessens [Mon, 26 Oct 2009 11:59:09 +0000 (12:59 +0100)]
Use new smiley parser in EmpathyChatTextView.

14 years agoexclude " and ' from links.
Xavier Claessens [Mon, 26 Oct 2009 10:53:28 +0000 (11:53 +0100)]
exclude " and ' from links.

14 years agoRework the way message parsing and escaping is done.
Xavier Claessens [Mon, 26 Oct 2009 10:53:06 +0000 (11:53 +0100)]
Rework the way message parsing and escaping is done.

14 years agoIntroduce a new smiley parser that can parse only a part of a string.
Xavier Claessens [Mon, 26 Oct 2009 10:52:27 +0000 (11:52 +0100)]
Introduce a new smiley parser that can parse only a part of a string.

14 years agoUpdated Spanish translation
Jorge González [Tue, 24 Nov 2009 16:57:30 +0000 (17:57 +0100)]
Updated Spanish translation