]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoImprove release script
Xavier Claessens [Mon, 16 Feb 2009 22:46:43 +0000 (22:46 +0000)]
Improve release script

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2498

15 years agoBump version to 2.25.91
Xavier Claessens [Mon, 16 Feb 2009 22:46:39 +0000 (22:46 +0000)]
Bump version to 2.25.91

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2497

15 years agoSet the intial volume button level to a more correct one
Sjoerd Simons [Mon, 16 Feb 2009 21:25:46 +0000 (21:25 +0000)]
Set the intial volume button level to a more correct one

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

15 years agoSet the camera button insensitive after a call
Sjoerd Simons [Mon, 16 Feb 2009 21:25:42 +0000 (21:25 +0000)]
Set the camera button insensitive after a call

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

15 years agoHook up the volume button
Sjoerd Simons [Mon, 16 Feb 2009 21:25:39 +0000 (21:25 +0000)]
Hook up the volume button

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

15 years agoHook up DTFM support
Sjoerd Simons [Mon, 16 Feb 2009 21:25:35 +0000 (21:25 +0000)]
Hook up DTFM support

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

15 years agoWhen finding a better element to use for volume, reset the current one and transfer...
Sjoerd Simons [Mon, 16 Feb 2009 21:25:31 +0000 (21:25 +0000)]
When finding a better element to use for volume, reset the current one and transfer the volume changes to the new one

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

15 years agoupgrade python bindings
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:28 +0000 (21:25 +0000)]
upgrade python bindings

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2491

15 years agouse TpTubeType instead of EmpathyTubeType
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:25 +0000 (21:25 +0000)]
use TpTubeType instead of EmpathyTubeType

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2490

15 years agoempathy_tube_handler_new: add debug message
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:22 +0000 (21:25 +0000)]
empathy_tube_handler_new: add debug message

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2489

15 years agoempathy-tube-dispatch: add debug messages
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:18 +0000 (21:25 +0000)]
empathy-tube-dispatch: add debug messages

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2488

15 years agoempathy-dispatcher: deal properly with NULL channel_wrapper
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:14 +0000 (21:25 +0000)]
empathy-dispatcher: deal properly with NULL channel_wrapper

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2487

15 years agoadd parameters arg to empathy_tp_tube_new_stream_tube and use latest offer API
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:10 +0000 (21:25 +0000)]
add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer API

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2486

15 years agoUpgrade to latest tube draft
Guillaume Desmottes [Mon, 16 Feb 2009 21:25:06 +0000 (21:25 +0000)]
Upgrade to latest tube draft

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2485

15 years agoAdd API to get and set the volume
Sjoerd Simons [Mon, 16 Feb 2009 21:25:01 +0000 (21:25 +0000)]
Add API to get and set the volume

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

svn path=/trunk/; revision=2484

15 years agorename toolbar1 to toolbar
Guillaume Desmottes [Mon, 16 Feb 2009 21:24:58 +0000 (21:24 +0000)]
rename toolbar1 to toolbar

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2483

15 years agoAdd an empty expanded GtkToolItem so the volume button is at the end of the toolbar.
Guillaume Desmottes [Mon, 16 Feb 2009 21:24:54 +0000 (21:24 +0000)]
Add an empty expanded GtkToolItem so the volume button is at the end of the toolbar.

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2482

15 years agoManually add the GtkVolumeButton to the toolbar instead of fitting an empty hole...
Guillaume Desmottes [Mon, 16 Feb 2009 21:24:50 +0000 (21:24 +0000)]
Manually add the GtkVolumeButton to the toolbar instead of fitting an empty hole defined in Glade

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2481

15 years agoWait for handle instead of id before request a channel
Sjoerd Simons [Mon, 16 Feb 2009 21:24:46 +0000 (21:24 +0000)]
Wait for handle instead of id before request a channel

This fixes calling from the new converstaion dialog to new contacts. As they
start of with an id right away but have no handle yet.

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

15 years agoAdd label on the microphone button. Fixes #571657
Guillaume Desmottes [Mon, 16 Feb 2009 21:24:43 +0000 (21:24 +0000)]
Add label on the microphone button. Fixes #571657

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2479

15 years agoSignal closed from the call-handler
Sjoerd Simons [Mon, 16 Feb 2009 21:24:38 +0000 (21:24 +0000)]
Signal closed from the call-handler

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

