]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoPrevent an infinite loop when query tooltip on contact list view.
Xavier Claessens [Sun, 8 Mar 2009 09:45:27 +0000 (09:45 +0000)]
Prevent an infinite loop when query tooltip on contact list view.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2627

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 7 Mar 2009 16:20:21 +0000 (16:20 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2626

15 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Sat, 7 Mar 2009 15:09:13 +0000 (15:09 +0000)]
Updated Lithuanian translation.

2009-03-07  Gintautas Miliauskas  <gintas@akl.lt>

* lt.po: Updated Lithuanian translation.

svn path=/trunk/; revision=2625

15 years agoUpdated French translation by Frédéric Peters and Bruno Brouard.
Claude Paroz [Sat, 7 Mar 2009 11:41:58 +0000 (11:41 +0000)]
Updated French translation by Frédéric Peters and Bruno Brouard.

svn path=/trunk/; revision=2624

15 years agoFix typo in a comment
Xavier Claessens [Fri, 6 Mar 2009 11:53:45 +0000 (11:53 +0000)]
Fix typo in a comment

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2623

15 years agoUse tp_strdiff in empathy_message_equal to compare body.
Xavier Claessens [Fri, 6 Mar 2009 11:53:42 +0000 (11:53 +0000)]
Use tp_strdiff in empathy_message_equal to compare body.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2622

15 years agoRemove unused empathy_message_get_unique_id
Xavier Claessens [Fri, 6 Mar 2009 11:53:38 +0000 (11:53 +0000)]
Remove unused empathy_message_get_unique_id

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2621

15 years agoImprove comment to explain what empathy_log_manager_get_filtered_messages does
Xavier Claessens [Fri, 6 Mar 2009 11:53:35 +0000 (11:53 +0000)]
Improve comment to explain what empathy_log_manager_get_filtered_messages does

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2620

15 years agoLittle optimization of log_store_empathy_get_filtered_messages() and add a FIXME.
Xavier Claessens [Fri, 6 Mar 2009 11:53:32 +0000 (11:53 +0000)]
Little optimization of log_store_empathy_get_filtered_messages() and add a FIXME.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2619

15 years agoRemove useless include of contact-factory.h
Xavier Claessens [Fri, 6 Mar 2009 11:53:29 +0000 (11:53 +0000)]
Remove useless include of contact-factory.h

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2618

15 years agoOptimize empathy_log_manager_get_filtered_messages and make it easier to understand.
Xavier Claessens [Fri, 6 Mar 2009 11:53:26 +0000 (11:53 +0000)]
Optimize empathy_log_manager_get_filtered_messages and make it easier to understand.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2617

15 years agoSimplify finalize using g_list_foreachc
Xavier Claessens [Fri, 6 Mar 2009 11:53:23 +0000 (11:53 +0000)]
Simplify finalize using g_list_foreachc

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2616

15 years agoUse if (n != NULL) instead of if (n).
Jonny Lamb [Fri, 6 Mar 2009 11:53:20 +0000 (11:53 +0000)]
Use if (n != NULL) instead of if (n).

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2615

15 years agoUse g_list_delete_link instead of g_list_remove.
Jonny Lamb [Fri, 6 Mar 2009 11:53:17 +0000 (11:53 +0000)]
Use g_list_delete_link instead of g_list_remove.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2614

15 years agoUse g_list_next (l) instead of l->next.
Jonny Lamb [Fri, 6 Mar 2009 11:53:13 +0000 (11:53 +0000)]
Use g_list_next (l) instead of l->next.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2613

15 years agoUse a single-line return statement instead of if/else if/else if.
Jonny Lamb [Fri, 6 Mar 2009 11:53:10 +0000 (11:53 +0000)]
Use a single-line return statement instead of if/else if/else if.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2612

15 years agoUse atoi instead of sscanf.
Jonny Lamb [Fri, 6 Mar 2009 11:53:07 +0000 (11:53 +0000)]
Use atoi instead of sscanf.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2611

