| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 1 | -2/+4 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
* | Don't close channels as a side-effect of disposing wrapper objects | Sjoerd Simons | 2009-01-10 | 1 | -3/+2 |
* | Add a function to explicitly close File channels | Sjoerd Simons | 2009-01-10 | 1 | -1/+8 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Start file transfer if the state is already open when we get the unix socket | Sjoerd Simons | 2008-12-23 | 1 | -0/+3 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file... | Xavier Claessens | 2008-11-22 | 1 | -37/+0 |
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -0/+7 |
* | Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a... | Xavier Claessens | 2008-11-22 | 1 | -5/+68 |
* | Fix signature of signal cb, start the transfer only if we have the socket pat... | Xavier Claessens | 2008-11-22 | 1 | -24/+28 |
* | 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 | 1 | -18/+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 | 1 | -32/+18 |
* | rename empathy_tp_file_get_incoming to empathy_tp_file_is_incoming | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | empathy_tp_file_accept/offer takes the GFile in param and return a GError if ... | Xavier Claessens | 2008-11-22 | 1 | -86/+26 |
* | 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 |
* | Implement latest ft draft | Xavier Claessens | 2008-11-22 | 1 | -3/+7 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 1 | -8/+9 |
* | 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 |
* | Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -54/+39 |
* | Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Removed useless libtelepathy headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -4/+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 | 1 | -27/+6 |
* | Made property-getting synchronous again so there isn't a massive race conditi... | Jonny Lamb | 2008-11-22 | 1 | -45/+30 |
* | 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 | 1 | -248/+157 |
* | Re-ordered EmpathyTpFile so static functions need no declaration at the top o... | Jonny Lamb | 2008-11-22 | 1 | -493/+474 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -80/+85 |
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+4 |
* | Various whitespace and comment fixes. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+38 |
* | 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 | 1 | -22/+18 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1178 |
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1040/+0 |
* | Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+7 |
* | Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o... | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1032 |