| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_list_prepend instead of g_list_append. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
* | Allow the dispatcher to be freed once a request is finished. | Jonny Lamb | 2009-01-31 | 1 | -2/+35 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 2 | -1/+21 |
* | Added a new empathy_account_manager_get_count function, to get the number of | Frederic Peters | 2009-01-30 | 2 | -2/+22 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 7 | -21/+21 |
* | EmpathyDispatcher: Handle File channels that we didn't request. | Jonny Lamb | 2009-01-17 | 1 | -4/+5 |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 3 | -6/+7 |
* | Fix building, there were a missing _new ->_dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 11 | -12/+12 |
* | EmpathyDispatcher: make style somewhat more consistent. | Jonny Lamb | 2009-01-16 | 1 | -119/+171 |
* | When sending files, make sure the connection is ready before making sure the ... | Jonny Lamb | 2009-01-15 | 1 | -3/+21 |
* | Do not unref the channel when closing it, wait for the invalidated signal. | Xavier Claessens | 2009-01-15 | 1 | -24/+12 |
* | Remove usage of EmpathyTpGroup from EmpathyTpCall. | Xavier Claessens | 2009-01-13 | 1 | -37/+69 |
* | EmpathyContact keeps a ref to the factory. | Xavier Claessens | 2009-01-13 | 1 | -3/+23 |
* | Remove some usage of EmpathyTpGroup from EmpathyTpChat | Xavier Claessens | 2009-01-13 | 1 | -6/+14 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 3 | -2/+1 |
* | Remove useless goto | Xavier Claessens | 2009-01-10 | 1 | -3/+1 |
* | If channel is invalidated before being ready, the error is handled in invalid... | Xavier Claessens | 2009-01-10 | 1 | -0/+4 |
* | mission_control_get_tpconnection returns a new ref, don't forget to unref the... | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Add a FIXME telling that there is a leak, not sure how to plug it, that code ... | Xavier Claessens | 2009-01-10 | 1 | -0/+1 |
* | Use tp_channel_borrow_connection instead of g_object_get. This fix a leak. | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Remove dead code | Xavier Claessens | 2009-01-10 | 2 | -19/+0 |
* | Correct little coding style | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Correctly align \ characters | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
* | Only unref things in dispose | Sjoerd Simons | 2009-01-10 | 1 | -13/+4 |
* | Ignore requested channels we didn't request except for text channels, also ig... | Sjoerd Simons | 2009-01-10 | 1 | -2/+31 |
* | Don't use the old style TpTubeType | Sjoerd Simons | 2009-01-10 | 2 | -11/+16 |
* | Ignore approval that happen after the operation was approved | Sjoerd Simons | 2009-01-10 | 1 | -1/+7 |
* | Correctly define the invalidated signal | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -10/+29 |
* | Make the error in the call_when_ready callback const | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
* | Free ready callbacks in finalize | Sjoerd Simons | 2009-01-10 | 1 | -1/+17 |
* | Add weak object, destroy notify and error reporting to empathy_contact_call_w... | Sjoerd Simons | 2009-01-10 | 2 | -9/+56 |
* | Let a chatroom keep a reference to a its TpChat if applicable | Sjoerd Simons | 2009-01-10 | 3 | -4/+55 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 5 | -14/+6 |
* | Don't unref the TpGroup twice | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -7/+1 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 3 | -16/+13 |
* | Don't close channels as a side-effect of disposing wrapper objects | Sjoerd Simons | 2009-01-10 | 3 | -6/+19 |
* | Remove some dead code | Sjoerd Simons | 2009-01-10 | 1 | -6/+0 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 2 | -15/+32 |
* | Always check if the passed operation is actually a dispatch operation | Sjoerd Simons | 2009-01-10 | 1 | -11/+57 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -108/+114 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 2 | -3/+5 |
* | Don't initialise variables by calling functions when declaring them | Sjoerd Simons | 2009-01-10 | 1 | -11/+23 |
* | More style fixes | Sjoerd Simons | 2009-01-10 | 1 | -6/+6 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -588/+0 |
* | Add a utility function to start a call to a contact | Sjoerd Simons | 2009-01-10 | 2 | -0/+40 |
* | Add a function to explicitly set the remote candidate on outgoing calls inste... | Sjoerd Simons | 2009-01-10 | 2 | -23/+15 |
* | Add code to request a streamed media channel | Sjoerd Simons | 2009-01-10 | 2 | -18/+30 |
* | Add a function to explicitly close EmpathyTpCall | Sjoerd Simons | 2009-01-10 | 2 | -4/+16 |
* | Make empathy_tp_tube_accept_stream_tube more like underlying dbus function an... | Sjoerd Simons | 2009-01-10 | 2 | -55/+85 |
* | Remove the id parameter, it's no longer used | Sjoerd Simons | 2009-01-10 | 1 | -3/+0 |
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 1 | -0/+5 |
* | New style tubes don't have ides | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Update to new stream tube spec | Sjoerd Simons | 2009-01-10 | 2 | -156/+60 |
* | Let a EmpathyChatroomManager observe the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Act as an observer | Sjoerd Simons | 2009-01-10 | 2 | -0/+91 |
* | Disconnect signal handlers from the head of the queue before destroying the q... | Sjoerd Simons | 2009-01-10 | 1 | -11/+10 |
* | Remove the tp-channel property, it's unused and useless | Sjoerd Simons | 2009-01-10 | 1 | -35/+0 |
* | Remove custom channel requesting functionality, this should go through the di... | Sjoerd Simons | 2009-01-10 | 2 | -135/+0 |
* | Add request muc channels to the dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -13/+78 |
* | Wait untill the TpChat object is ready before going into pending state | Sjoerd Simons | 2009-01-10 | 1 | -2/+41 |
* | Add a function to explicitly close File channels | Sjoerd Simons | 2009-01-10 | 2 | -1/+9 |
* | Make existing contact FT capable when the CM supports it | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Add support for dispatching file transfers | Sjoerd Simons | 2009-01-10 | 2 | -27/+150 |
* | Recognise file transfers | Xavier Claessens | 2009-01-10 | 1 | -0/+6 |
* | Add an optional properties hash to the RequestData struct | Sjoerd Simons | 2009-01-10 | 1 | -4/+9 |
* | Start reworking the dispatcher | Sjoerd Simons | 2009-01-10 | 5 | -352/+1546 |
* | Improve API of tp-chat | Sjoerd Simons | 2009-01-10 | 2 | -117/+218 |
* | Add id field to save the message id as received the CM | Sjoerd Simons | 2009-01-10 | 2 | -0/+19 |
* | Add empathy_contact_call_when_ready | Sjoerd Simons | 2009-01-10 | 2 | -11/+72 |
* | use tabs because everyone love tabs | Xavier Claessens | 2009-01-09 | 1 | -5/+5 |
* | dispatcher_tubes_new_tube_cb: add some tube handling debug messages | Xavier Claessens | 2009-01-09 | 1 | -0/+6 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 3 | -3/+3 |
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -12/+26 |
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -19/+32 |
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -13/+27 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 7 | -20/+34 |
* | Fix the creation of bus_name and object_path for dispatching tubes. It drops ... | Xavier Claessens | 2009-01-07 | 1 | -19/+8 |
* | Use a GList instead of a GPtrArray and reorder the functions to avoid | Xavier Claessens | 2009-01-07 | 1 | -148/+140 |
* | Create the EmpathyContactMonitor lazily if needed. | Xavier Claessens | 2009-01-07 | 2 | -4/+17 |
* | Rename proxy->iface in EmpathyContactMonitor. | Xavier Claessens | 2009-01-07 | 2 | -26/+26 |
* | Use g_return_[val]_if_fail instead of g_assert in public APIs. | Xavier Claessens | 2009-01-07 | 2 | -6/+6 |
* | Use the right weak pointer location. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | disconnect_monitor_signals function is quite useless. | Xavier Claessens | 2009-01-07 | 1 | -18/+10 |
* | Don't initialize the variable at declaration. | Xavier Claessens | 2009-01-07 | 1 | -3/+3 |
* | Move code handling the DBus signal in an idle callback. | Xavier Claessens | 2009-01-07 | 1 | -12/+44 |
* | Use TpConnectionStatus instead of guint. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Simplify code when initializing the store. | Xavier Claessens | 2009-01-07 | 1 | -35/+31 |
* | Insert a comment claryfing reference ownership. | Xavier Claessens | 2009-01-07 | 1 | -0/+3 |
* | Don't forget to unref the account object. | Xavier Claessens | 2009-01-07 | 1 | -0/+1 |
* | Set to NULL the status message if it's empty. | Xavier Claessens | 2009-01-07 | 1 | -4/+6 |
* | Initialize the connection numbers when creating the object. | Xavier Claessens | 2009-01-07 | 1 | -0/+9 |
* | Add debug messages. | Xavier Claessens | 2009-01-07 | 1 | -0/+4 |
* | Add a weak pointer ref inside the costructor. | Xavier Claessens | 2009-01-07 | 1 | -0/+1 |
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 5 | -6/+9 |
* | Another style nitpick. | Xavier Claessens | 2009-01-07 | 1 | -1/+3 |
* | Yet more style fixes. | Xavier Claessens | 2009-01-07 | 2 | -178/+180 |
* | Use _constructor () override to implement singleton. | Xavier Claessens | 2009-01-07 | 1 | -9/+22 |
* | Add newlines at the end of files. | Xavier Claessens | 2009-01-07 | 3 | -0/+3 |
* | Drop our references in dispose instead of finalize. | Xavier Claessens | 2009-01-07 | 1 | -2/+30 |
* | Remember to set dispose_run after dispose has run. | Xavier Claessens | 2009-01-07 | 1 | -0/+2 |
* | Don't leak a reference to McAccount objects and don't leak a list. | Xavier Claessens | 2009-01-07 | 1 | -3/+7 |
* | Unref objects in dispose and not in finalize; fully update account data | Xavier Claessens | 2009-01-07 | 1 | -10/+43 |
* | Style fixes. | Xavier Claessens | 2009-01-07 | 5 | -620/+620 |
* | Don't own a reference to the EmpathyTpChat, otherwise it won't be | Xavier Claessens | 2009-01-07 | 1 | -7/+14 |
* | Always disconnect signals for safety on _finalize (). | Xavier Claessens | 2009-01-07 | 2 | -2/+24 |
* | Fix the build. | Xavier Claessens | 2009-01-07 | 1 | -0/+1 |
* | Remember to check if source_id is already there when adding the | Xavier Claessens | 2009-01-07 | 1 | -0/+5 |
* | Remove useless include. | Xavier Claessens | 2009-01-07 | 1 | -1/+0 |
* | Remove an useless method from the header and remember to unref the | Xavier Claessens | 2009-01-07 | 2 | -1/+1 |
* | Implement _get_monitor () in EmpathyTpChat. | Xavier Claessens | 2009-01-07 | 1 | -0/+16 |
* | Add an API to EmpathyAccountManager to find out if an account has just | Xavier Claessens | 2009-01-07 | 2 | -2/+49 |
* | Implement _get_monitor () in EmpathyContactManager. | Xavier Claessens | 2009-01-07 | 2 | -0/+14 |
* | Add a "presence-changed" signal so that we can keep track of the | Xavier Claessens | 2009-01-07 | 1 | -1/+25 |
* | Add an EmpathyContactMonitor object to monitor changes in the contact | Xavier Claessens | 2009-01-07 | 6 | -1/+507 |
* | Remove dead code from empathy-util. | Xavier Claessens | 2009-01-07 | 2 | -115/+0 |
* | Add new API in EmpathyAccountManager to cache the number of connecting | Xavier Claessens | 2009-01-07 | 2 | -6/+76 |
* | Port EmpathyTpContactFactory to the new API. | Xavier Claessens | 2009-01-07 | 1 | -19/+23 |
* | Port EmpathyDispatcher to the new API. | Xavier Claessens | 2009-01-07 | 1 | -18/+21 |
* | Build fix. | Xavier Claessens | 2009-01-07 | 1 | -1/+2 |
* | Use a invalid value when initializing. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Port EmpathyContactManager to the new API. | Xavier Claessens | 2009-01-07 | 1 | -19/+18 |
* | Use the right marshallers for signals. | Xavier Claessens | 2009-01-07 | 1 | -2/+3 |
* | Fix a typo. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Disconnect from the DBus signal on finalize. | Xavier Claessens | 2009-01-07 | 1 | -0/+5 |
* | Add EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 3 | -0/+446 |
* | Don't set random values in EmpathyIdle init if MC is not running. | Xavier Claessens | 2009-01-07 | 1 | -3/+8 |
* | Correctly escape service name in dtube handlers | Will Thompson | 2008-12-29 | 1 | -6/+14 |
* | Start file transfer if the state is already open when we get the unix socket | Sjoerd Simons | 2008-12-23 | 1 | -0/+3 |
* | Make existing contact FT capable when the CM supports it | Sjoerd Simons | 2008-12-23 | 1 | -0/+11 |
* | Remove useless empathy_message_get_date_and_time | Xavier Claessens | 2008-12-16 | 2 | -22/+0 |
* | gtk_init and g_thread_init shouldn't be called by libraries. Let applications... | Xavier Claessens | 2008-12-12 | 1 | -4/+0 |
* | Make sure to not init thread twice. | Xavier Claessens | 2008-12-12 | 1 | -1/+3 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 10 | -11/+10 |
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They... | Xavier Claessens | 2008-12-12 | 3 | -0/+29 |
* | Fix coding style | Xavier Claessens | 2008-12-12 | 6 | -18/+19 |
* | add empathy_contact_manager_can_add (Guillaume Desmottes) | Xavier Claessens | 2008-12-12 | 2 | -0/+17 |
* | add empathy_tp_contact_list_can_add (Guillaume Desmottes) | Xavier Claessens | 2008-12-12 | 2 | -0/+17 |
* | add empathy_tp_group_get_flags (Guillaume Desmottes) | Xavier Claessens | 2008-12-12 | 2 | -0/+12 |
* | Explicitly depend on telepathy-glib in .pc files (Simon McVittie) | Xavier Claessens | 2008-12-08 | 1 | -1/+1 |
* | Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873. | Xavier Claessens | 2008-12-03 | 1 | -1/+1 |
* | Use GRegex instead of custom code and use a new regex to detect URIs | Xavier Claessens | 2008-12-01 | 2 | -143/+2 |
* | Remove duplicate declaration of _get_transferred_count | Xavier Claessens | 2008-11-30 | 1 | -1/+0 |
* | Add missing include | Xavier Claessens | 2008-11-30 | 1 | -0/+1 |
* | Little fix for previous commit. | Xavier Claessens | 2008-11-30 | 1 | -1/+1 |
* | Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste... | Xavier Claessens | 2008-11-30 | 1 | -1/+1 |
* | dispatcher_connection_new_channel_cb: set the room of the newly created chatr... | Xavier Claessens | 2008-11-24 | 1 | -0/+1 |
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file... | Xavier Claessens | 2008-11-22 | 3 | -40/+18 |
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 2 | -0/+8 |
* | Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a... | Xavier Claessens | 2008-11-22 | 3 | -8/+71 |
* | Fix signature of signal cb, start the transfer only if we have the socket pat... | Xavier Claessens | 2008-11-22 | 1 | -24/+28 |
* | Add a FIXME about the tp_file being leaked | Xavier Claessens | 2008-11-22 | 1 | -0/+3 |
* | Change state when the channel is invalidated only if an error occured. | Xavier Claessens | 2008-11-22 | 1 | -5/+11 |
* | Simplify a little bit the code when abording a FT | Xavier Claessens | 2008-11-22 | 1 | -4/+5 |
* | Cancel the FT if we can't get the transfer method | Xavier Claessens | 2008-11-22 | 1 | -1/+2 |
* | Remove unused empathy_tp_file_get_id | Xavier Claessens | 2008-11-22 | 2 | -19/+0 |
* | Simplify the code to start a file transfer | Xavier Claessens | 2008-11-22 | 1 | -72/+35 |
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 2 | -34/+20 |
* | rename empathy_tp_file_get_incoming to empathy_tp_file_is_incoming | Xavier Claessens | 2008-11-22 | 2 | -2/+2 |
* | empathy_tp_file_accept/offer takes the GFile in param and return a GError if ... | Xavier Claessens | 2008-11-22 | 3 | -94/+31 |
* | don't include itself | Xavier Claessens | 2008-11-22 | 1 | -2/+0 |
* | Remove useless lines | Xavier Claessens | 2008-11-22 | 2 | -5/+0 |
* | Fix coding style | Xavier Claessens | 2008-11-22 | 1 | -46/+47 |
* | Cleanup the coding style. If we can't get info about the GFile we abord the FT. | Xavier Claessens | 2008-11-22 | 2 | -81/+80 |
* | get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu... | Xavier Claessens | 2008-11-22 | 1 | -0/+1 |
* | empathy-tp-file.c: actually implement the getter of GObject properties | Xavier Claessens | 2008-11-22 | 1 | -0/+24 |
* | empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a... | Xavier Claessens | 2008-11-22 | 1 | -7/+10 |
* | tp_file_constructor: get the ContentHashType and ContentType values from the ... | Xavier Claessens | 2008-11-22 | 1 | -0/+6 |
* | empathy-contact: no need to inspect the RequestableChannelClasses property an... | Xavier Claessens | 2008-11-22 | 1 | -71/+0 |
* | empathy-tp-contact-factory: set the FT capability when creating contacts if t... | Xavier Claessens | 2008-11-22 | 1 | -1/+79 |
* | empathy-tp-contact-factory: factor out contact_created | Xavier Claessens | 2008-11-22 | 1 | -2/+9 |
* | Implement latest ft draft | Xavier Claessens | 2008-11-22 | 1 | -3/+7 |
* | remove blank line | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
* | Use the RequestableChannelClasses property instead of hardcoding salut to che... | Xavier Claessens | 2008-11-22 | 1 | -20/+65 |
* | Set the Date property when requesting a FT channel | Xavier Claessens | 2008-11-22 | 1 | -2/+10 |
* | use Requestotron to request the FT channel | Xavier Claessens | 2008-11-22 | 1 | -46/+64 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 2 | -13/+14 |
* | Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t... | Jonny Lamb | 2008-11-22 | 1 | -17/+22 |
* | Use _call_request_channel instead of _run_request_channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -52/+72 |
* | Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -61/+42 |
* | Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -111/+103 |
* | Fixed Makefile by including missing backslash. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -27/+27 |
* | Renamed is_salut to contact_is_salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Removed useless libtelepathy headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -5/+0 |
* | Removed useless +0.5 in get_time_remaining. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Made state_change_reason None in the constructor instead of an invalid value.... | Jonny Lamb | 2008-11-22 | 1 | -5/+2 |
* | Removed pointless test whether the tp_file is a GObject in the finalize funct... | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -15/+6 |
* | Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | Removed account property of EmpathyTpFile as it's only actually used once and... | Jonny Lamb | 2008-11-22 | 3 | -29/+8 |
* | Made property-getting synchronous again so there isn't a massive race conditi... | Jonny Lamb | 2008-11-22 | 1 | -45/+30 |
* | Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Updated parameter checks to return appropriate values. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -9/+12 |
* | Add parameter checks to public functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+24 |
* | Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi... | Jonny Lamb | 2008-11-22 | 2 | -251/+161 |
* | Re-ordered EmpathyTpFile so static functions need no declaration at the top o... | Jonny Lamb | 2008-11-22 | 1 | -493/+474 |
* | Use FIXME instead of TODO in comments. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -89/+94 |
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -2/+10 |
* | Various whitespace and comment fixes. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -3/+2 |
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -3/+42 |
* | Do not set the MD5 hash of the file when sending. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -28/+0 |
* | Removed SocketPath channel property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -19/+0 |
* | Added ContentHashType channel property, and renamed ContentMD5 to ContentHash... | Jonny Lamb | 2008-11-22 | 1 | -13/+25 |
* | Updated yet more places to use s/direction/incoming/ (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Replaced the Direction channel property a more-private GObject incoming prope... | Jonny Lamb | 2008-11-22 | 2 | -23/+19 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 6 | -288/+286 |
* | Added ability to get an md5sum of the file being sent using GChecksum. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -1/+23 |
* | 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 |