15 years agoCall GET_PRIV after checking the parameters of empathy_message_equal.
Jonny Lamb [Fri, 6 Mar 2009 11:53:04 +0000 (11:53 +0000)]
Call GET_PRIV after checking the parameters of empathy_message_equal.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2610

15 years agolibempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.
Jonny Lamb [Fri, 6 Mar 2009 11:53:01 +0000 (11:53 +0000)]
libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2609

15 years agoUse get_filtered_messages in EmpathyChat.
Jonny Lamb [Fri, 6 Mar 2009 11:52:57 +0000 (11:52 +0000)]
Use get_filtered_messages in EmpathyChat.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2608

15 years agoImplemented get_filtered_messages in empathy log store.
Jonny Lamb [Fri, 6 Mar 2009 11:52:54 +0000 (11:52 +0000)]
Implemented get_filtered_messages in empathy log store.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2607

15 years agoAdded empathy_log_store_get_filtered_messages.
Jonny Lamb [Fri, 6 Mar 2009 11:52:51 +0000 (11:52 +0000)]
Added empathy_log_store_get_filtered_messages.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2606

15 years agoReplaced get_last_messages with get_filtered_messages.
Jonny Lamb [Fri, 6 Mar 2009 11:52:48 +0000 (11:52 +0000)]
Replaced get_last_messages with get_filtered_messages.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2605

15 years agoAdded checks to the arguments of empathy_message_equal.
Jonny Lamb [Fri, 6 Mar 2009 11:52:44 +0000 (11:52 +0000)]
Added checks to the arguments of empathy_message_equal.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2604

15 years agoGet last messages for the last day - 1 as well as the last day.
Jonny Lamb [Fri, 6 Mar 2009 11:52:41 +0000 (11:52 +0000)]
Get last messages for the last day - 1 as well as the last day.

As messages are being logged straight away, the most recent day
will *always* be today.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2603

15 years agoEmpathyChat: Simplified adding appropriate messages to the window.
Jonny Lamb [Fri, 6 Mar 2009 11:52:38 +0000 (11:52 +0000)]
EmpathyChat: Simplified adding appropriate messages to the window.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2602

15 years agoRemoved duplicate log source addition.
Jonny Lamb [Fri, 6 Mar 2009 11:52:35 +0000 (11:52 +0000)]
Removed duplicate log source addition.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2601

15 years agoEmpathyChat: Remove messages from log messages which are pending.
Jonny Lamb [Fri, 6 Mar 2009 11:52:32 +0000 (11:52 +0000)]
EmpathyChat: Remove messages from log messages which are pending.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2600

15 years agoEmpathyLogStore: Store the CM message ID in the logs, and use it when reading logs.
Jonny Lamb [Fri, 6 Mar 2009 11:52:29 +0000 (11:52 +0000)]
EmpathyLogStore: Store the CM message ID in the logs, and use it when reading logs.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2599

15 years agoAdded empathy_message_get_unique_id & empathy_message_equal.
Jonny Lamb [Fri, 6 Mar 2009 11:52:24 +0000 (11:52 +0000)]
Added empathy_message_get_unique_id & empathy_message_equal.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2598

15 years agoRemove MessageObserveData as the TpChannel can be retrieved from an EmpathyTpChat.
Jonny Lamb [Fri, 6 Mar 2009 11:52:21 +0000 (11:52 +0000)]
Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTpChat.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2597

15 years agoUpdated python bindings.
Jonny Lamb [Fri, 6 Mar 2009 11:52:17 +0000 (11:52 +0000)]
Updated python bindings.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2596

15 years agoCleaned up rebasing brokenness.
Jonny Lamb [Fri, 6 Mar 2009 11:52:14 +0000 (11:52 +0000)]
Cleaned up rebasing brokenness.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2595

15 years agoChanged some G_STR_EQUALs to EMP_STR_EQUAL.
Jonny Lamb [Fri, 6 Mar 2009 11:52:11 +0000 (11:52 +0000)]
Changed some G_STR_EQUALs to EMP_STR_EQUAL.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2594