15 years agoadd a translator comment to describe 'Import'
Frédéric Péters [Mon, 16 Feb 2009 21:24:33 +0000 (21:24 +0000)]
add a translator comment to describe 'Import'

From: Frédéric Péters <fpeters@gnome.org>

svn path=/trunk/; revision=2477

15 years agoCorrect bracket-style.
Jonny Lamb [Mon, 16 Feb 2009 21:24:29 +0000 (21:24 +0000)]
Correct bracket-style.

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

15 years agoempathy-dispatcher.[ch]: Several misc. code style fixes.
Jonny Lamb [Mon, 16 Feb 2009 21:24:24 +0000 (21:24 +0000)]
empathy-dispatcher.[ch]: Several misc. code style fixes.

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

15 years agoempathy-dispatcher.c: Check arguments of non-static functions.
Jonny Lamb [Mon, 16 Feb 2009 21:24:19 +0000 (21:24 +0000)]
empathy-dispatcher.c: Check arguments of non-static functions.

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

15 years agoMinor string fixes. Fixes bug #571635
Bruce Cowan [Mon, 16 Feb 2009 21:24:13 +0000 (21:24 +0000)]
Minor string fixes. Fixes bug #571635

From: Bruce Cowan <bugs@bcowan.fastmail.co.uk>

svn path=/trunk/; revision=2473

15 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Mon, 16 Feb 2009 09:58:37 +0000 (09:58 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2009-02-16  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=2472

15 years agoUpdated ro translation (Alexandru Szasz, Mișu Moldovan). Fixed LINUGAS file.
Jani Monoses [Sun, 15 Feb 2009 21:49:46 +0000 (21:49 +0000)]
Updated ro translation (Alexandru Szasz, Mișu Moldovan). Fixed LINUGAS file.

svn path=/trunk/; revision=2471

15 years agoAdded Romanian translation (Alexandru Szasz, Mișu Moldovan)
Jani Monoses [Sun, 15 Feb 2009 21:46:17 +0000 (21:46 +0000)]
Added Romanian translation (Alexandru Szasz, Mișu Moldovan)

svn path=/trunk/; revision=2470

15 years agoUpdated ja translation (Takeshi AIHANA).
Takeshi Aihana [Sun, 15 Feb 2009 10:43:15 +0000 (10:43 +0000)]
Updated ja translation (Takeshi AIHANA).

svn path=/trunk/; revision=2469

15 years agoUpdated Danish translation by Knneth Nielsen
Kenneth Nielsen [Sat, 14 Feb 2009 19:14:34 +0000 (19:14 +0000)]
Updated Danish translation by Knneth Nielsen

svn path=/trunk/; revision=2468

15 years agoUpdated Polish translation
Tomasz Dominikowski [Sat, 14 Feb 2009 17:44:45 +0000 (17:44 +0000)]
Updated Polish translation

2009-02-14  Tomasz Dominikowski  <tdominikowski@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=2467

15 years agoUpdated es translation, fixes bug #569457
Jorge Gonzalez Gonzalez [Sat, 14 Feb 2009 13:04:16 +0000 (13:04 +0000)]
Updated es translation, fixes bug #569457

svn path=/trunk/; revision=2466

15 years agoUpdated sv translation (Daniel Nylander)
Daniel Nylander [Sat, 14 Feb 2009 08:43:29 +0000 (08:43 +0000)]
Updated sv translation (Daniel Nylander)

svn path=/trunk/; revision=2465

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Fri, 13 Feb 2009 20:48:27 +0000 (20:48 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2464

15 years agoset some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)
Guillaume Desmottes [Fri, 13 Feb 2009 18:18:38 +0000 (18:18 +0000)]
set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2463

15 years agobump tp-glib dep to 0.7.21
Guillaume Desmottes [Fri, 13 Feb 2009 18:01:19 +0000 (18:01 +0000)]
bump tp-glib dep to 0.7.21

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2462

15 years ago2009-02-13 vi.po Updated Vietnamese translation
Clytie Siddall [Fri, 13 Feb 2009 11:15:56 +0000 (11:15 +0000)]
2009-02-13    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=2461

15 years agoevent_manager_approve_channel_cb: tp_channel_get_handle is not needed any more
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:44 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2460

15 years agoevent_manager_approve_channel_cb: we are invited if the self handle is not 0 AND...
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:36 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: we are invited if the self handle is not 0 AND we are in LP

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2459

15 years agoevent_manager_approve_channel_cb: check if the channel implements the group iface...
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:32 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: check if the channel implements the group iface so that should work for Butterfly chats too

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2458

15 years agoempathy-event-manager: we don't need EmpathyTpGroup anymore
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:28 +0000 (10:26 +0000)]
empathy-event-manager: we don't need EmpathyTpGroup anymore

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2457

