aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
Commit message (Expand)AuthorAgeFilesLines
* Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-171-1/+3
* Document EmpathyTpFileCosimo Cecchi2009-06-011-0/+12
* Remove useless defineCosimo Cecchi2009-06-011-2/+0
* Move the error declaration in empathy-tp-file.hCosimo Cecchi2009-06-011-0/+10
* Adapt the code to the tp style.Cosimo Cecchi2009-06-011-21/+26
* First implementation of error handlingCosimo Cecchi2009-06-011-2/+0
* Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-3/+1
* Set the "incoming" property at constructCosimo Cecchi2009-06-011-1/+1
* Remove some of the EmpFileTransferState crackCosimo Cecchi2009-06-011-1/+3
* Cleanup in EmpathyTpFile style.Cosimo Cecchi2009-06-011-6/+2
* Make libempathy compile with the new changes.Cosimo Cecchi2009-06-011-1/+2
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-26/+40
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-1/+0
* Update EmpathyTpFile documentation.Jonny Lamb2009-04-251-0/+1
* Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-251-0/+1
* Port EmpathyTpFile to new API and add a ready propertyXavier Claessens2009-04-221-0/+1
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-1/+2
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-4/+1
* Add a function to explicitly close File channelsSjoerd Simons2009-01-101-0/+1
* Remove duplicate declaration of _get_transferred_countXavier Claessens2008-11-301-1/+0
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...Xavier Claessens2008-11-221-1/+0
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-221-0/+1
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-221-0/+1
* Remove unused empathy_tp_file_get_idXavier Claessens2008-11-221-1/+0
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-221-2/+2
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-1/+1
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-6/+4
* don't include itselfXavier Claessens2008-11-221-2/+0
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-4/+2
* Removed useless libtelepathy headers. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Removed account property of EmpathyTpFile as it's only actually used once and...Jonny Lamb2008-11-221-1/+1
* Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi...Jonny Lamb2008-11-221-3/+4
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-221-0/+4
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-221-1/+1
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+90
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-64/+0
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-221-0/+64