15 years agoRenamed EmpathyLogSource to EmpathyLogStore.
Jonny Lamb [Fri, 6 Mar 2009 11:52:08 +0000 (11:52 +0000)]
Renamed EmpathyLogSource to EmpathyLogStore.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2593

15 years agoMoved dispatcher observing and logging into EmpathyLogManager.
Jonny Lamb [Fri, 6 Mar 2009 11:52:04 +0000 (11:52 +0000)]
Moved dispatcher observing and logging into EmpathyLogManager.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2592

15 years agoPass the channel to received_message_cb and use tp_channel_get_identifier.
Jonny Lamb [Fri, 6 Mar 2009 11:52:01 +0000 (11:52 +0000)]
Pass the channel to received_message_cb and use tp_channel_get_identifier.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2591

15 years agoOnly write messages to one specified log source, hardcoded at the moment.
Jonny Lamb [Fri, 6 Mar 2009 11:51:58 +0000 (11:51 +0000)]
Only write messages to one specified log source, hardcoded at the moment.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2590

15 years agoAdded get_name function to EmpathyLogSource.
Jonny Lamb [Fri, 6 Mar 2009 11:51:55 +0000 (11:51 +0000)]
Added get_name function to EmpathyLogSource.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2589

15 years agoUse g_list_concat even if the current GList is empty (NULL).
Jonny Lamb [Fri, 6 Mar 2009 11:51:52 +0000 (11:51 +0000)]
Use g_list_concat even if the current GList is empty (NULL).

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2588

15 years agoUse the channel wrapper to log chats instead of connecting to the signals directly.
Jonny Lamb [Fri, 6 Mar 2009 11:51:48 +0000 (11:51 +0000)]
Use the channel wrapper to log chats instead of connecting to the signals directly.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2587

15 years agoMove logging to the dispatcher on Received and Sent signals.
Jonny Lamb [Fri, 6 Mar 2009 11:51:45 +0000 (11:51 +0000)]
Move logging to the dispatcher on Received and Sent signals.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2586

15 years agoFixed problems picked up when rebasing and cherry-picking.
Jonny Lamb [Fri, 6 Mar 2009 11:51:42 +0000 (11:51 +0000)]
Fixed problems picked up when rebasing and cherry-picking.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2585

15 years agoOnly call EmpathyLogSource methods if they are defined.
Jonny Lamb [Fri, 6 Mar 2009 11:51:39 +0000 (11:51 +0000)]
Only call EmpathyLogSource methods if they are defined.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2584

15 years agoAdded ack_message function to EmpathyLogSource interface.
Jonny Lamb [Fri, 6 Mar 2009 11:51:36 +0000 (11:51 +0000)]
Added ack_message function to EmpathyLogSource interface.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2583

15 years agoMade EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it.
Jonny Lamb [Fri, 6 Mar 2009 11:51:32 +0000 (11:51 +0000)]
Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2582

15 years agoDon't override the constructor. (Jonny Lamb)
Jonny Lamb [Fri, 6 Mar 2009 11:51:28 +0000 (11:51 +0000)]
Don't override the constructor. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2581

15 years agoMake get_dates check whether a date is already in the GList before adding it now...
Jonny Lamb [Fri, 6 Mar 2009 11:51:25 +0000 (11:51 +0000)]
Make get_dates check whether a date is already in the GList before adding it now in order. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2580

15 years agoMade get_last_messages source independent. (Jonny Lamb)
Jonny Lamb [Fri, 6 Mar 2009 11:51:21 +0000 (11:51 +0000)]
Made get_last_messages source independent. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2579

15 years agoConverted log code to Collabora coding style. (Jonny Lamb)
Jonny Lamb [Fri, 6 Mar 2009 11:51:17 +0000 (11:51 +0000)]
Converted log code to Collabora coding style. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2578