15 years agoinvite_dialog_response_cb: don't close the tp_chat twice
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:25 +0000 (10:26 +0000)]
invite_dialog_response_cb: don't close the tp_chat twice

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2456

15 years agoevent_manager_muc_invite_got_contact_name_cb: don't leak msg
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:20 +0000 (10:26 +0000)]
event_manager_muc_invite_got_contact_name_cb: don't leak msg

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2455

15 years agoevent_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the object
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:15 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the object

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2454

15 years agotranslate invitation message
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:11 +0000 (10:26 +0000)]
translate invitation message

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2453

15 years agoinvite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:07 +0000 (10:26 +0000)]
invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2452

15 years agoevent_manager_approve_channel_cb: wait that the contact is ready
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:03 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: wait that the contact is ready

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2451

15 years agoevent_manager_approve_channel_cb: unref the account
Guillaume Desmottes [Fri, 13 Feb 2009 10:26:00 +0000 (10:26 +0000)]
event_manager_approve_channel_cb: unref the account

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2450

15 years agoevent_manager_approve_channel_cb: use TpChannel API instead of TpGroup
Guillaume Desmottes [Fri, 13 Feb 2009 10:25:56 +0000 (10:25 +0000)]
event_manager_approve_channel_cb: use TpChannel API instead of TpGroup

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2449

15 years agouse tp_channel_get_identifier in event_room_channel_process_func too
Guillaume Desmottes [Fri, 13 Feb 2009 10:25:51 +0000 (10:25 +0000)]
use tp_channel_get_identifier in event_room_channel_process_func too

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2448

15 years agouse tp_channel_get_identifier instead of inspecting room handle
Guillaume Desmottes [Fri, 13 Feb 2009 10:25:45 +0000 (10:25 +0000)]
use tp_channel_get_identifier instead of inspecting room handle

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2447

15 years agoevent_manager_approve_channel_cb: display invite message
Guillaume Desmottes [Fri, 13 Feb 2009 10:25:34 +0000 (10:25 +0000)]
event_manager_approve_channel_cb: display invite message

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2446

15 years agoSupport incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes)
Guillaume Desmottes [Fri, 13 Feb 2009 10:25:23 +0000 (10:25 +0000)]
Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes)

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2445

15 years agoHungarian translation updated
Gabor Keleman [Thu, 12 Feb 2009 12:25:12 +0000 (12:25 +0000)]
Hungarian translation updated

svn path=/trunk/; revision=2444

