aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
Commit message (Collapse)AuthorAgeFilesLines
* Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-171-1/+3
| | | | (GNOME bug 563678)
* 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
| | | | | | Implement the callback in EmpathyFTManager. Erase a redundant is_cancelled property in EmpathyFTHandler and rely on the GCancellable, which is shared by EmpathyTpFile and EmpathyFTHandler.
* Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-3/+1
|
* Set the "incoming" property at constructCosimo Cecchi2009-06-011-1/+1
| | | | | Set the "incoming" property of EmpathyTpFile when we construct it from EmpathyDispatchOperation.
* Remove some of the EmpFileTransferState crackCosimo Cecchi2009-06-011-1/+3
| | | | | | The basic idea is to completely hide the state in EmpathyFTHandler, and let the clients interact with the signal interface instead of switching cases for the state.
* 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
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update EmpathyTpFile documentation.Jonny Lamb2009-04-251-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-4/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236
* Add a function to explicitly close File channelsSjoerd Simons2009-01-101-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2140
* Remove duplicate declaration of _get_transferred_countXavier Claessens2008-11-301-1/+0
| | | | svn path=/trunk/; revision=1929
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵Xavier Claessens2008-11-221-1/+0
| | | | | | file_channel_create_cb() to unref the object when the FT is done. svn path=/trunk/; revision=1913
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-221-0/+1
| | | | svn path=/trunk/; revision=1908
* Fix ref counting of tp_file, make it singleton per channel, and add a ↵Xavier Claessens2008-11-221-0/+1
| | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904
* Remove unused empathy_tp_file_get_idXavier Claessens2008-11-221-1/+0
| | | | svn path=/trunk/; revision=1887
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-221-2/+2
| | | | svn path=/trunk/; revision=1885
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1882
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ↵Xavier Claessens2008-11-221-6/+4
| | | | | | the file can't be opened. svn path=/trunk/; revision=1881
* don't include itselfXavier Claessens2008-11-221-2/+0
| | | | svn path=/trunk/; revision=1878
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-4/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1837
* Removed useless libtelepathy headers. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1810
* Removed account property of EmpathyTpFile as it's only actually used once ↵Jonny Lamb2008-11-221-1/+1
| | | | | | | | and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1803
* Updated the way to access the EmpathyTpFilePriv instance within ↵Jonny Lamb2008-11-221-3/+4
| | | | | | | | empathy-tp-file. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1796
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-221-0/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1790
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1788
* Replaced the Direction channel property a more-private GObject incoming ↵Jonny Lamb2008-11-221-1/+1
| | | | | | | | property. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1783
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+90
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1776
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-64/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1748
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-221-0/+64
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1736