15 years agoUpdated Portuguese translation.
Duarte Loreto [Thu, 5 Mar 2009 01:11:39 +0000 (01:11 +0000)]
Updated Portuguese translation.

2009-03-05  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=2577

15 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Wed, 4 Mar 2009 23:04:34 +0000 (23:04 +0000)]
Updated Russian translation.

2009-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=2576

15 years agoUpdated Danish translation
Kenneth Nielsen [Wed, 4 Mar 2009 22:28:10 +0000 (22:28 +0000)]
Updated Danish translation

svn path=/trunk/; revision=2575

15 years agoUpdated be@latin.po
Ihar Hrachyshka [Wed, 4 Mar 2009 12:46:38 +0000 (12:46 +0000)]
Updated be@latin.po

svn path=/trunk/; revision=2574

15 years agoBump to 2.25.93
Xavier Claessens [Tue, 3 Mar 2009 19:24:39 +0000 (19:24 +0000)]
Bump to 2.25.93

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2573

15 years agoUpdate release script to correctly create SVN tag.
Xavier Claessens [Tue, 3 Mar 2009 17:49:53 +0000 (17:49 +0000)]
Update release script to correctly create SVN tag.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2571

15 years agoUpdate NEWS for release
Xavier Claessens [Tue, 3 Mar 2009 17:49:50 +0000 (17:49 +0000)]
Update NEWS for release

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2570

15 years agoAdd en_GB in gitignore
Xavier Claessens [Tue, 3 Mar 2009 17:49:44 +0000 (17:49 +0000)]
Add en_GB in gitignore

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2569

15 years agoBump LT version
Xavier Claessens [Tue, 3 Mar 2009 17:49:41 +0000 (17:49 +0000)]
Bump LT version

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2568

15 years agoHardcode some a default codec preferences
Sjoerd Simons [Tue, 3 Mar 2009 17:35:00 +0000 (17:35 +0000)]
Hardcode some a default codec preferences

