| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep a weak pointer on the overlay in case it goes away | Sjoerd Simons | 2009-03-09 | 1 | -0/+2 |
* | Set empathy's media role to phone for so pulse can do policy on it | Sjoerd Simons | 2009-03-09 | 1 | -0/+1 |
* | Updated Greek tramslation by Jennie Petoumenou | Kostas Papadimas | 2009-03-09 | 2 | -1154/+387 |
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -0/+2 |
* | Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed. | Xavier Claessens | 2009-03-08 | 2 | -51/+62 |
* | Updated Slovenian translation | Matej Urbančič | 2009-03-08 | 1 | -131/+109 |
* | Remove check on GTK version, we depend on >= 2.14.0 now. | Xavier Claessens | 2009-03-08 | 1 | -5/+0 |
* | Use running++ and running-- instead of a boolean | Xavier Claessens | 2009-03-08 | 1 | -4/+4 |
* | Prevent an infinite loop when query tooltip on contact list view. | Xavier Claessens | 2009-03-08 | 1 | -4/+15 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-08 | 2 | -70/+75 |
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2009-03-07 | 2 | -382/+762 |
* | Updated French translation by Frédéric Peters and Bruno Brouard. | Claude Paroz | 2009-03-07 | 1 | -259/+620 |
* | Fix typo in a comment | Xavier Claessens | 2009-03-06 | 1 | -2/+2 |
* | Use tp_strdiff in empathy_message_equal to compare body. | Xavier Claessens | 2009-03-06 | 1 | -1/+3 |
* | Remove unused empathy_message_get_unique_id | Xavier Claessens | 2009-03-06 | 2 | -10/+0 |
* | Improve comment to explain what empathy_log_manager_get_filtered_messages does | Xavier Claessens | 2009-03-06 | 1 | -1/+2 |
* | Little optimization of log_store_empathy_get_filtered_messages() and add a FI... | Xavier Claessens | 2009-03-06 | 1 | -1/+8 |
* | Remove useless include of contact-factory.h | Xavier Claessens | 2009-03-06 | 1 | -1/+0 |
* | Optimize empathy_log_manager_get_filtered_messages and make it easier to unde... | Xavier Claessens | 2009-03-06 | 1 | -39/+44 |
* | Simplify finalize using g_list_foreachc | Xavier Claessens | 2009-03-06 | 1 | -7/+1 |
* | Use if (n != NULL) instead of if (n). | Jonny Lamb | 2009-03-06 | 2 | -6/+6 |
* | Use g_list_delete_link instead of g_list_remove. | Jonny Lamb | 2009-03-06 | 2 | -6/+3 |
* | Use g_list_next (l) instead of l->next. | Jonny Lamb | 2009-03-06 | 2 | -10/+10 |
* | Use a single-line return statement instead of if/else if/else if. | Jonny Lamb | 2009-03-06 | 1 | -10/+1 |
* | Use atoi instead of sscanf. | Jonny Lamb | 2009-03-06 | 1 | -1/+1 |
* | Call GET_PRIV after checking the parameters of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -2/+5 |
* | libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file. | Jonny Lamb | 2009-03-06 | 1 | -0/+29 |
* | Use get_filtered_messages in EmpathyChat. | Jonny Lamb | 2009-03-06 | 1 | -22/+28 |
* | Implemented get_filtered_messages in empathy log store. | Jonny Lamb | 2009-03-06 | 1 | -0/+41 |
* | Added empathy_log_store_get_filtered_messages. | Jonny Lamb | 2009-03-06 | 2 | -0/+24 |
* | Replaced get_last_messages with get_filtered_messages. | Jonny Lamb | 2009-03-06 | 2 | -23/+60 |
* | Added checks to the arguments of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -0/+3 |
* | Get last messages for the last day - 1 as well as the last day. | Jonny Lamb | 2009-03-06 | 1 | -1/+11 |
* | EmpathyChat: Simplified adding appropriate messages to the window. | Jonny Lamb | 2009-03-06 | 1 | -31/+15 |
* | Removed duplicate log source addition. | Jonny Lamb | 2009-03-06 | 1 | -3/+0 |
* | EmpathyChat: Remove messages from log messages which are pending. | Jonny Lamb | 2009-03-06 | 1 | -1/+23 |
* | EmpathyLogStore: Store the CM message ID in the logs, and use it when reading... | Jonny Lamb | 2009-03-06 | 1 | -2/+14 |
* | Added empathy_message_get_unique_id & empathy_message_equal. | Jonny Lamb | 2009-03-06 | 2 | -0/+25 |
* | Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTp... | Jonny Lamb | 2009-03-06 | 1 | -27/+8 |
* | Updated python bindings. | Jonny Lamb | 2009-03-06 | 2 | -21/+38 |
* | Cleaned up rebasing brokenness. | Jonny Lamb | 2009-03-06 | 1 | -2/+3 |
* | Changed some G_STR_EQUALs to EMP_STR_EQUAL. | Jonny Lamb | 2009-03-06 | 1 | -3/+3 |
* | Renamed EmpathyLogSource to EmpathyLogStore. | Jonny Lamb | 2009-03-06 | 8 | -382/+448 |
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 3 | -53/+84 |
* | Pass the channel to received_message_cb and use tp_channel_get_identifier. | Jonny Lamb | 2009-03-06 | 1 | -13/+10 |
* | Only write messages to one specified log source, hardcoded at the moment. | Jonny Lamb | 2009-03-06 | 6 | -26/+60 |
* | Added get_name function to EmpathyLogSource. | Jonny Lamb | 2009-03-06 | 3 | -0/+24 |
* | Use g_list_concat even if the current GList is empty (NULL). | Jonny Lamb | 2009-03-06 | 1 | -16/+6 |
* | Use the channel wrapper to log chats instead of connecting to the signals dir... | Jonny Lamb | 2009-03-06 | 1 | -98/+18 |
* | Move logging to the dispatcher on Received and Sent signals. | Jonny Lamb | 2009-03-06 | 2 | -9/+130 |
* | Fixed problems picked up when rebasing and cherry-picking. | Jonny Lamb | 2009-03-06 | 1 | -14/+1 |
* | Only call EmpathyLogSource methods if they are defined. | Jonny Lamb | 2009-03-06 | 1 | -0/+24 |
* | Added ack_message function to EmpathyLogSource interface. | Jonny Lamb | 2009-03-06 | 3 | -0/+15 |
* | Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it. | Jonny Lamb | 2009-03-06 | 6 | -128/+334 |
* | Don't override the constructor. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 1 | -4/+15 |
* | Make get_dates check whether a date is already in the GList before adding it ... | Jonny Lamb | 2009-03-06 | 1 | -3/+21 |
* | Made get_last_messages source independent. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 2 | -43/+11 |
* | Converted log code to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 3 | -703/+968 |
* | Updated Portuguese translation. | Duarte Loreto | 2009-03-05 | 2 | -333/+874 |
* | Updated Russian translation. | Nickolay V. Shmyrev | 2009-03-05 | 2 | -423/+819 |
* | Updated Danish translation | Kenneth Nielsen | 2009-03-05 | 2 | -113/+123 |
* | Updated be@latin.po | Ihar Hrachyshka | 2009-03-04 | 2 | -307/+319 |
* | Bump to 2.25.93 | Xavier Claessens | 2009-03-04 | 1 | -1/+1 |
* | Update release script to correctly create SVN tag.EMPATHY_2_25_92 | Xavier Claessens | 2009-03-04 | 1 | -2/+3 |
* | Update NEWS for release | Xavier Claessens | 2009-03-04 | 1 | -0/+37 |
* | Add en_GB in gitignore | Xavier Claessens | 2009-03-04 | 1 | -0/+1 |
* | Bump LT version | Xavier Claessens | 2009-03-04 | 1 | -3/+3 |
* | Hardcode some a default codec preferences | Sjoerd Simons | 2009-03-04 | 1 | -0/+52 |
* | Remove some useless blanks | Sjoerd Simons | 2009-03-04 | 1 | -2/+0 |
* | Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we aud... | Sjoerd Simons | 2009-03-04 | 1 | -2/+0 |
* | Hook up the video input sidebar item | Sjoerd Simons | 2009-03-04 | 1 | -16/+146 |
* | Let the UI call the handler for bus messages | Sjoerd Simons | 2009-03-04 | 2 | -37/+8 |
* | Add support for changing various color channels of the video device | Sjoerd Simons | 2009-03-04 | 2 | -0/+149 |
* | Hook up audio input panel | Sjoerd Simons | 2009-03-04 | 1 | -3/+37 |
* | Add volume control and rms/peak level signals | Sjoerd Simons | 2009-03-04 | 2 | -12/+269 |
* | Remove some silly empty lines | Sjoerd Simons | 2009-03-04 | 1 | -3/+0 |
* | Remove videorate | Sjoerd Simons | 2009-03-04 | 1 | -5/+4 |
* | Fix typo | Sjoerd Simons | 2009-03-04 | 1 | -1/+1 |
* | Put locks around timer_id | Sjoerd Simons | 2009-03-04 | 1 | -2/+12 |
* | Add timer and make all gtk calls in the main thread | Sjoerd Simons | 2009-03-04 | 1 | -13/+62 |
* | Use livesrc and fsfunnel to funnel the mediastreams to their outputs | Sjoerd Simons | 2009-03-04 | 1 | -16/+72 |
* | Set the preview video widget not sync and async | Sjoerd Simons | 2009-03-04 | 1 | -0/+1 |
* | Add sync and async properties | Sjoerd Simons | 2009-03-04 | 1 | -8/+80 |
* | Add comments for callbacks that come from a different thread | Sjoerd Simons | 2009-03-04 | 1 | -0/+2 |
* | Ensure to always call gtk/gdk functions while holding the gdk lock | Sjoerd Simons | 2009-03-04 | 2 | -0/+6 |
* | Move URI regex to empathy-ui-utils | Xavier Claessens | 2009-03-03 | 3 | -13/+26 |
* | Automatically wrap enums in the empathy and empathygtk python bindings | Mike Sheldon | 2009-03-03 | 2 | -0/+4 |
* | add help/fi/*.xml in gitignore | Xavier Claessens | 2009-03-03 | 1 | -0/+1 |
* | Revert "Started splitting empathy log code from the log manager to make loggi... | Xavier Claessens | 2009-03-03 | 5 | -889/+584 |
* | Started splitting empathy log code from the log manager to make logging more ... | Jonny Lamb | 2009-03-03 | 5 | -584/+889 |
* | Added British English documentation translation. | Philip Withnall | 2009-03-03 | 2 | -1/+1066 |
* | Updated Czech translation by Lucas Lommer. | Petr Kovar | 2009-03-02 | 2 | -327/+695 |
* | Updated Slovenian translation | Matej Urbančič | 2009-03-02 | 1 | -360/+413 |
* | Updated Kannada(kn.po) translations | Shankar Prasad | 2009-03-02 | 2 | -378/+1039 |
* | Updated Polish translation | Tomasz Dominikowski | 2009-03-02 | 2 | -196/+517 |
* | Added be@latin.po | Ihar Hrachyshka | 2009-02-28 | 3 | -0/+2142 |
* | de.po: Updated German translation | Jochen Skulj | 2009-02-28 | 1 | -0/+4 |
* | Updated German translation | Jochen Skulj | 2009-02-28 | 1 | -513/+541 |
* | Updated Italian translation by Milo Casagrande | Luca Ferretti | 2009-02-27 | 2 | -507/+611 |
* | updating for Punjabi translation | Amanpreet Singh Alam | 2009-02-27 | 1 | -261/+205 |
* | Compile icon cache for private icon repo as well as public one | Davyd Madeley | 2009-02-27 | 1 | -0/+10 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-02-25 | 2 | -35/+44 |
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 3 | -0/+5 |
* | Updated British English translation. | Philip Withnall | 2009-02-24 | 2 | -368/+797 |
* | Add Finnish help translation by Valto Wirkola. | Timo Jyrinki | 2009-02-23 | 5 | -1/+677 |
* | Updated th translation. | Theppitak Karoonboonyanan | 2009-02-23 | 1 | -323/+737 |
* | Malayalam translation updated | Praveen Arimbrathodiyil | 2009-02-23 | 2 | -378/+784 |
* | Updated German doc translation | Mario Blättermann | 2009-02-21 | 1 | -267/+1031 |
* | Updated ja translation (Takeshi AIHANA) | Takeshi Aihana | 2009-02-21 | 1 | -54/+56 |
* | Also disconnect the approval handler on free if it's still there | Sjoerd Simons | 2009-02-21 | 1 | -2/+9 |
* | Handle re-dispatching channels in approving state | Sjoerd Simons | 2009-02-21 | 1 | -3/+13 |
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 8 | -69/+68 |
* | Bumped tp-glib requirement to 0.7.23 for generated FT code. | Jonny Lamb | 2009-02-21 | 1 | -1/+1 |
* | Removed Channel_Type_File_Transfer.xml from extensions. | Jonny Lamb | 2009-02-21 | 3 | -515/+0 |
* | Fixed a mispelled word by David Planella | Gil Forcada Codinachs | 2009-02-20 | 1 | -2/+2 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2009-02-20 | 1 | -184/+539 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-20 | 1 | -84/+674 |
* | Updated Catalan translation | Gil Forcada Codinachs | 2009-02-20 | 2 | -12/+12 |
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2009-02-20 | 2 | -102/+118 |
* | updated latvian translation | Raivis Dejus | 2009-02-20 | 1 | -145/+0 |
* | Added latvian translation. Added 'lv' for Latvian | Raivis Dejus | 2009-02-20 | 3 | -0/+2250 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-19 | 1 | -36/+37 |
* | Updated Basque translation. | Inaki Larranaga Murgoitio | 2009-02-19 | 2 | -67/+78 |
* | Updated Finnish translation | Ilkka Tuohela | 2009-02-18 | 2 | -478/+688 |
* | Committed Translation by Sweta Kothari | Sweta Kothari | 2009-02-18 | 2 | -341/+804 |
* | Updated ko translation. | Changwoo Ryu | 2009-02-18 | 1 | -288/+367 |
* | Updated French translation by Laurent Coudeur and Claude Paroz. | Claude Paroz | 2009-02-18 | 1 | -332/+708 |
* | Updated ro translation (Adi Roiban). | Jani Monoses | 2009-02-18 | 1 | -463/+442 |
* | Updated Hungarian translation | Gabor Keleman | 2009-02-18 | 1 | -62/+77 |
* | Updated ca translation (Gil Forcada) | Gil Forcada Codinachs | 2009-02-18 | 1 | -306/+376 |
* | Update zh_HK zh_TW translation <Chao-Hsiung Liao> | Chao-Hsiung Liao | 2009-02-17 | 2 | -377/+451 |
* | Bump version to 2.25.92 | Xavier Claessens | 2009-02-17 | 1 | -1/+1 |
* | Use "git log" instead of "git-log" | Xavier Claessens | 2009-02-17 | 1 | -1/+1 |
* | Fix build of the doc | Xavier Claessens | 2009-02-17 | 1 | -1/+0 |
* | Bump LT version | Xavier Claessens | 2009-02-17 | 1 | -3/+3 |
* | Update NEWS | Xavier Claessens | 2009-02-17 | 1 | -0/+32 |
* | Improve release script | Xavier Claessens | 2009-02-17 | 1 | -4/+8 |
* | Bump version to 2.25.91 | Xavier Claessens | 2009-02-17 | 1 | -1/+1 |
* | Set the intial volume button level to a more correct one | Sjoerd Simons | 2009-02-17 | 1 | -0/+4 |
* | Set the camera button insensitive after a call | Sjoerd Simons | 2009-02-17 | 1 | -0/+3 |
* | Hook up the volume button | Sjoerd Simons | 2009-02-17 | 1 | -1/+14 |
* | Hook up DTFM support | Sjoerd Simons | 2009-02-17 | 1 | -12/+86 |
* | When finding a better element to use for volume, reset the current one and tr... | Sjoerd Simons | 2009-02-17 | 1 | -2/+18 |
* | upgrade python bindings | Guillaume Desmottes | 2009-02-17 | 1 | -13/+4 |
* | use TpTubeType instead of EmpathyTubeType | Guillaume Desmottes | 2009-02-17 | 3 | -19/+16 |
* | empathy_tube_handler_new: add debug message | Guillaume Desmottes | 2009-02-17 | 1 | -0/+1 |
* | empathy-tube-dispatch: add debug messages | Guillaume Desmottes | 2009-02-17 | 1 | -0/+8 |
* | empathy-dispatcher: deal properly with NULL channel_wrapper | Guillaume Desmottes | 2009-02-17 | 1 | -2/+4 |
* | add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer API | Guillaume Desmottes | 2009-02-17 | 2 | -3/+5 |
* | Upgrade to latest tube draft | Guillaume Desmottes | 2009-02-17 | 3 | -84/+93 |
* | Add API to get and set the volume | Sjoerd Simons | 2009-02-17 | 2 | -5/+99 |
* | rename toolbar1 to toolbar | Guillaume Desmottes | 2009-02-17 | 2 | -3/+3 |
* | Add an empty expanded GtkToolItem so the volume button is at the end of the t... | Guillaume Desmottes | 2009-02-17 | 1 | -0/+7 |
* | Manually add the GtkVolumeButton to the toolbar instead of fitting an empty h... | Guillaume Desmottes | 2009-02-17 | 2 | -15/+9 |
* | Wait for handle instead of id before request a channel | Sjoerd Simons | 2009-02-17 | 1 | -1/+1 |
* | Add label on the microphone button. Fixes #571657 | Guillaume Desmottes | 2009-02-17 | 1 | -1/+2 |
* | Signal closed from the call-handler | Sjoerd Simons | 2009-02-17 | 2 | -16/+19 |
* | add a translator comment to describe 'Import' | Frédéric Péters | 2009-02-17 | 1 | -0/+1 |
* | Correct bracket-style. | Jonny Lamb | 2009-02-17 | 1 | -2/+4 |
* | empathy-dispatcher.[ch]: Several misc. code style fixes. | Jonny Lamb | 2009-02-17 | 2 | -8/+15 |
* | empathy-dispatcher.c: Check arguments of non-static functions. | Jonny Lamb | 2009-02-17 | 1 | -0/+18 |
* | Minor string fixes. Fixes bug #571635 | Bruce Cowan | 2009-02-17 | 4 | -4/+4 |
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2009-02-16 | 2 | -334/+710 |
* | Updated ro translation (Alexandru Szasz, Mișu Moldovan). Fixed LINUGAS file. | Jani Monoses | 2009-02-16 | 1 | -1/+1 |
* | Added Romanian translation (Alexandru Szasz, Mișu Moldovan) | Jani Monoses | 2009-02-16 | 2 | -0/+2167 |
* | Updated ja translation (Takeshi AIHANA). | Takeshi Aihana | 2009-02-15 | 1 | -339/+707 |
* | Updated Danish translation by Knneth Nielsen | Kenneth Nielsen | 2009-02-15 | 1 | -397/+795 |
* | Updated Polish translation | Tomasz Dominikowski | 2009-02-15 | 2 | -377/+747 |
* | Updated es translation, fixes bug #569457 | Jorge Gonzalez Gonzalez | 2009-02-14 | 1 | -25/+23 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-14 | 1 | -33/+48 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-02-14 | 1 | -39/+57 |
* | set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters) | Guillaume Desmottes | 2009-02-14 | 1 | -0/+1 |
* | bump tp-glib dep to 0.7.21 | Guillaume Desmottes | 2009-02-14 | 1 | -1/+1 |
* | 2009-02-13 vi.po Updated Vietnamese translation | Clytie Siddall | 2009-02-13 | 1 | -123/+55 |
* | event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more | Guillaume Desmottes | 2009-02-13 | 1 | -4/+0 |
* | event_manager_approve_channel_cb: we are invited if the self handle is not 0 ... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | event_manager_approve_channel_cb: check if the channel implements the group i... | Guillaume Desmottes | 2009-02-13 | 1 | -26/+25 |
* | empathy-event-manager: we don't need EmpathyTpGroup anymore | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | invite_dialog_response_cb: don't close the tp_chat twice | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | event_manager_muc_invite_got_contact_name_cb: don't leak msg | Guillaume Desmottes | 2009-02-13 | 1 | -0/+2 |
* | event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | translate invitation message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one | Guillaume Desmottes | 2009-02-13 | 1 | -8/+8 |
* | event_manager_approve_channel_cb: wait that the contact is ready | Guillaume Desmottes | 2009-02-13 | 1 | -14/+36 |
* | event_manager_approve_channel_cb: unref the account | Guillaume Desmottes | 2009-02-13 | 1 | -0/+1 |
* | event_manager_approve_channel_cb: use TpChannel API instead of TpGroup | Guillaume Desmottes | 2009-02-13 | 1 | -13/+16 |
* | use tp_channel_get_identifier in event_room_channel_process_func too | Guillaume Desmottes | 2009-02-13 | 1 | -17/+1 |
* | use tp_channel_get_identifier instead of inspecting room handle | Guillaume Desmottes | 2009-02-13 | 1 | -11/+2 |
* | event_manager_approve_channel_cb: display invite message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes) | Guillaume Desmottes | 2009-02-13 | 1 | -2/+161 |
* | Hungarian translation updated | Gabor Keleman | 2009-02-12 | 1 | -153/+116 |
* | Updated Basque translation (Inaki Larranaga Murgoitio | Iñaki Larrañaga Murgoitio | 2009-02-12 | 1 | -334/+698 |
* | Remove unused functions | Olivier Crête | 2009-02-12 | 3 | -141/+0 |
* | Fix pad leak | Olivier Crête | 2009-02-12 | 1 | -0/+2 |
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 12 | -13/+13 |
* | Add newline at end of file | Olivier Crête | 2009-02-12 | 1 | -1/+1 |
* | Fix 'hang up' icon size in menu, remove extra menuitem2 | Jonathon Jongsma | 2009-02-12 | 1 | -9/+5 |
* | Fix spacing of video preview widgets in call UI (bug 570400) | Jonathon Jongsma | 2009-02-12 | 1 | -1/+2 |
* | Hookup the contact menu item cb correctly | Sjoerd Simons | 2009-02-12 | 1 | -2/+10 |
* | Updated Swedish translation (Daniel Nylander) | Daniel Nylander | 2009-02-11 | 1 | -160/+164 |
* | remove second call of g_set_application_name as doc says explicitely it have ... | Guillaume Desmottes | 2009-02-11 | 1 | -1/+0 |
* | status_icon_update_tooltip: don't display the event message if NULL. Fixes bu... | Guillaume Desmottes | 2009-02-11 | 1 | -3/+6 |
* | Save status message on NetworkManager disconnect and restore on reconnect | Davyd Madeley | 2009-02-11 | 1 | -3/+12 |
* | Fix 'make install' for some automake versions. Fixes #570357. | Theppitak Karoonboonyanan | 2009-02-11 | 1 | -1/+1 |
* | Updated pt_BR translation (Andre Gondim) | Jonh Wendell S. Santana | 2009-02-09 | 1 | -162/+190 |
* | Updated Vietnamese translation | Clytie Siddall | 2009-02-08 | 1 | -537/+802 |
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-02-06 | 1 | -322/+313 |
* | Cleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHa... | Cosimo Cecchi | 2009-02-05 | 4 | -103/+86 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-02-05 | 1 | -10/+4 |
* | Fix typo | Sjoerd Simons | 2009-02-04 | 1 | -1/+1 |
* | Remove repeated casts to EmpathyTpChat | Will Thompson | 2009-02-04 | 1 | -11/+14 |
* | Ignore and acknowledge empty NonTextContent messages. | Will Thompson | 2009-02-04 | 1 | -0/+34 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-02-04 | 1 | -168/+187 |
* | updating for Punjabi by A S Alam | Amanpreet Singh Alam | 2009-02-03 | 1 | -405/+869 |
* | Update python bindings | Xavier Claessens | 2009-02-03 | 5 | -0/+217 |
* | Fix naming of macros to be consistent with the class name | Xavier Claessens | 2009-02-03 | 2 | -11/+11 |
* | Update doc | Xavier Claessens | 2009-02-03 | 4 | -7/+21 |
* | Add a space between the function name and the (void) | Xavier Claessens | 2009-02-03 | 6 | -6/+6 |
* | Add needed modules check | Xavier Claessens | 2009-02-03 | 1 | -0/+4 |
* | Update NEWS | Xavier Claessens | 2009-02-03 | 1 | -0/+1 |
* | Clean up some brokeness after the rebase | Sjoerd Simons | 2009-02-03 | 1 | -7/+2 |
* | Update python bindings | Sjoerd Simons | 2009-02-03 | 2 | -8/+17 |
* | Remove some dead code | Sjoerd Simons | 2009-02-03 | 1 | -17/+0 |
* | Add information in the statusbar | Sjoerd Simons | 2009-02-03 | 1 | -4/+56 |
* | Rename statusbar is to statusbar | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
* | Start streaming video when webcam icon is clicked | Sjoerd Simons | 2009-02-03 | 1 | -0/+23 |
* | Rename DTFM to Dailpad | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
* | Add some more content to the menus | Sjoerd Simons | 2009-02-03 | 1 | -1/+26 |
* | Request only audio in the initial request | Sjoerd Simons | 2009-02-03 | 1 | -2/+1 |
* | Put in new VOIP UI | Sjoerd Simons | 2009-02-03 | 3 | -7/+367 |
* | Add minimum width and height properties | Sjoerd Simons | 2009-02-03 | 2 | -1/+50 |
* | add a sidebar abstraction taken from emerillion | Sjoerd Simons | 2009-02-03 | 3 | -0/+689 |
* | Also unref the tf channel | Sjoerd Simons | 2009-02-03 | 1 | -1/+7 |
* | Remove dead code | Sjoerd Simons | 2009-02-03 | 1 | -2/+0 |
* | stop the pipeline and unref everything when the window goes away | Sjoerd Simons | 2009-02-03 | 1 | -14/+49 |
* | Don't return the handler, so we can unref it after signalling | Sjoerd Simons | 2009-02-03 | 2 | -12/+12 |
* | sink the videosink so we can hold a ref to it | Sjoerd Simons | 2009-02-03 | 1 | -0/+9 |
* | Close ongoing calls at dispose time | Sjoerd Simons | 2009-02-03 | 1 | -2/+4 |
* | Add ability to start a call for an incoming channel | Sjoerd Simons | 2009-02-03 | 1 | -14/+34 |
* | Show a dialog when the user clicks on a incoming call | Sjoerd Simons | 2009-02-03 | 1 | -2/+83 |
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 2 | -3/+109 |
* | Add a empathy_sound_play_full function | Sjoerd Simons | 2009-02-03 | 2 | -14/+69 |
* | Don't double-free the EmpathyTpCallStreams | Sjoerd Simons | 2009-02-03 | 1 | -3/+0 |
* | Add a getter for the main window widget | Sjoerd Simons | 2009-02-03 | 2 | -1/+9 |
* | Update python bindings | Sjoerd Simons | 2009-02-03 | 1 | -0/+23 |
* | Start of a simple ui | Sjoerd Simons | 2009-02-03 | 1 | -12/+231 |
* | Move the TpFarsight code from TpCall to CallHandler | Sjoerd Simons | 2009-02-03 | 4 | -160/+309 |
* | Add functionality to call CreateChannels and look up (simple) channel classes | Sjoerd Simons | 2009-02-03 | 2 | -12/+156 |
* | Don't start the call from the message dialog, the handler will take care of it | Sjoerd Simons | 2009-02-03 | 1 | -1/+0 |
* | Add audio/video sink and source abstractions | Sjoerd Simons | 2009-02-03 | 10 | -0/+946 |