| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -9/+0 |
* | Fixed function declaration style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -21/+46 |
* | Converted sources to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -208/+208 |
* | Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d... | Jonny Lamb | 2008-11-22 | 1 | -42/+20 |
* | Set the ContentType property properly on a new file channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Changed order of closing channel and cancelling socket transfers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed small coding style issue. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Implemented empathy_file_cancel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+13 |
* | Handled TransferredBytes signal properly and show in the progress bar. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -7/+17 |
* | Actually use accept and receive file functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+10 |
* | Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -18/+68 |
* | Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L... | Jonny Lamb | 2008-11-22 | 1 | -2/+20 |
* | Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Removed file transfer handling code from empathy dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -11/+0 |
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 6 | -1627/+855 |
* | Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi... | Jonny Lamb | 2008-11-22 | 1 | -2/+29 |
* | Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+7 |
* | Added start of handling new incoming file channels. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+11 |
* | Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o... | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+136 |
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -2/+9 |
* | Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 6 | -0/+1892 |
* | Added file transfer debug flag. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+3 |
* | Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Added ft-related functions to EmpathyContact. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+41 |
* | Move code to avoid declaring functions on the top of the file. | Xavier Claessens | 2008-11-11 | 1 | -71/+57 |
* | Coding style: only one blank line between functions. | Xavier Claessens | 2008-11-11 | 1 | -3/+0 |
* | Add G_PARAM_STATIC_STRINGS to TpContactFactory properties | Xavier Claessens | 2008-11-11 | 1 | -8/+16 |
* | EmpathyTpContactFactory: add properties for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -3/+91 |
* | EmpathyTpContactFactory: get avatar requirements before becoming ready. | Xavier Claessens | 2008-11-11 | 1 | -9/+54 |
* | EmpathyTpContactFactory: split on-ready code out of got_self_handle_cb | Xavier Claessens | 2008-11-11 | 1 | -4/+22 |
* | EmpathyTpContactFactoryPriv: add fields for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -0/+9 |
* | empathy_chatroom_manager_remove: when looking for the chatroom to remove chec... | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | empathy_chatroom_equal: use tp_strdiff instead of g_str_equal | Xavier Claessens | 2008-10-13 | 1 | -3/+3 |
* | empathy_chatroom_set_auto_connect: notify the favorite property change if needed | Xavier Claessens | 2008-10-13 | 1 | -0/+1 |
* | chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s... | Xavier Claessens | 2008-10-13 | 1 | -9/+1 |
* | remove empathy_chatroom_manager_store from the API as it's became useless | Xavier Claessens | 2008-10-13 | 2 | -9/+0 |
* | disconnect chatroom signals when they are removed from the mgr | Xavier Claessens | 2008-10-13 | 1 | -10/+24 |
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 1 | -4/+13 |
* | chatroom-mgr: use a save timer instead of saving the file directly | Xavier Claessens | 2008-10-13 | 1 | -3/+40 |
* | only save the chatrooms xml when a favorite chatroom is added/removed | Xavier Claessens | 2008-10-13 | 1 | -2/+16 |
* | chatroom-mgr: store the file when a chatroom changes its favorite state | Xavier Claessens | 2008-10-13 | 1 | -2/+22 |
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 3 | -5/+7 |
* | chatroom-manager: set the file path as a property | Xavier Claessens | 2008-10-13 | 1 | -35/+104 |
* | auto-connect implies favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+11 |
* | dispatcher: store a ref on the ChatroomManager | Xavier Claessens | 2008-10-13 | 1 | -21/+56 |
* | rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb | Xavier Claessens | 2008-10-13 | 1 | -6/+6 |
* | empathy-dispatcher: use new API of EmpathyChatRoom | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
* | add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo... | Xavier Claessens | 2008-10-13 | 1 | -0/+75 |
* | Save chatrooms to XML only if they are marked as favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+7 |
* | add a favorite and tp-channel property to EmpathyChatroom | Xavier Claessens | 2008-10-13 | 1 | -0/+54 |
* | Catch underscores in email addresses. (closes: #554284) | Frederic Peters | 2008-09-29 | 1 | -1/+1 |
* | Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug... | Xavier Claessens | 2008-09-19 | 1 | -1/+3 |
* | remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556... | Xavier Claessens | 2008-09-07 | 1 | -1/+0 |
* | move *.pc Requires to Requires.private | Xavier Claessens | 2008-09-07 | 1 | -1/+2 |
* | remove libtelepathy from *.pc Requires | Xavier Claessens | 2008-09-07 | 1 | -1/+1 |
* | Reorder files in alphabetical order. | Xavier Claessens | 2008-08-29 | 1 | -32/+32 |
* | Update API doc and add a README to explain how to keep it updated. | Xavier Claessens | 2008-08-28 | 1 | -2/+1 |
* | Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ... | Xavier Claessens | 2008-08-27 | 1 | -4/+2 |
* | Reword presence handling. Save requested presence and correctly set auto-away... | Xavier Claessens | 2008-08-14 | 1 | -55/+61 |
* | reorder some functions | Xavier Claessens | 2008-08-14 | 1 | -23/+23 |
* | Do not stop and restart ext_away_timeout when already running. | Xavier Claessens | 2008-08-14 | 1 | -1/+3 |
* | Reorder functions to not have to declare them in the beginning of the file | Xavier Claessens | 2008-08-14 | 1 | -282/+259 |
* | Add a function to request a channel from a string handle | Xavier Claessens | 2008-08-07 | 2 | -2/+133 |
* | On incoming calls don't request a new audio stream. This makes streams collid... | Xavier Claessens | 2008-08-02 | 1 | -3/+0 |
* | If we don't know the status string, set it to unset (Sjoerd Simons). | Xavier Claessens | 2008-07-30 | 1 | -1/+1 |
* | If InspectHandles fails print a debug message and return. | Xavier Claessens | 2008-07-15 | 1 | -1/+6 |
* | Do not call g_array_free if the array is NULL | Xavier Claessens | 2008-07-15 | 1 | -2/+1 |
* | Fix reviewer comments | Xavier Claessens | 2008-07-15 | 3 | -44/+53 |
* | Fix listing chatrooms with salut | Xavier Claessens | 2008-07-15 | 1 | -17/+52 |
* | Really fix the leak. Address is created using g_value_dup_boxed so it should ... | Xavier Claessens | 2008-07-14 | 1 | -3/+12 |
* | Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes bu... | Xavier Claessens | 2008-07-14 | 1 | -2/+1 |
* | Merge branch 'leak' | Xavier Claessens | 2008-07-14 | 1 | -0/+2 |
* | Fix some coding style | Xavier Claessens | 2008-07-09 | 2 | -94/+82 |
* | empath-contact: remove tabs (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -410/+409 |
* | switch empathy-contact to Collabora coding style (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -316/+319 |
* | Document empathy_avatar_save_to_file (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -1/+11 |
* | add empathy_avatar_save_to_file (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -1/+11 |
* | Add some comments to the message queue code | Xavier Claessens | 2008-07-08 | 1 | -2/+7 |
* | Before emitting a message make sure the ID is also ready. Fixes bug #540360. | Xavier Claessens | 2008-07-08 | 1 | -2/+4 |
* | Make empathy_contact_equal NULL-safe for the contact ID and use the ^ operato... | Xavier Claessens | 2008-07-08 | 1 | -2/+4 |
* | Fix a gcc warning complaining about a var that could be used uninitialized | Xavier Claessens | 2008-07-05 | 1 | -1/+1 |
* | Fix coding style | Xavier Claessens | 2008-06-19 | 1 | -6/+6 |
* | "ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY... | Xavier Claessens | 2008-06-19 | 1 | -1/+1 |
* | Fix coding style | Xavier Claessens | 2008-06-19 | 1 | -3/+1 |
* | Move contact_set_ready_flag() in _set_name() and _set_handle(). | Xavier Claessens | 2008-06-19 | 1 | -2/+2 |
* | Fix the bug "Incoming call from (null)" (Alban Crequy) | Xavier Claessens | 2008-06-19 | 1 | -0/+9 |
* | don't set the flag to ready if we are not yet ready, especially when we send ... | Xavier Claessens | 2008-06-19 | 1 | -1/+1 |
* | Add g_return_val_if_fail (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -0/+2 |
* | Do not include _gen/ files (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -1/+1 |
* | Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy) | Xavier Claessens | 2008-06-13 | 2 | -9/+10 |
* | Do not show the keypad when the media channel does not have the DTMF interfac... | Xavier Claessens | 2008-06-13 | 1 | -0/+10 |
* | Check if there is a publish/subscribe list before adding/removing contacts fr... | Xavier Claessens | 2008-06-12 | 1 | -4/+11 |
* | Do not warning if we try to load the avatar of a contact that does not yet ha... | Xavier Claessens | 2008-05-28 | 1 | -14/+14 |
* | Move avatar cache to ~/.cache and don't mix avatar from different contacts, t... | Xavier Claessens | 2008-05-28 | 7 | -257/+199 |
* | empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu... | Xavier Claessens | 2008-05-28 | 1 | -3/+8 |
* | Emit "send-error" signal if Send() call fails | Xavier Claessens | 2008-05-22 | 1 | -2/+18 |
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 4 | -184/+231 |
* | Request publish and subscribe lists instead of waiting for CM to create them. | Xavier Claessens | 2008-05-16 | 1 | -113/+172 |
* | Use tp_connection_call_when_ready | Xavier Claessens | 2008-05-16 | 1 | -14/+21 |
* | Don't leak queued messages if EmpathyTpChat gets finalized. | Xavier Claessens | 2008-05-09 | 1 | -0/+15 |
* | Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p... | Xavier Claessens | 2008-05-09 | 5 | -4/+759 |
* | Make _get_invitation more reliable | Xavier Claessens | 2008-05-09 | 1 | -4/+9 |
* | Include empathy-contact-list.h | Xavier Claessens | 2008-05-09 | 1 | -0/+1 |
* | Avoid calling ListPendingMessage if it's already running. | Xavier Claessens | 2008-05-09 | 2 | -10/+12 |
* | Ref the call object when emiting notify signals because signal handles could ... | Xavier Claessens | 2008-05-09 | 1 | -2/+7 |
* | More duplicate includes of empathy-debug.h | Xavier Claessens | 2008-05-07 | 2 | -3/+0 |
* | Do not include empathy-debug.h twice | Xavier Claessens | 2008-05-07 | 1 | -1/+0 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 37 | -370/+281 |
* | If self presence message is "" do like if it was NULL. | Xavier Claessens | 2008-05-05 | 2 | -4/+12 |
* | Do not request video stream until the user click on the 'send video' box. | Xavier Claessens | 2008-05-02 | 1 | -11/+4 |
* | Fix build with debug disabled. | Xavier Claessens | 2008-05-02 | 2 | -5/+11 |
* | Fix unused var if debug is disabled. | Xavier Claessens | 2008-05-02 | 1 | -3/+1 |
* | Remove useless g_print and enable tp-glib debug messages. | Xavier Claessens | 2008-05-02 | 1 | -3/+2 |
* | Keypad is unsensitive if the call is not ACCEPTED | Xavier Claessens | 2008-05-02 | 1 | -2/+2 |
* | Implement DTMF. | Xavier Claessens | 2008-05-02 | 2 | -2/+36 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 20 | -506/+433 |
* | Remove conditional build of VOIP. | Xavier Claessens | 2008-04-24 | 1 | -4/+0 |
* | Fix some warnings with roomlist | Xavier Claessens | 2008-04-23 | 1 | -3/+8 |
* | Make sure we don't assume Text channel's handle_type is != NONE. | Xavier Claessens | 2008-04-23 | 2 | -0/+11 |
* | Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn). | Xavier Claessens | 2008-04-22 | 2 | -0/+6 |
* | Partly fix INCOMING calls | Xavier Claessens | 2008-04-21 | 1 | -24/+9 |
* | Fix OUTGOING calls | Xavier Claessens | 2008-04-21 | 2 | -28/+51 |
* | Never set the remote_contact for named rooms, do not pretend it's a p2p chat ... | Xavier Claessens | 2008-04-21 | 1 | -8/+21 |
* | Do not unref account from empathy_contact_get_account() | Xavier Claessens | 2008-04-20 | 1 | -1/+0 |
* | Some code cleanup | Xavier Claessens | 2008-04-20 | 1 | -26/+21 |
* | Call ListTubes in EmpathyTpTube's constructor to avoid races | Xavier Claessens | 2008-04-20 | 1 | -96/+67 |
* | Change the way tube handler's object-path and bus-name are build. | Xavier Claessens | 2008-04-20 | 2 | -8/+65 |
* | Make a more generic API for different socket types | Xavier Claessens | 2008-04-20 | 2 | -83/+36 |
* | Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tu... | Xavier Claessens | 2008-04-20 | 2 | -77/+93 |
* | Add empathy_offer_ipv4_stream_tube(). | Xavier Claessens | 2008-04-20 | 3 | -2/+81 |
* | Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes. | Xavier Claessens | 2008-04-20 | 8 | -1069/+588 |
* | Replace channel closed signal with invalidated signal | Xavier Claessens | 2008-04-20 | 1 | -7/+10 |
* | Little coding stype changes | Xavier Claessens | 2008-04-20 | 1 | -8/+5 |
* | Remove useless commented code | Xavier Claessens | 2008-04-20 | 1 | -5/+0 |
* | Add tubes, tube and tube handler objects | Xavier Claessens | 2008-04-20 | 7 | -2/+1295 |
* | Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself. | Xavier Claessens | 2008-04-20 | 6 | -588/+32 |
* | Fix acknoledge of messages | Xavier Claessens | 2008-04-20 | 2 | -47/+77 |
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 2 | -6/+19 |
* | If the RequestAliases fails, make sure the name property on all contacts beco... | Xavier Claessens | 2008-04-16 | 2 | -40/+43 |
* | Add/Remove preview window can be done at anytime, the call don't have to be r... | Xavier Claessens | 2008-04-16 | 1 | -2/+0 |
* | Add collabora in copyright and myself in authors since I did lots of changes ... | Xavier Claessens | 2008-04-15 | 2 | -26/+32 |
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 18 | -18/+18 |
* | Get the chat ID only if the handle and handle_type are != 0. Get the remote_c... | Xavier Claessens | 2008-04-15 | 1 | -15/+19 |
* | Request audio and video streams if capabilities are unknown. | Xavier Claessens | 2008-04-15 | 1 | -17/+8 |
* | Various fixes for chats | Xavier Claessens | 2008-04-14 | 1 | -3/+4 |
* | Set "remote-contact" property even if there is a group interface. | Xavier Claessens | 2008-04-14 | 1 | -0/+41 |
* | Fix disconnection of AccountStatusChanged signal. | Xavier Claessens | 2008-04-13 | 4 | -23/+33 |
* | Fix some warnings | Xavier Claessens | 2008-04-11 | 2 | -3/+3 |
* | Remove deleted file from the makefile | Xavier Claessens | 2008-04-11 | 1 | -3/+1 |
* | We can't use *_run_* API from dbus signal cb or method implementation. To avo... | Xavier Claessens | 2008-04-11 | 6 | -39/+218 |
* | Do not add signal "process", it's added in generated code | Xavier Claessens | 2008-04-11 | 1 | -12/+0 |
* | Use generated API in EmpathyChandler | Xavier Claessens | 2008-04-11 | 2 | -63/+57 |
* | Make use of generated API for EmpathyFilter | Xavier Claessens | 2008-04-11 | 2 | -79/+66 |
* | Add Chandler and Filter interfaces | Xavier Claessens | 2008-04-11 | 2 | -31/+0 |
* | TpChannel is not a DBusGProxy | Xavier Claessens | 2008-04-11 | 1 | -5/+4 |
* | Fix a warning | Xavier Claessens | 2008-04-11 | 1 | -1/+1 |
* | Remove unused includes | Xavier Claessens | 2008-04-11 | 2 | -3/+0 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -1/+1 |
* | Remove empathy_inspect_* and add empathy_channel_get_account | Xavier Claessens | 2008-04-11 | 2 | -69/+16 |
* | Do not take McAccount as construct param, it can be found from the TpChannel | Xavier Claessens | 2008-04-11 | 6 | -232/+72 |
* | Port EmpathyTpRoomlist to tp-glib API | Xavier Claessens | 2008-04-11 | 2 | -224/+272 |
* | Add empathy_tp_group_get_invitation | Xavier Claessens | 2008-04-11 | 2 | -0/+36 |
* | Chandler and Filter only dispatch ready TpChannel | Xavier Claessens | 2008-04-11 | 3 | -54/+38 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -1/+1 |
* | Port to tp-glib API and cleanup the code | Xavier Claessens | 2008-04-11 | 2 | -394/+252 |
* | Disconnect invalidated signal before unref the connection. | Xavier Claessens | 2008-04-11 | 1 | -0/+3 |
* | Remove all references to TpChan in EmpathyTpGroup | Xavier Claessens | 2008-04-11 | 2 | -54/+7 |
* | Port EmpathyTpContactList to tp-glib API | Xavier Claessens | 2008-04-11 | 2 | -247/+240 |
* | Use tp-glib API in empathy_call_with_contact | Xavier Claessens | 2008-04-11 | 1 | -23/+24 |
* | Completely remove TpConn and TpChan | Xavier Claessens | 2008-04-11 | 2 | -16/+2 |
* | Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy). | Xavier Claessens | 2008-04-11 | 2 | -0/+6 |
* | Make use of empathy_run_until_ready_full | Xavier Claessens | 2008-04-11 | 1 | -45/+10 |
* | Add empathy_run_until_read[_full] functions | Xavier Claessens | 2008-04-11 | 2 | -0/+86 |
* | Wait for the TpGroup to be ready before using it | Xavier Claessens | 2008-04-11 | 1 | -34/+59 |
* | Use tp-glib client API | Xavier Claessens | 2008-04-11 | 2 | -16/+58 |
* | Make use of mission_control_get_tpconnection() | Xavier Claessens | 2008-04-11 | 2 | -20/+5 |
* | Use tp-glib API in EmpathyTpGroup and add a ready property | Xavier Claessens | 2008-04-11 | 3 | -241/+330 |
* | Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi... | Xavier Claessens | 2008-04-09 | 1 | -1/+1 |
* | Display a warning if used when not ready instead of silently return. | Xavier Claessens | 2008-04-02 | 1 | -11/+3 |
* | Add a 'ready' property telling if the object is ready to use. | Xavier Claessens | 2008-04-02 | 2 | -6/+27 |
* | Do not ack pending messages until they are displayed | Xavier Claessens | 2008-04-02 | 1 | -1/+22 |
* | ref the contact temporally when setting properties because it could destroy t... | Xavier Claessens | 2008-04-02 | 1 | -3/+8 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 4 | -64/+148 |
* | Fix leaks in finalize | Xavier Claessens | 2008-04-02 | 1 | -0/+7 |
* | Unify EmpathyTpChatroom and EmpathyTpChat. | Xavier Claessens | 2008-04-02 | 5 | -385/+131 |
* | Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766. | Xavier Claessens | 2008-03-26 | 1 | -9/+9 |
* | Disconnect invalidated signal from stream-engine when media channel is closed... | Xavier Claessens | 2008-03-23 | 1 | -12/+20 |
* | Fix some coding style | Xavier Claessens | 2008-03-23 | 1 | -14/+14 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 2 | -1/+21 |
* | Remove previous hack, it was stupid, we have a param to increase dbus timeout... | Xavier Claessens | 2008-03-17 | 1 | -29/+8 |
* | Keep the 0 in the end of the array when duping it | Xavier Claessens | 2008-03-17 | 1 | -1/+1 |
* | Make sure the dup_handles array is ended by 0. | Xavier Claessens | 2008-03-17 | 1 | -1/+3 |
* | Retry requesting aliases if it fails, it can happen if there is too many alia... | Xavier Claessens | 2008-03-16 | 2 | -4/+26 |
* | Wait for the factory to be ready before getting members | Xavier Claessens | 2008-03-14 | 1 | -19/+47 |
* | Emit notify::ready signals | Xavier Claessens | 2008-03-14 | 1 | -0/+3 |
* | Add a ready property on EmpathyTpContactFactory | Xavier Claessens | 2008-03-14 | 4 | -11/+34 |
* | Make use of tp-glib helpers func for GValue | Xavier Claessens | 2008-03-11 | 1 | -6/+3 |
* | Remove useless libtelepathy headers | Xavier Claessens | 2008-03-11 | 11 | -11/+9 |
* | Connect to PropertyFlagsChanged | Xavier Claessens | 2008-03-11 | 1 | -0/+40 |
* | Check if property is writable before setting it. Fix leaks | Xavier Claessens | 2008-03-11 | 1 | -0/+7 |
* | Implement _set_property | Xavier Claessens | 2008-03-11 | 2 | -1/+42 |
* | Fix usage of property iface and make use of it to get chatroom topic. | Xavier Claessens | 2008-03-11 | 1 | -18/+15 |
* | Display GError's message when a call fails. | Xavier Claessens | 2008-03-11 | 1 | -0/+18 |
* | Fix some warnings when getting properties | Xavier Claessens | 2008-03-11 | 1 | -8/+21 |
* | Add back "tp-chan" property, still used to inspect the channel handle. | Xavier Claessens | 2008-03-11 | 2 | -9/+23 |
* | Continue property stuff | Xavier Claessens | 2008-03-11 | 2 | -4/+84 |
* | Do not close the channel if the channel is invalidated | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Prepare a new API for chat properties | Xavier Claessens | 2008-03-11 | 3 | -107/+160 |
* | Fix coding style | Xavier Claessens | 2008-03-11 | 1 | -2/+2 |
* | Remove unused priv->factory | Xavier Claessens | 2008-03-11 | 1 | -8/+4 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-11 | 3 | -31/+48 |
* | Refactor EmpathyTpChat to use tp-glib client code | Xavier Claessens | 2008-03-11 | 2 | -456/+173 |
* | Don't wait for connection-ready if it was already ready. | Xavier Claessens | 2008-03-11 | 1 | -3/+11 |
* | Improve a bit the test and fix empathy_contact_run_until, data.ready was not ... | Xavier Claessens | 2008-03-11 | 1 | -1/+2 |
* | Make sure we don't expect contact id and handle to be directly ready. Add som... | Xavier Claessens | 2008-03-11 | 6 | -88/+69 |
* | Simplify tp_group_get_contact. | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Add debug messages in _run_until_ready | Xavier Claessens | 2008-03-11 | 1 | -0/+5 |
* | Keep EmpathyContact object instead of the self handle, avoid using the connec... | Xavier Claessens | 2008-03-11 | 1 | -98/+141 |
* | simplify empathy_call_with_contact_id using empathy_contact_run_until_ready | Xavier Claessens | 2008-03-11 | 1 | -25/+5 |
* | Add empathy_contact_run_until_ready() | Xavier Claessens | 2008-03-11 | 2 | -2/+81 |
* | Ready property on EmpathyContact is not a boolean but flags for each property. | Xavier Claessens | 2008-03-11 | 2 | -10/+19 |
* | Add a ready property on EmpathyContact and make use of tp_strdiff. | Xavier Claessens | 2008-03-11 | 2 | -13/+33 |
* | Lazy init of contact hash. | Xavier Claessens | 2008-03-11 | 1 | -4/+5 |
* | If we set contact's id and name is still empty, emit notify::name. | Xavier Claessens | 2008-03-11 | 1 | -0/+3 |
* | Make InspectHandles call async | Xavier Claessens | 2008-03-11 | 1 | -26/+41 |
* | Set self handle to 0 when connection is invalidated | Xavier Claessens | 2008-03-11 | 1 | -2/+1 |
* | Use new api | Xavier Claessens | 2008-03-11 | 2 | -383/+305 |
* | Do not use a global variable but a field in the call. Use a boolean since we ... | Xavier Claessens | 2008-03-11 | 1 | -9/+9 |
* | Fix: do not close the call channel if stream-engine is not yet started (Alban... | Xavier Claessens | 2008-03-11 | 1 | -1/+13 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-09 | 3 | -73/+149 |
* | Reorder functions to avoid having to declare them in the begining | Xavier Claessens | 2008-03-09 | 1 | -471/+421 |
* | Allow underscores in URLs. Fixes bug #505616 (Marco Barisione). | Xavier Claessens | 2008-03-08 | 1 | -1/+1 |
* | Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy). | Xavier Claessens | 2008-03-05 | 1 | -8/+8 |
* | Fix call when then stream is created with a 'Bidirectional' direction (Alban ... | Xavier Claessens | 2008-03-05 | 1 | -0/+13 |
* | Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities | Xavier Claessens | 2008-03-05 | 1 | -0/+1 |
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 1 | -1/+2 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 19 | -19/+19 |
* | Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy). | Xavier Claessens | 2008-03-02 | 1 | -1/+2 |
* | Add missing include of tp-conn.h | Xavier Claessens | 2008-03-02 | 1 | -0/+1 |
* | Add filter for incoming calls so the status icon blink instead of popup direc... | Xavier Claessens | 2008-02-27 | 2 | -0/+13 |
* | Cancel name owner watch when the call is finalized | Xavier Claessens | 2008-02-26 | 1 | -0/+7 |
* | Watch name owner changes to know when s-e falls off the bus. | Xavier Claessens | 2008-02-26 | 1 | -1/+24 |
* | Avoid calling Close() on the media channel if it's already closed. | Xavier Claessens | 2008-02-26 | 1 | -0/+5 |
* | Close the channel if se proxy is invalidated and do not change status to clos... | Xavier Claessens | 2008-02-26 | 1 | -8/+1 |
* | Change status to closed if stream engine dies or if a call fails. | Xavier Claessens | 2008-02-26 | 1 | -1/+24 |
* | unref stream-engine proxy when TpCall is finalized | Xavier Claessens | 2008-02-26 | 1 | -2/+3 |
* | It's now safe to call emp_cli_init multiple times. Move that call to empathy_... | Xavier Claessens | 2008-02-26 | 1 | -0/+2 |
* | Make use of generated code for using stream engine. | Xavier Claessens | 2008-02-26 | 4 | -157/+75 |
* | Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la. | Xavier Claessens | 2008-02-26 | 1 | -0/+2 |