For video use H264 over Theora as it's better quality and there is
no reason to prefer a free codec if people already have the patented bits
installed anyway. Also prefer H263 as it's reasonable and it works around our
H263-1998 negotiation being slightly broken because of gstreamer :(

For audio prefer speex wideband over speex smallband and all other audio
codecs.

And in general disable various codecs that are not really suitable for use in
conferencing.

From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

svn path=/trunk/; revision=2567

15 years agoRemove some useless blanks
Sjoerd Simons [Tue, 3 Mar 2009 17:34:57 +0000 (17:34 +0000)]
Remove some useless blanks

From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

svn path=/trunk/; revision=2566

15 years agoRemove gdk_threads_{enter,leave}, gdk thread support is useless untill we audit empathy
Sjoerd Simons [Tue, 3 Mar 2009 17:34:54 +0000 (17:34 +0000)]
Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we audit empathy

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2565

15 years agoHook up the video input sidebar item
Sjoerd Simons [Tue, 3 Mar 2009 17:34:51 +0000 (17:34 +0000)]
Hook up the video input sidebar item

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2564

15 years agoLet the UI call the handler for bus messages
Sjoerd Simons [Tue, 3 Mar 2009 17:34:47 +0000 (17:34 +0000)]
Let the UI call the handler for bus messages

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2563

15 years agoAdd support for changing various color channels of the video device
Sjoerd Simons [Tue, 3 Mar 2009 17:34:44 +0000 (17:34 +0000)]
Add support for changing various color channels of the video device

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2562

15 years agoHook up audio input panel
Sjoerd Simons [Tue, 3 Mar 2009 17:34:41 +0000 (17:34 +0000)]
Hook up audio input panel

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2561

15 years agoAdd volume control and rms/peak level signals
Sjoerd Simons [Tue, 3 Mar 2009 17:34:38 +0000 (17:34 +0000)]
Add volume control and rms/peak level signals

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2560

15 years agoRemove some silly empty lines
Sjoerd Simons [Tue, 3 Mar 2009 17:34:35 +0000 (17:34 +0000)]
Remove some silly empty lines

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2559

15 years agoRemove videorate
Sjoerd Simons [Tue, 3 Mar 2009 17:34:32 +0000 (17:34 +0000)]
Remove videorate

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2558

15 years agoFix typo
Sjoerd Simons [Tue, 3 Mar 2009 17:34:28 +0000 (17:34 +0000)]
Fix typo

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2557

15 years agoPut locks around timer_id
Sjoerd Simons [Tue, 3 Mar 2009 17:34:25 +0000 (17:34 +0000)]
Put locks around timer_id

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2556

15 years agoAdd timer and make all gtk calls in the main thread
Sjoerd Simons [Tue, 3 Mar 2009 17:34:22 +0000 (17:34 +0000)]
Add timer and make all gtk calls in the main thread

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2555

15 years agoUse livesrc and fsfunnel to funnel the mediastreams to their outputs
Sjoerd Simons [Tue, 3 Mar 2009 17:34:19 +0000 (17:34 +0000)]
Use livesrc and fsfunnel to funnel the mediastreams to their outputs

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2554

15 years agoSet the preview video widget not sync and async
Sjoerd Simons [Tue, 3 Mar 2009 17:34:15 +0000 (17:34 +0000)]
Set the preview video widget not sync and async

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2553

15 years agoAdd sync and async properties
Sjoerd Simons [Tue, 3 Mar 2009 17:34:11 +0000 (17:34 +0000)]
Add sync and async properties

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2552

15 years agoAdd comments for callbacks that come from a different thread
Sjoerd Simons [Tue, 3 Mar 2009 17:34:07 +0000 (17:34 +0000)]
Add comments for callbacks that come from a different thread

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2551

15 years agoEnsure to always call gtk/gdk functions while holding the gdk lock
Sjoerd Simons [Tue, 3 Mar 2009 17:34:03 +0000 (17:34 +0000)]
Ensure to always call gtk/gdk functions while holding the gdk lock

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2550

15 years agoMove URI regex to empathy-ui-utils
Xavier Claessens [Tue, 3 Mar 2009 09:46:50 +0000 (09:46 +0000)]
Move URI regex to empathy-ui-utils

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2549

15 years agoAutomatically wrap enums in the empathy and empathygtk python bindings
Mike Sheldon [Tue, 3 Mar 2009 09:34:43 +0000 (09:34 +0000)]
Automatically wrap enums in the empathy and empathygtk python bindings

* Automatically wrap enums in the empathy and empathygtk python bindings

From: Mike Sheldon <mike@mikeasoft.com>

svn path=/trunk/; revision=2548

15 years agoadd help/fi/*.xml in gitignore
Xavier Claessens [Tue, 3 Mar 2009 09:27:30 +0000 (09:27 +0000)]
add help/fi/*.xml in gitignore

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2547

15 years agoRevert "Started splitting empathy log code from the log manager to make logging more...
Xavier Claessens [Tue, 3 Mar 2009 09:27:13 +0000 (09:27 +0000)]
Revert "Started splitting empathy log code from the log manager to make logging more pluggable. (Jonny Lamb)"

This reverts commit 73948b3c4ddebe5c24b679e7650090128bd35403.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2546

15 years agoStarted splitting empathy log code from the log manager to make logging more pluggabl...
Jonny Lamb [Tue, 3 Mar 2009 09:24:19 +0000 (09:24 +0000)]
Started splitting empathy log code from the log manager to make logging more pluggable. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2545

15 years agoAdded British English documentation translation.
Philip Withnall [Mon, 2 Mar 2009 23:03:26 +0000 (23:03 +0000)]
Added British English documentation translation.

svn path=/trunk/; revision=2544

15 years agoUpdated Czech translation by Lucas Lommer.
Petr Kovar [Mon, 2 Mar 2009 15:15:27 +0000 (15:15 +0000)]
Updated Czech translation by Lucas Lommer.

2009-03-02  Petr Kovar  <pknbe@volny.cz>

* cs.po: Updated Czech translation by Lucas Lommer.

svn path=/trunk/; revision=2543

15 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 2 Mar 2009 10:31:19 +0000 (10:31 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=2542

15 years agoUpdated Kannada(kn.po) translations
Shankar Prasad [Mon, 2 Mar 2009 06:00:02 +0000 (06:00 +0000)]
Updated Kannada(kn.po) translations

svn path=/trunk/; revision=2541

15 years agoUpdated Polish translation
Tomasz Dominikowski [Sun, 1 Mar 2009 18:44:04 +0000 (18:44 +0000)]
Updated Polish translation

2009-03-01  Tomasz Dominikowski  <tdominikowski@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=2540

15 years agoAdded be@latin.po
Ihar Hrachyshka [Sat, 28 Feb 2009 10:50:22 +0000 (10:50 +0000)]
Added be@latin.po

svn path=/trunk/; revision=2539

15 years agode.po: Updated German translation
Jochen Skulj [Fri, 27 Feb 2009 17:59:06 +0000 (17:59 +0000)]
de.po: Updated German translation

svn path=/trunk/; revision=2538

15 years agoUpdated German translation
Jochen Skulj [Fri, 27 Feb 2009 17:58:47 +0000 (17:58 +0000)]
Updated German translation

svn path=/trunk/; revision=2537

15 years agoUpdated Italian translation by Milo Casagrande
Luca Ferretti [Fri, 27 Feb 2009 12:09:20 +0000 (12:09 +0000)]
Updated Italian translation by Milo Casagrande

2009-02-27  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation by Milo Casagrande

svn path=/trunk/; revision=2536

15 years agoupdating for Punjabi translation
Amanpreet Singh Alam [Fri, 27 Feb 2009 01:37:49 +0000 (01:37 +0000)]
updating for Punjabi translation

svn path=/trunk/; revision=2535

15 years agoCompile icon cache for private icon repo as well as public one
Davyd Madeley [Thu, 26 Feb 2009 18:37:21 +0000 (18:37 +0000)]
Compile icon cache for private icon repo as well as public one

From: Davyd Madeley <davyd@madeley.id.au>

svn path=/trunk/; revision=2534

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 24 Feb 2009 17:39:42 +0000 (17:39 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2533

15 years agoSome string comments requested by translators (#572875)
Frederic Peters [Tue, 24 Feb 2009 09:43:59 +0000 (09:43 +0000)]
Some string comments requested by translators (#572875)

svn path=/trunk/; revision=2532

15 years agoUpdated British English translation.
Philip Withnall [Mon, 23 Feb 2009 17:38:21 +0000 (17:38 +0000)]
Updated British English translation.

2009-02-23  Philip Withnall  <philip@tecnocode.co.uk>

* en_GB.po: Updated British English translation.

svn path=/trunk/; revision=2531

15 years agoAdd Finnish help translation by Valto Wirkola.
Timo Jyrinki [Mon, 23 Feb 2009 14:03:20 +0000 (14:03 +0000)]
Add Finnish help translation by Valto Wirkola.

svn path=/trunk/; revision=2530

15 years agoUpdated th translation.
Theppitak Karoonboonyanan [Mon, 23 Feb 2009 06:08:06 +0000 (06:08 +0000)]
Updated th translation.

svn path=/trunk/; revision=2529

15 years agoMalayalam translation updated
Praveen Arimbrathodiyil [Mon, 23 Feb 2009 00:50:31 +0000 (00:50 +0000)]
Malayalam translation updated

svn path=/trunk/; revision=2528

15 years agoUpdated German doc translation
Mario Blättermann [Sat, 21 Feb 2009 14:24:55 +0000 (14:24 +0000)]
Updated German doc translation

2009-02-21 Mario Blättermann  <mariobl@svn.gnome.org>

* help/de/de.po: Updated German doc translation

svn path=/trunk/; revision=2527