15 years agoUpdated Basque translation (Inaki Larranaga Murgoitio
Iñaki Larrañaga Murgoitio [Wed, 11 Feb 2009 19:46:57 +0000 (19:46 +0000)]
Updated Basque translation (Inaki Larranaga Murgoitio

Updated Basque translation (Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>)

svn path=/trunk/; revision=2443

15 years agoRemove unused functions
Olivier Crête [Wed, 11 Feb 2009 19:43:57 +0000 (19:43 +0000)]
Remove unused functions

From: Olivier Crête <olivier.crete@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2442

15 years agoFix pad leak
Olivier Crête [Wed, 11 Feb 2009 19:43:53 +0000 (19:43 +0000)]
Fix pad leak

From: Olivier Crête <olivier.crete@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2441

15 years agoFix type punned pointers warnings
Olivier Crête [Wed, 11 Feb 2009 19:43:49 +0000 (19:43 +0000)]
Fix type punned pointers warnings

Remove senseless (void **)

From: Olivier Crête <olivier.crete@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2440

15 years agoAdd newline at end of file
Olivier Crête [Wed, 11 Feb 2009 19:43:45 +0000 (19:43 +0000)]
Add newline at end of file

From: Olivier Crête <olivier.crete@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2439

15 years agoFix 'hang up' icon size in menu, remove extra menuitem2
Jonathon Jongsma [Wed, 11 Feb 2009 19:43:42 +0000 (19:43 +0000)]
Fix 'hang up' icon size in menu, remove extra menuitem2

At the same time, i also changed the stock ID from 'stop' to 'cancel' since
cancel was actually used for the toolbar 'hang up' button.  In my current theme,
the stop and cancel buttons are the same, but in theory they could be different,
so it's safer to use the same stock ID.
This fixes bug #570397

From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2438

15 years agoFix spacing of video preview widgets in call UI (bug 570400)
Jonathon Jongsma [Wed, 11 Feb 2009 19:43:39 +0000 (19:43 +0000)]
Fix spacing of video preview widgets in call UI (bug 570400)

Add some additional spacing between the toolbar and statusbar and the main
content of the window so that it doesn't look quite as cramped.  Also remove
align the top edges of the remote video preview and the self video preview
widgets.

From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2437

15 years agoHookup the contact menu item cb correctly
Sjoerd Simons [Wed, 11 Feb 2009 19:43:35 +0000 (19:43 +0000)]
Hookup the contact menu item cb correctly

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

15 years agoUpdated Swedish translation (Daniel Nylander)
Daniel Nylander [Wed, 11 Feb 2009 12:14:46 +0000 (12:14 +0000)]
Updated Swedish translation (Daniel Nylander)

svn path=/trunk/; revision=2435

15 years agoremove second call of g_set_application_name as doc says explicitely it have to be...
Guillaume Desmottes [Tue, 10 Feb 2009 20:52:44 +0000 (20:52 +0000)]
remove second call of g_set_application_name as doc says explicitely it have to be called once and with a localized name

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2434

15 years agostatus_icon_update_tooltip: don't display the event message if NULL. Fixes bug #57118...
Guillaume Desmottes [Tue, 10 Feb 2009 20:52:40 +0000 (20:52 +0000)]
status_icon_update_tooltip: don't display the event message if NULL. Fixes bug #571184 (Guillaume Desmottes)

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2433

15 years agoSave status message on NetworkManager disconnect and restore on reconnect
Davyd Madeley [Tue, 10 Feb 2009 20:52:36 +0000 (20:52 +0000)]
Save status message on NetworkManager disconnect and restore on reconnect

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

svn path=/trunk/; revision=2432

15 years agoFix 'make install' for some automake versions. Fixes #570357.
Theppitak Karoonboonyanan [Tue, 10 Feb 2009 16:57:50 +0000 (16:57 +0000)]
Fix 'make install' for some automake versions. Fixes #570357.

svn path=/trunk/; revision=2431

15 years agoUpdated pt_BR translation (Andre Gondim)
Jonh Wendell S. Santana [Mon, 9 Feb 2009 12:35:23 +0000 (12:35 +0000)]
Updated pt_BR translation (Andre Gondim)

svn path=/trunk/; revision=2430

15 years agoUpdated Vietnamese translation
Clytie Siddall [Sun, 8 Feb 2009 13:22:13 +0000 (13:22 +0000)]
Updated Vietnamese translation

svn path=/trunk/; revision=2429

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Fri, 6 Feb 2009 14:18:09 +0000 (14:18 +0000)]
Updated Norwegian bokmål translation.

svn path=/trunk/; revision=2427

15 years agoCleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHandler.
Cosimo Cecchi [Wed, 4 Feb 2009 21:07:04 +0000 (21:07 +0000)]
Cleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHandler.

From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>

svn path=/trunk/; revision=2426

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Wed, 4 Feb 2009 19:56:53 +0000 (19:56 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2425

15 years agoFix typo
Sjoerd Simons [Tue, 3 Feb 2009 22:21:14 +0000 (22:21 +0000)]
Fix typo

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

15 years agoRemove repeated casts to EmpathyTpChat
Will Thompson [Tue, 3 Feb 2009 22:21:08 +0000 (22:21 +0000)]
Remove repeated casts to EmpathyTpChat

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
svn path=/trunk/; revision=2423

15 years agoIgnore and acknowledge empty NonTextContent messages.
Will Thompson [Tue, 3 Feb 2009 22:21:03 +0000 (22:21 +0000)]
Ignore and acknowledge empty NonTextContent messages.

Delivery reports on the Messages interface show up as empty messages
with the NonTextContent flag set in a Text.Received signal and in
ListPendingMessages.  Empathy can't do anything useful with them, so ack
them and ignore them.

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
svn path=/trunk/; revision=2422

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Tue, 3 Feb 2009 19:48:24 +0000 (19:48 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2421

15 years agoupdating for Punjabi by A S Alam
Amanpreet Singh Alam [Tue, 3 Feb 2009 15:56:45 +0000 (15:56 +0000)]
updating for Punjabi by A S Alam

svn path=/trunk/; revision=2420

15 years agoUpdate python bindings
Xavier Claessens [Tue, 3 Feb 2009 10:04:58 +0000 (10:04 +0000)]
Update python bindings

svn path=/trunk/; revision=2419

15 years agoFix naming of macros to be consistent with the class name
Xavier Claessens [Tue, 3 Feb 2009 10:04:55 +0000 (10:04 +0000)]
Fix naming of macros to be consistent with the class name

svn path=/trunk/; revision=2418

15 years agoUpdate doc
Xavier Claessens [Tue, 3 Feb 2009 10:04:52 +0000 (10:04 +0000)]
Update doc

svn path=/trunk/; revision=2417

15 years agoAdd a space between the function name and the (void)
Xavier Claessens [Tue, 3 Feb 2009 10:04:49 +0000 (10:04 +0000)]
Add a space between the function name and the (void)

svn path=/trunk/; revision=2416

15 years agoAdd needed modules check
Xavier Claessens [Tue, 3 Feb 2009 10:04:46 +0000 (10:04 +0000)]
Add needed modules check

svn path=/trunk/; revision=2415

15 years agoUpdate NEWS
Xavier Claessens [Tue, 3 Feb 2009 10:04:43 +0000 (10:04 +0000)]
Update NEWS

svn path=/trunk/; revision=2414

15 years agoClean up some brokeness after the rebase
Sjoerd Simons [Tue, 3 Feb 2009 09:04:28 +0000 (09:04 +0000)]
Clean up some brokeness after the rebase

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

15 years agoUpdate python bindings
Sjoerd Simons [Tue, 3 Feb 2009 09:04:25 +0000 (09:04 +0000)]
Update python bindings

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

15 years agoRemove some dead code
Sjoerd Simons [Tue, 3 Feb 2009 09:04:22 +0000 (09:04 +0000)]
Remove some dead code

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

15 years agoAdd information in the statusbar
Sjoerd Simons [Tue, 3 Feb 2009 09:04:19 +0000 (09:04 +0000)]
Add information in the statusbar

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

15 years agoRename statusbar is to statusbar
Sjoerd Simons [Tue, 3 Feb 2009 09:04:16 +0000 (09:04 +0000)]
Rename statusbar is to statusbar

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

15 years agoStart streaming video when webcam icon is clicked
Sjoerd Simons [Tue, 3 Feb 2009 09:04:13 +0000 (09:04 +0000)]
Start streaming video when webcam icon is clicked

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

15 years agoRename DTFM to Dailpad
Sjoerd Simons [Tue, 3 Feb 2009 09:04:10 +0000 (09:04 +0000)]
Rename DTFM to Dailpad

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

15 years agoAdd some more content to the menus
Sjoerd Simons [Tue, 3 Feb 2009 09:04:07 +0000 (09:04 +0000)]
Add some more content to the menus

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

15 years agoRequest only audio in the initial request
Sjoerd Simons [Tue, 3 Feb 2009 09:04:04 +0000 (09:04 +0000)]
Request only audio in the initial request

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

15 years agoPut in new VOIP UI
Sjoerd Simons [Tue, 3 Feb 2009 09:04:01 +0000 (09:04 +0000)]
Put in new VOIP UI

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

15 years agoAdd minimum width and height properties
Sjoerd Simons [Tue, 3 Feb 2009 09:03:58 +0000 (09:03 +0000)]
Add minimum width and height properties

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

15 years agoadd a sidebar abstraction taken from emerillion
Sjoerd Simons [Tue, 3 Feb 2009 09:03:54 +0000 (09:03 +0000)]
add a sidebar abstraction taken from emerillion

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

15 years agoAlso unref the tf channel
Sjoerd Simons [Tue, 3 Feb 2009 09:03:51 +0000 (09:03 +0000)]
Also unref the tf channel

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

15 years agoRemove dead code
Sjoerd Simons [Tue, 3 Feb 2009 09:03:48 +0000 (09:03 +0000)]
Remove dead code

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

15 years agostop the pipeline and unref everything when the window goes away
Sjoerd Simons [Tue, 3 Feb 2009 09:03:46 +0000 (09:03 +0000)]
stop the pipeline and unref everything when the window goes away

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

15 years agoDon't return the handler, so we can unref it after signalling
Sjoerd Simons [Tue, 3 Feb 2009 09:03:42 +0000 (09:03 +0000)]
Don't return the handler, so we can unref it after signalling

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