aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update release script to correctly create SVN tag.EMPATHY_2_25_92Xavier Claessens2009-03-041-2/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2571
* Update NEWS for releaseXavier Claessens2009-03-041-0/+37
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2570
* Add en_GB in gitignoreXavier Claessens2009-03-041-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2569
* Bump LT versionXavier Claessens2009-03-041-3/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2568
* Hardcode some a default codec preferencesSjoerd Simons2009-03-041-0/+52
| | | | | | | | | | | | | | | | | 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
* Remove some useless blanksSjoerd Simons2009-03-041-2/+0
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2566
* Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we ↵Sjoerd Simons2009-03-041-2/+0
| | | | | | | | audit empathy Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2565
* Hook up the video input sidebar itemSjoerd Simons2009-03-041-16/+146
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2564
* Let the UI call the handler for bus messagesSjoerd Simons2009-03-042-37/+8
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2563
* Add support for changing various color channels of the video deviceSjoerd Simons2009-03-042-0/+149
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2562
* Hook up audio input panelSjoerd Simons2009-03-041-3/+37
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2561
* Add volume control and rms/peak level signalsSjoerd Simons2009-03-042-12/+269
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2560
* Remove some silly empty linesSjoerd Simons2009-03-041-3/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2559
* Remove videorateSjoerd Simons2009-03-041-5/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2558
* Fix typoSjoerd Simons2009-03-041-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2557
* Put locks around timer_idSjoerd Simons2009-03-041-2/+12
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2556
* Add timer and make all gtk calls in the main threadSjoerd Simons2009-03-041-13/+62
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2555
* Use livesrc and fsfunnel to funnel the mediastreams to their outputsSjoerd Simons2009-03-041-16/+72
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2554
* Set the preview video widget not sync and asyncSjoerd Simons2009-03-041-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2553
* Add sync and async propertiesSjoerd Simons2009-03-041-8/+80
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2552
* Add comments for callbacks that come from a different threadSjoerd Simons2009-03-041-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2551
* Ensure to always call gtk/gdk functions while holding the gdk lockSjoerd Simons2009-03-042-0/+6
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2550
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-033-13/+26
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2549
* Automatically wrap enums in the empathy and empathygtk python bindingsMike Sheldon2009-03-032-0/+4
| | | | | | | | * Automatically wrap enums in the empathy and empathygtk python bindings From: Mike Sheldon <mike@mikeasoft.com> svn path=/trunk/; revision=2548
* add help/fi/*.xml in gitignoreXavier Claessens2009-03-031-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2547
* Revert "Started splitting empathy log code from the log manager to make ↵Xavier Claessens2009-03-035-889/+584
| | | | | | | | | | logging more pluggable. (Jonny Lamb)" This reverts commit 73948b3c4ddebe5c24b679e7650090128bd35403. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2546
* Started splitting empathy log code from the log manager to make logging more ↵Jonny Lamb2009-03-035-584/+889
| | | | | | | | pluggable. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2545
* Added British English documentation translation.Philip Withnall2009-03-032-1/+1066
| | | | svn path=/trunk/; revision=2544
* Updated Czech translation by Lucas Lommer.Petr Kovar2009-03-022-327/+695
| | | | | | | | 2009-03-02 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation by Lucas Lommer. svn path=/trunk/; revision=2543
* Updated Slovenian translationMatej Urbančič2009-03-021-360/+413
| | | | svn path=/trunk/; revision=2542
* Updated Kannada(kn.po) translations Shankar Prasad2009-03-022-378/+1039
| | | | svn path=/trunk/; revision=2541
* Updated Polish translationTomasz Dominikowski2009-03-022-196/+517
| | | | | | | | 2009-03-01 Tomasz Dominikowski <tdominikowski@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=2540
* Added be@latin.poIhar Hrachyshka2009-02-283-0/+2142
| | | | svn path=/trunk/; revision=2539
* de.po: Updated German translationJochen Skulj2009-02-281-0/+4
| | | | svn path=/trunk/; revision=2538
* Updated German translationJochen Skulj2009-02-281-513/+541
| | | | svn path=/trunk/; revision=2537
* Updated Italian translation by Milo CasagrandeLuca Ferretti2009-02-272-507/+611
| | | | | | | | 2009-02-27 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Milo Casagrande svn path=/trunk/; revision=2536
* updating for Punjabi translationAmanpreet Singh Alam2009-02-271-261/+205
| | | | svn path=/trunk/; revision=2535
* Compile icon cache for private icon repo as well as public oneDavyd Madeley2009-02-271-0/+10
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2534
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-252-35/+44
| | | | svn path=/trunk/; revision=2533
* Some string comments requested by translators (#572875)Frederic Peters2009-02-243-0/+5
| | | | svn path=/trunk/; revision=2532
* Updated British English translation.Philip Withnall2009-02-242-368/+797
| | | | | | | | | 2009-02-23 Philip Withnall <philip@tecnocode.co.uk> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=2531
* Add Finnish help translation by Valto Wirkola.Timo Jyrinki2009-02-235-1/+677
| | | | svn path=/trunk/; revision=2530
* Updated th translation.Theppitak Karoonboonyanan2009-02-231-323/+737
| | | | svn path=/trunk/; revision=2529
* Malayalam translation updatedPraveen Arimbrathodiyil2009-02-232-378/+784
| | | | svn path=/trunk/; revision=2528
* Updated German doc translationMario Blättermann2009-02-211-267/+1031
| | | | | | | | | 2009-02-21 Mario Blättermann <mariobl@svn.gnome.org> * help/de/de.po: Updated German doc translation svn path=/trunk/; revision=2527
* Updated ja translation (Takeshi AIHANA)Takeshi Aihana2009-02-211-54/+56
| | | | svn path=/trunk/; revision=2526
* Also disconnect the approval handler on free if it's still thereSjoerd Simons2009-02-211-2/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2525
* Handle re-dispatching channels in approving stateSjoerd Simons2009-02-211-3/+13
| | | | | | | | | | when a channel is in approving state and the user does a request which turns out to be satisfied by that channel it automagically gets approved. Correctly cope with this and don't try to start dispatching for it again. Fixes bug Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2524
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-218-69/+68
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523
* Bumped tp-glib requirement to 0.7.23 for generated FT code.Jonny Lamb2009-02-211-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2522
* Removed Channel_Type_File_Transfer.xml from extensions.Jonny Lamb2009-02-213-515/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2521
* Fixed a mispelled word by David PlanellaGil Forcada Codinachs2009-02-201-2/+2
| | | | svn path=/trunk/; revision=2520
* sv.po: Updated Swedish translationDaniel Nylander2009-02-201-184/+539
| | | | svn path=/trunk/; revision=2519
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-201-84/+674
| | | | svn path=/trunk/; revision=2518
* Updated Catalan translationGil Forcada Codinachs2009-02-202-12/+12
| | | | svn path=/trunk/; revision=2517
* Updated Brazilian Portuguese translation.Og B. Maciel2009-02-202-102/+118
| | | | svn path=/trunk/; revision=2516
* updated latvian translationRaivis Dejus2009-02-201-145/+0
| | | | svn path=/trunk/; revision=2515
* Added latvian translation. Added 'lv' for LatvianRaivis Dejus2009-02-203-0/+2250
| | | | | | | | | | 2009-02-19 Raivis Dejus <orvils@gmail.com> * lv.po: Added latvian translation. * LINGUAS: Added 'lv' for Latvian svn path=/trunk/; revision=2514
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-191-36/+37
| | | | svn path=/trunk/; revision=2513
* Updated Basque translation.Inaki Larranaga Murgoitio2009-02-192-67/+78
| | | | | | | | | 2009-02-18 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=2512
* Updated Finnish translationIlkka Tuohela2009-02-182-478/+688
| | | | svn path=/trunk/; revision=2511
* Committed Translation by Sweta KothariSweta Kothari2009-02-182-341/+804
| | | | svn path=/trunk/; revision=2510
* Updated ko translation.Changwoo Ryu2009-02-181-288/+367
| | | | svn path=/trunk/; revision=2509
* Updated French translation by Laurent Coudeur and Claude Paroz.Claude Paroz2009-02-181-332/+708
| | | | svn path=/trunk/; revision=2508
* Updated ro translation (Adi Roiban).Jani Monoses2009-02-181-463/+442
| | | | svn path=/trunk/; revision=2507
* Updated Hungarian translationGabor Keleman2009-02-181-62/+77
| | | | svn path=/trunk/; revision=2506
* Updated ca translation (Gil Forcada)Gil Forcada Codinachs2009-02-181-306/+376
| | | | svn path=/trunk/; revision=2505
* Update zh_HK zh_TW translation <Chao-Hsiung Liao>Chao-Hsiung Liao2009-02-172-377/+451
| | | | svn path=/trunk/; revision=2504
* Bump version to 2.25.92Xavier Claessens2009-02-171-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2503
* Use "git log" instead of "git-log"Xavier Claessens2009-02-171-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2502
* Fix build of the docXavier Claessens2009-02-171-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2501
* Bump LT versionXavier Claessens2009-02-171-3/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2500
* Update NEWSXavier Claessens2009-02-171-0/+32
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2499
* Improve release scriptXavier Claessens2009-02-171-4/+8
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2498
* Bump version to 2.25.91Xavier Claessens2009-02-171-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2497
* Set the intial volume button level to a more correct oneSjoerd Simons2009-02-171-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2496
* Set the camera button insensitive after a callSjoerd Simons2009-02-171-0/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2495
* Hook up the volume buttonSjoerd Simons2009-02-171-1/+14
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2494
* Hook up DTFM supportSjoerd Simons2009-02-171-12/+86
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2493
* When finding a better element to use for volume, reset the current one and ↵Sjoerd Simons2009-02-171-2/+18
| | | | | | | | transfer the volume changes to the new one Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2492
* upgrade python bindingsGuillaume Desmottes2009-02-171-13/+4
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2491
* use TpTubeType instead of EmpathyTubeTypeGuillaume Desmottes2009-02-173-19/+16
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2490
* empathy_tube_handler_new: add debug messageGuillaume Desmottes2009-02-171-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2489
* empathy-tube-dispatch: add debug messagesGuillaume Desmottes2009-02-171-0/+8
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2488
* empathy-dispatcher: deal properly with NULL channel_wrapperGuillaume Desmottes2009-02-171-2/+4
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2487
* add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer APIGuillaume Desmottes2009-02-172-3/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2486
* Upgrade to latest tube draftGuillaume Desmottes2009-02-173-84/+93
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2485
* Add API to get and set the volumeSjoerd Simons2009-02-172-5/+99
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2484
* rename toolbar1 to toolbarGuillaume Desmottes2009-02-172-3/+3
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2483
* Add an empty expanded GtkToolItem so the volume button is at the end of the ↵Guillaume Desmottes2009-02-171-0/+7
| | | | | | | | toolbar. From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2482
* Manually add the GtkVolumeButton to the toolbar instead of fitting an empty ↵Guillaume Desmottes2009-02-172-15/+9
| | | | | | | | hole defined in Glade From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2481
* Wait for handle instead of id before request a channelSjoerd Simons2009-02-171-1/+1
| | | | | | | | | 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
* Add label on the microphone button. Fixes #571657Guillaume Desmottes2009-02-171-1/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2479
* Signal closed from the call-handlerSjoerd Simons2009-02-172-16/+19
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2478
* add a translator comment to describe 'Import'Frédéric Péters2009-02-171-0/+1
| | | | | | From: Frédéric Péters <fpeters@gnome.org> svn path=/trunk/; revision=2477
* Correct bracket-style.Jonny Lamb2009-02-171-2/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2476
* empathy-dispatcher.[ch]: Several misc. code style fixes.Jonny Lamb2009-02-172-8/+15
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2475
* empathy-dispatcher.c: Check arguments of non-static functions.Jonny Lamb2009-02-171-0/+18
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2474
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-174-4/+4
| | | | | | From: Bruce Cowan <bugs@bcowan.fastmail.co.uk> svn path=/trunk/; revision=2473
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2009-02-162-334/+710
| | | | | | | | | 2009-02-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=2472
* Updated ro translation (Alexandru Szasz, Mișu Moldovan). Fixed LINUGAS file.Jani Monoses2009-02-161-1/+1
| | | | svn path=/trunk/; revision=2471
* Added Romanian translation (Alexandru Szasz, Mișu Moldovan)Jani Monoses2009-02-162-0/+2167
| | | | svn path=/trunk/; revision=2470
* Updated ja translation (Takeshi AIHANA).Takeshi Aihana2009-02-151-339/+707
| | | | svn path=/trunk/; revision=2469
* Updated Danish translation by Knneth NielsenKenneth Nielsen2009-02-151-397/+795
| | | | svn path=/trunk/; revision=2468
* Updated Polish translationTomasz Dominikowski2009-02-152-377/+747
| | | | | | | | 2009-02-14 Tomasz Dominikowski <tdominikowski@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=2467
* Updated es translation, fixes bug #569457Jorge Gonzalez Gonzalez2009-02-141-25/+23
| | | | svn path=/trunk/; revision=2466
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-141-33/+48
| | | | svn path=/trunk/; revision=2465
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-02-141-39/+57
| | | | svn path=/trunk/; revision=2464
* set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)Guillaume Desmottes2009-02-141-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2463
* bump tp-glib dep to 0.7.21Guillaume Desmottes2009-02-141-1/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2462
* 2009-02-13 vi.po Updated Vietnamese translationClytie Siddall2009-02-131-123/+55
| | | | | | Clytie Siddall <clytie@riverland.net.au> svn path=/trunk/; revision=2461
* event_manager_approve_channel_cb: tp_channel_get_handle is not needed any moreGuillaume Desmottes2009-02-131-4/+0
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2460
* event_manager_approve_channel_cb: we are invited if the self handle is not 0 ↵Guillaume Desmottes2009-02-131-1/+1
| | | | | | | | AND we are in LP From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2459
* event_manager_approve_channel_cb: check if the channel implements the group ↵Guillaume Desmottes2009-02-131-26/+25
| | | | | | | | iface so that should work for Butterfly chats too From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2458
* empathy-event-manager: we don't need EmpathyTpGroup anymoreGuillaume Desmottes2009-02-131-1/+0
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2457
* invite_dialog_response_cb: don't close the tp_chat twiceGuillaume Desmottes2009-02-131-1/+0
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2456
* event_manager_muc_invite_got_contact_name_cb: don't leak msgGuillaume Desmottes2009-02-131-0/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2455
* event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref ↵Guillaume Desmottes2009-02-131-1/+0
| | | | | | | | the object From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2454
* translate invitation messageGuillaume Desmottes2009-02-131-1/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2453
* invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup oneGuillaume Desmottes2009-02-131-8/+8
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2452
* event_manager_approve_channel_cb: wait that the contact is readyGuillaume Desmottes2009-02-131-14/+36
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2451
* event_manager_approve_channel_cb: unref the accountGuillaume Desmottes2009-02-131-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2450
* event_manager_approve_channel_cb: use TpChannel API instead of TpGroupGuillaume Desmottes2009-02-131-13/+16
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2449
* use tp_channel_get_identifier in event_room_channel_process_func tooGuillaume Desmottes2009-02-131-17/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2448
* use tp_channel_get_identifier instead of inspecting room handleGuillaume Desmottes2009-02-131-11/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2447
* event_manager_approve_channel_cb: display invite messageGuillaume Desmottes2009-02-131-1/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2446
* Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes)Guillaume Desmottes2009-02-131-2/+161
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2445
* Hungarian translation updatedGabor Keleman2009-02-121-153/+116
| | | | svn path=/trunk/; revision=2444
* Updated Basque translation (Inaki Larranaga MurgoitioIñaki Larrañaga Murgoitio2009-02-121-334/+698
| | | | | | Updated Basque translation (Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>) svn path=/trunk/; revision=2443
* Remove unused functionsOlivier Crête2009-02-123-141/+0
| | | | | | | From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2442
* Fix pad leakOlivier Crête2009-02-121-0/+2
| | | | | | | From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2441
* Fix type punned pointers warningsOlivier Crête2009-02-1212-13/+13
| | | | | | | | | 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
* Add newline at end of fileOlivier Crête2009-02-121-1/+1
| | | | | | | From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2439
* Fix 'hang up' icon size in menu, remove extra menuitem2Jonathon Jongsma2009-02-121-9/+5
| | | | | | | | | | | | | 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
* Fix spacing of video preview widgets in call UI (bug 570400)Jonathon Jongsma2009-02-121-1/+2
| | | | | | | | | | | | 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
* Hookup the contact menu item cb correctlySjoerd Simons2009-02-121-2/+10
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2436
* Updated Swedish translation (Daniel Nylander)Daniel Nylander2009-02-111-160/+164
| | | | svn path=/trunk/; revision=2435
* remove second call of g_set_application_name as doc says explicitely it have ↵Guillaume Desmottes2009-02-111-1/+0
| | | | | | | | to be called once and with a localized name From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2434
* status_icon_update_tooltip: don't display the event message if NULL. Fixes ↵Guillaume Desmottes2009-02-111-3/+6
| | | | | | | | bug #571184 (Guillaume Desmottes) From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2433
* Save status message on NetworkManager disconnect and restore on reconnectDavyd Madeley2009-02-111-3/+12
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2432
* Fix 'make install' for some automake versions. Fixes #570357.Theppitak Karoonboonyanan2009-02-111-1/+1
| | | | svn path=/trunk/; revision=2431
* Updated pt_BR translation (Andre Gondim)Jonh Wendell S. Santana2009-02-091-162/+190
| | | | svn path=/trunk/; revision=2430
* Updated Vietnamese translationClytie Siddall2009-02-081-537/+802
| | | | svn path=/trunk/; revision=2429
* Updated Norwegian bokmål translation.Kjartan Maraas2009-02-061-322/+313
| | | | svn path=/trunk/; revision=2427
* Cleanup for GObject related functions in EmpathyCallFactory and ↵Cosimo Cecchi2009-02-054-103/+86
| | | | | | | | EmpathyCallHandler. From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-02-051-10/+4
| | | | svn path=/trunk/; revision=2425
* Fix typoSjoerd Simons2009-02-041-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2424
* Remove repeated casts to EmpathyTpChatWill Thompson2009-02-041-11/+14
| | | | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> svn path=/trunk/; revision=2423
* Ignore and acknowledge empty NonTextContent messages.Will Thompson2009-02-041-0/+34
| | | | | | | | | | | 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
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-02-041-168/+187
| | | | svn path=/trunk/; revision=2421
* updating for Punjabi by A S AlamAmanpreet Singh Alam2009-02-031-405/+869
| | | | svn path=/trunk/; revision=2420
* Update python bindingsXavier Claessens2009-02-035-0/+217
| | | | svn path=/trunk/; revision=2419
* Fix naming of macros to be consistent with the class nameXavier Claessens2009-02-032-11/+11
| | | | svn path=/trunk/; revision=2418
* Update docXavier Claessens2009-02-034-7/+21
| | | | svn path=/trunk/; revision=2417
* Add a space between the function name and the (void)Xavier Claessens2009-02-036-6/+6
| | | | svn path=/trunk/; revision=2416
* Add needed modules checkXavier Claessens2009-02-031-0/+4
| | | | svn path=/trunk/; revision=2415
* Update NEWSXavier Claessens2009-02-031-0/+1
| | | | svn path=/trunk/; revision=2414
* Clean up some brokeness after the rebaseSjoerd Simons2009-02-031-7/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2413
* Update python bindingsSjoerd Simons2009-02-032-8/+17
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2412
* Remove some dead codeSjoerd Simons2009-02-031-17/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2411
* Add information in the statusbarSjoerd Simons2009-02-031-4/+56
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2410
* Rename statusbar is to statusbarSjoerd Simons2009-02-031-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2409
* Start streaming video when webcam icon is clickedSjoerd Simons2009-02-031-0/+23
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2408
* Rename DTFM to DailpadSjoerd Simons2009-02-031-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2407
* Add some more content to the menusSjoerd Simons2009-02-031-1/+26
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2406
* Request only audio in the initial requestSjoerd Simons2009-02-031-2/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2405
* Put in new VOIP UISjoerd Simons2009-02-033-7/+367
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2404
* Add minimum width and height propertiesSjoerd Simons2009-02-032-1/+50
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2403
* add a sidebar abstraction taken from emerillionSjoerd Simons2009-02-033-0/+689
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2402
* Also unref the tf channelSjoerd Simons2009-02-031-1/+7
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2401
* Remove dead codeSjoerd Simons2009-02-031-2/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2400
* stop the pipeline and unref everything when the window goes awaySjoerd Simons2009-02-031-14/+49
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2399
* Don't return the handler, so we can unref it after signallingSjoerd Simons2009-02-032-12/+12
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2398
* sink the videosink so we can hold a ref to itSjoerd Simons2009-02-031-0/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2397
* Close ongoing calls at dispose timeSjoerd Simons2009-02-031-2/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2396
* Add ability to start a call for an incoming channelSjoerd Simons2009-02-031-14/+34
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2395
* Show a dialog when the user clicks on a incoming callSjoerd Simons2009-02-031-2/+83
| | | | | | | | | show a nice dialog when the user clicks on an incoming call to give a choice to either accept or reject the call, without popping up the full VOIP UI Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2394
* Let the event-manager manage the soundsSjoerd Simons2009-02-032-3/+109
| | | | | | | | | Let the event-manager handle sounds instead of the main window. Also make the incoming phone sound be played in a loop. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2393
* Add a empathy_sound_play_full functionSjoerd Simons2009-02-032-14/+69
| | | | | | | | | add a empathy_sound_play_full function, which adds a callback which is called after the sound has been played. Just like in ca_context_play_full Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2392
* Don't double-free the EmpathyTpCallStreamsSjoerd Simons2009-02-031-3/+0
| | | | | | | | | The EmpathyTpCallStreams audio and video streams are freed in _finalize, don't also free them in dispose Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2391
* Add a getter for the main window widgetSjoerd Simons2009-02-032-1/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2390
* Update python bindingsSjoerd Simons2009-02-031-0/+23
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2389
* Start of a simple uiSjoerd Simons2009-02-031-12/+231
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2388
* Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons2009-02-034-160/+309
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387
* Add functionality to call CreateChannels and look up (simple) channel classesSjoerd Simons2009-02-032-12/+156
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2386
* Don't start the call from the message dialog, the handler will take care of itSjoerd Simons2009-02-031-1/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2385
* Add audio/video sink and source abstractionsSjoerd Simons2009-02-0310-0/+946
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2384
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵Sjoerd Simons2009-02-035-950/+107
| | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383
* Switch to calling CallFactory to make callsSjoerd Simons2009-02-035-40/+25
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2382
* Add Stub call factor and call handler objectsSjoerd Simons2009-02-035-0/+445
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2381
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-038-196/+176
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-031-205/+245
| | | | svn path=/trunk/; revision=2379
* Updated zh_HK zhTW translation (Chao-Hsiung Liao).Chao-Hsiung Liao2009-02-032-564/+1476
| | | | svn path=/trunk/; revision=2378
* Fix authors of fixed bugsXavier Claessens2009-02-031-7/+7
| | | | svn path=/trunk/; revision=2377
* Update NEWSXavier Claessens2009-02-031-0/+36
| | | | svn path=/trunk/; revision=2376
* Bump LT versionXavier Claessens2009-02-031-3/+3
| | | | svn path=/trunk/; revision=2375
* Update python bindingXavier Claessens2009-02-035-10/+56
| | | | svn path=/trunk/; revision=2374
* Fix some i18n issues in main().Xavier Claessens2009-02-031-3/+6
| | | | | | Thanks to Christian Persch, fix bug #569901. svn path=/trunk/; revision=2373
* Allow Empathy to be built from outside the source tree.Xavier Claessens2009-02-033-8/+14
| | | | | | Patch by Theppitak Karoonboonyanan, fix bug #570080. svn path=/trunk/; revision=2372
* More work on the help, thanks to Milo Casagrande.Xavier Claessens2009-02-031-74/+145
| | | | | | Refer to bug #561033. svn path=/trunk/; revision=2371
* Re-add "--version" option from command line.Xavier Claessens2009-02-031-0/+15
| | | | | | Thanks to Bruce Cowan, fix bug #569884. svn path=/trunk/; revision=2370
* Add empathy-contact-selector to POTFILES.in.Xavier Claessens2009-02-031-0/+1
| | | | | | Patch by Gabor Kelemen, fix bug #570066. svn path=/trunk/; revision=2369
* Postprocess so interfaces won't get defined as objectsSjoerd Simons2009-02-031-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2368
* regenerated pyempathy.defsSjoerd Simons2009-02-031-2/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2367
* Postprocess the pyempathygtk.defsSjoerd Simons2009-02-031-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2366
* Fix dispatching of tubes: stream tubes vs D-Bus tubesAlban Crequy2009-02-031-2/+2
| | | | | | Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk> svn path=/trunk/; revision=2365
* Updated pt_BR translation (Michel Recondo and myself)Jonh Wendell S. Santana2009-02-031-290/+451
| | | | svn path=/trunk/; revision=2364
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-021-251/+286
| | | | svn path=/trunk/; revision=2363
* Small updateGabor Keleman2009-02-011-3/+20
| | | | svn path=/trunk/; revision=2362
* Updated Hungarian translationGabor Keleman2009-02-011-301/+250
| | | | svn path=/trunk/; revision=2361
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-01-311-163/+211
| | | | svn path=/trunk/; revision=2360
* Add a message format for gtk_message_dialog_newXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2359
* Use contact-list property and create the store in the constructor.Jonny Lamb2009-01-311-13/+19
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2358
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-313-6/+7
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2357
* Removed dispatcher dup as it's been fixed.Jonny Lamb2009-01-311-4/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2356
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-313-7/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355
* Removed old FIXME.Jonny Lamb2009-01-311-4/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2354
* Don't call a function in a variable declaration.Jonny Lamb2009-01-311-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2353
* Use empathy_gtk_init.Jonny Lamb2009-01-311-4/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2352
* Use g_signal_connect_swapped and remove useless functions.Jonny Lamb2009-01-311-35/+12
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2351
* Unref the temp contact appropriately.Jonny Lamb2009-01-311-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2350
* Simplified loops inJonny Lamb2009-01-311-21/+19
| | | | | | | | Simplified loops in contact_selector_get_{number_online_contacts,iter_for_blank_contact}. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2349
* Use gtk_tree_store_insert_with_values.Jonny Lamb2009-01-311-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2348
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-313-6/+5
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2347
* Use gtk_main_quit as the destroy callback.Jonny Lamb2009-01-311-9/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2346
* Explicit check.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2345
* Move public methods at the bottom.Xavier Claessens2009-01-311-18/+20
| | | | svn path=/trunk/; revision=2344
* Reorganize the constructor to avoid some casts and to avoid complex inline ↵Xavier Claessens2009-01-311-12/+14
| | | | | | initializations. svn path=/trunk/; revision=2343
* Don't get a cast to EmpathyContactSelector when it's not needed.Jonny Lamb2009-01-311-4/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2342
* Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.Jonny Lamb2009-01-311-12/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2341
* Use dispose_run in EmpathyContactSelector.Jonny Lamb2009-01-311-0/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2340
* Remove unnecessary casts and macros.Jonny Lamb2009-01-311-14/+9
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2339
* Updated empetit to use the new dispatcher.Jonny Lamb2009-01-311-3/+26
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2338
* Use the new _dup_singleton function instead of _new.Jonny Lamb2009-01-311-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337
* Small coding style and name changes.Jonny Lamb2009-01-311-73/+59
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2336
* Added Elliot's empetit test program.Jonny Lamb2009-01-313-1/+83
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335
* Added argument checking to non-static functions.Jonny Lamb2009-01-311-0/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2334
* remove redundant flagXavier Claessens2009-01-311-6/+6
| | | | svn path=/trunk/; revision=2333
* add translation function callXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2332
* rename set and unset functionsXavier Claessens2009-01-311-5/+5
| | | | svn path=/trunk/; revision=2331
* update libempathy-gtk.typesXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2330
* conform to GET_PRIV styleXavier Claessens2009-01-312-7/+11
| | | | svn path=/trunk/; revision=2329
* unref store once onlyXavier Claessens2009-01-311-1/+5
| | | | svn path=/trunk/; revision=2328
* remove finalize functionXavier Claessens2009-01-311-11/+0
| | | | svn path=/trunk/; revision=2327
* unref contact list store on disposeXavier Claessens2009-01-311-0/+4
| | | | svn path=/trunk/; revision=2326
* tidyXavier Claessens2009-01-311-3/+0
| | | | svn path=/trunk/; revision=2325
* add function to find number of online contacts; fix sensitivity managementXavier Claessens2009-01-311-7/+35
| | | | svn path=/trunk/; revision=2324
* consolidate sensitivity managementXavier Claessens2009-01-311-15/+24
| | | | svn path=/trunk/; revision=2323
* consolidate blank contact managementXavier Claessens2009-01-311-24/+19
| | | | svn path=/trunk/; revision=2322
* move get blank iter functionXavier Claessens2009-01-311-34/+32
| | | | svn path=/trunk/; revision=2321